[Gambas-devel] makefile !!!

Benoit Minisini gambas at ...1...
Sat Oct 8 14:07:30 CEST 2005


On Saturday 08 October 2005 12:44, PV wrote:
> Hi Daniel.
>
> On 08/10/2005 00:36, Daniel wrote:
> > the new code in attachement with the modifications you want
>
> Hmm... the code didn't compile.
> In main.cpp the following lines
>
> catch (IBPP::Exception& e){
>     std::cout<<e.what()<<std::endl;
> ...
>
> cause a compilation error.
> I don't know whether it's a IBPP version problem (I am using 2.3.5) but I
> don't see any "what" method in IBPP::Exception class in ibpp.h or in other
> places.
>
> Anyway, I changed all occurrences of e.what() into e.ErrorMessage() (don't
> know if that's correct, I'm not into ibpp programming...) and at least the
> compiler stopped complaining. :)
>
> After installation however, I realized that signal #6 is back, so it seems
> that exceptions have gone one more time, unlike the previous version which
> had exceptions working.
> I tried to change the -fno-exceptions flag into -fexceptions but nothing
> changed.
>
> Could you please double check the code and makefiles?
> Thanks!
>
> Ciao,
> Piero
>
>

You have to send Daniel a backtrace of the stack when it crashes, with gdb. 
How to do that is explained in the 'troubleshooting' section of the web site.

Regards,

-- 
Benoit Minisini





More information about the Devel mailing list