On Fri, 9 Apr 2004 13:03:44 +1000 Mark Livingstone <[EMAIL PROTECTED]> wrote:

ML> make clean all against current M/wxWindows CVS resulted in this:
ML> 
ML> c++ -o classes/MessageView.o -c -I/home/markl/projects/M/build/include 
-I/home/markl/projects/M/include -I/usr/include/python2.3 -DNO_IDEA -DNO_DSA 
-DOPENSSL_NO_KRB5 -DDEBUG -DDEBUG_markl -I/usr/local/lib/wx/include/gtkd-2.5 
-I/usr/local/include -D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
-I/home/markl/projects/M/extra/include 
-I/home/markl/projects/M/build/extra/src/c-client 
-I/home/markl/projects/M/extra/src/compface -I/home/markl/projects/M/src/wx/vcard 
-fno-exceptions -fno-rtti -fno-operator-names -g3 -O0 -MMD -Wall 
.src/classes/MessageView.cpp
ML> In file included from /home/markl/projects/M/include/gui/wxMApp.h:22,
ML>                  from .src/classes/MessageView.cpp:37:
ML> /usr/local/include/wx/app.h: In member function `virtual bool 
wxAppConsole::OnExceptionInMainLoop()':
ML> /usr/local/include/wx/app.h:124: error: exception handling disabled, use 
-fexceptions to enable
ML> make[1]: *** [classes/MessageView.o] Error 1
ML> make[1]: Leaving directory `/home/markl/projects/M/build/src'
ML> make: *** [all] Error 2

 It looks like you have -fno-exceptions compiler option coming from somewhere.
I don't know where would this be but you should either remove it or rebuild
wxWindows with it (--disable-exceptions to configure) as well.

 Regards,
VZ



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to