Re: [ES40-developers] Compilation Errors
Status: Alpha
Brought to you by:
iamcamiel
From: Brian W. <bdw...@in...> - 2008-03-05 20:26:40
|
On Wed, 2008-03-05 at 21:11 +0100, Pepito Grillo wrote: > Hi! > > I've just updated from cvs and I have these little > problems: > > In the new Makefile > CCTUNINGFLAGS = -O3 -mtune=core2 > Only works for that processor > For GCC 4.2 you can use -mtune=native > My bad, I forgot to reset it when I submitted my patch. It should be 'generic' > Compilation errors: > nvlinux:/opt/es40_cvs/es40/src# make > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=native -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C_ide.cpp -o > AliM1543C_ide.o > In file included from AliM1543C_ide.cpp:182: > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:290: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.cpp: In constructor > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, > CSystem*, int, int)': > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has > no member named 'getName' > make: *** [AliM1543C_ide.o] Error 1 > nvlinux:/opt/es40_cvs/es40/src# > > > Which version of g++ are you using? > > > ______________________________________________ > Enviado desde Correo Yahoo! > Disfruta de una bandeja de entrada más inteligente. http://es.docs.yahoo.com/mail/overview/index.html > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |