Nerijus Baliunas | 20 Nov 2009 18:24
Picon

compile error with latest wx trunk

Hello,

I didn't have it yesterday:

c++ -I/a/M/M.build.gtk2.nonutf8/include -I/a/M/M/include -DNO_IDEA 
-DNO_DSA -DOPENSSL_NO_KRB5  -DDEBUG -DDEBUG_nerijus 
-I/a/M/wxWindows.29/build.gtk2.nonutf8/lib/wx/include/gtk2-unicode-2.9 
-I/a/M/wxWindows.29/wxWidgets/include -D_FILE_OFFSET_BITS=64 
-DWXUSINGDLL -D__WXGTK__ -I/a/M/M.build.gtk2.nonutf8/lib/imap/c-client 
-I/a/M/M/lib/compface -I/a/M/M/src/wx/vcard -fno-rtti 
-fno-operator-names -pthread   -g3 -O0 -MMD -Wall -MMD -MF 
../include/Mpch.d -o ../include/Mpch.h.gch .src/../include/Mpch.h
In file included from /a/M/wxWindows.29/wxWidgets/include/wx/wx.h:25,
                  from .src/../include/Mpch.h:27:
/a/M/wxWindows.29/wxWidgets/include/wx/event.h: In member function 
'virtual bool wxObjectEventFunctor::IsMatching(const wxEventFunctor&) 
const':
/a/M/wxWindows.29/wxWidgets/include/wx/event.h:239: error: cannot use 
typeid with -fno-rtti

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
Vadim Zeitlin | 12 Feb 2010 23:49

Re: compile error with latest wx trunk

On Fri, 20 Nov 2009 19:24:48 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> I didn't have it yesterday:
NB> 
NB> c++ -I/a/M/M.build.gtk2.nonutf8/include -I/a/M/M/include -DNO_IDEA 
NB> -DNO_DSA -DOPENSSL_NO_KRB5  -DDEBUG -DDEBUG_nerijus 
NB> -I/a/M/wxWindows.29/build.gtk2.nonutf8/lib/wx/include/gtk2-unicode-2.9 
NB> -I/a/M/wxWindows.29/wxWidgets/include -D_FILE_OFFSET_BITS=64 
NB> -DWXUSINGDLL -D__WXGTK__ -I/a/M/M.build.gtk2.nonutf8/lib/imap/c-client 
NB> -I/a/M/M/lib/compface -I/a/M/M/src/wx/vcard -fno-rtti 
NB> -fno-operator-names -pthread   -g3 -O0 -MMD -Wall -MMD -MF 
NB> ../include/Mpch.d -o ../include/Mpch.h.gch .src/../include/Mpch.h
NB> In file included from /a/M/wxWindows.29/wxWidgets/include/wx/wx.h:25,
NB>                   from .src/../include/Mpch.h:27:
NB> /a/M/wxWindows.29/wxWidgets/include/wx/event.h: In member function 
NB> 'virtual bool wxObjectEventFunctor::IsMatching(const wxEventFunctor&) 
NB> const':
NB> /a/M/wxWindows.29/wxWidgets/include/wx/event.h:239: error: cannot use 
NB> typeid with -fno-rtti

 FWIW I still don't see this with latest wx and everything. I did see the
error due to no -fno-exceptions which you had mentioned even earlier and
fixed it with r63474 in wx itself.

 Regards,
VZ
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
(Continue reading)

Nerijus Baliunas | 18 Feb 2010 23:10
Picon

Re: compile error with latest wx trunk

On Fri, 12 Feb 2010 23:49:51 +0100 Vadim Zeitlin <vz-mahogany <at> zeitlins.org> wrote:

VZ>  FWIW I still don't see this with latest wx and everything. I did see the
VZ> error due to no -fno-exceptions which you had mentioned even earlier and
VZ> fixed it with r63474 in wx itself.

I don't see it anymore.

Regards,
Nerijus

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

Gmane