[ES40-developers] Compilation Errors
Status: Alpha
Brought to you by:
iamcamiel
From: Pepito G. <pep...@ya...> - 2008-03-05 20:11:40
|
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 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# ______________________________________________ Enviado desde Correo Yahoo! Disfruta de una bandeja de entrada más inteligente. http://es.docs.yahoo.com/mail/overview/index.html |