Thread: [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 |
From: Pepito G. <pep...@ya...> - 2008-03-14 20:38:03
|
Hi! I was trying to compile the latest cvs, but... thanks nvlinux:/opt/es40_cvs/es40/src# make clean rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do nvlinux:/opt/es40_cvs/es40/src# make g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o AliM1543C.cpp: In member function 'virtual void CAliM1543C::init()': AliM1543C.cpp:404: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -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:200: AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.cpp: In member function 'virtual void CAliM1543C_ide::init()': AliM1543C_ide.cpp:311: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.cpp:312: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.cpp:313: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.cpp:314: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_usb.cpp -o AliM1543C_usb.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AlphaCPU.cpp -o AlphaCPU.o In file included from AlphaCPU.cpp:329: es40_float.h: In function 'double s2host(u64)': es40_float.h:183: warning: division by zero in '((s != 0) ? -0.0 : 0.0) / 0.' es40_float.h:185: warning: division by zero in '((s != 0) ? -1.0e+0 : 1.0e+0) / 0.' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AlphaCPU_ieeefloat.cpp -o AlphaCPU_ieeefloat.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AlphaCPU_vaxfloat.cpp -o AlphaCPU_vaxfloat.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AlphaCPU_vmspal.cpp -o AlphaCPU_vmspal.o In file included from AlphaCPU_vmspal.cpp:84: AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AlphaSim.cpp -o AlphaSim.o AlphaSim.cpp:195: warning: deprecated conversion from string constant to 'char*' AlphaSim.cpp:195: warning: deprecated conversion from string constant to 'char*' AlphaSim.cpp:195: warning: deprecated conversion from string constant to 'char*' AlphaSim.cpp:195: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c Cirrus.cpp -o Cirrus.o Cirrus.cpp: In member function 'virtual void CCirrus::init()': Cirrus.cpp:240: warning: deprecated conversion from string constant to 'char*' Cirrus.cpp:242: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c Configurator.cpp -o Configurator.o In file included from Configurator.cpp:120: AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:319: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' AliM1543C_ide.h:340: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' Configurator.cpp:696: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c DEC21143.cpp -o DEC21143.o DEC21143.cpp: In member function 'virtual void CDEC21143::init()': DEC21143.cpp:399: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp: In member function 'u32 CDEC21143::nic_read(u32, int)': DEC21143.cpp:525: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp: In member function 'void CDEC21143::nic_write(u32, int, u32)': DEC21143.cpp:563: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:594: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:602: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:760: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp: In member function 'void CDEC21143::mii_access(u32, u32)': DEC21143.cpp:808: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:815: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:901: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:913: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp: In member function 'void CDEC21143::srom_access(u32, u32)': DEC21143.cpp:1040: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp: In member function 'int CDEC21143::dec21143_tx()': DEC21143.cpp:1340: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:1378: warning: deprecated conversion from string constant to 'char*' DEC21143.cpp:1400: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c Disk.cpp -o Disk.o Disk.cpp: In constructor 'CDisk::CDisk(CConfigurator*, CSystem*, CDiskController*, int, int)': Disk.cpp:145: warning: deprecated conversion from string constant to 'char*' Disk.cpp:146: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c DiskController.cpp -o DiskController.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c DiskDevice.cpp -o DiskDevice.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c DiskFile.cpp -o DiskFile.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c DiskRam.cpp -o DiskRam.o DiskRam.cpp: In constructor 'CDiskRam::CDiskRam(CConfigurator*, CSystem*, CDiskController*, int, int)': DiskRam.cpp:99: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c DMA.cpp -o DMA.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c DPR.cpp -o DPR.o DPR.cpp: In member function 'void CDPR::SaveStateF()': DPR.cpp:607: warning: deprecated conversion from string constant to 'char*' DPR.cpp: In member function 'void CDPR::RestoreStateF()': DPR.cpp:712: warning: deprecated conversion from string constant to 'char*' g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c es40_debug.cpp -o es40_debug.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c Ethernet.cpp -o Ethernet.o g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c Exception.cpp -o Exception.o Exception.cpp: In member function 'virtual const char* CConfigurationException::className() const': Exception.cpp:37: error: must #include <typeinfo> before using typeid Exception.cpp: In member function 'virtual const char* CThreadException::className() const': Exception.cpp:39: error: must #include <typeinfo> before using typeid Exception.cpp: In member function 'virtual const char* CWin32Exception::className() const': Exception.cpp:40: error: must #include <typeinfo> before using typeid Exception.cpp: In member function 'virtual const char* CSDLException::className() const': Exception.cpp:41: error: must #include <typeinfo> before using typeid Exception.cpp: In member function 'virtual const char* CGracefulException::className() const': Exception.cpp:42: error: must #include <typeinfo> before using typeid Exception.cpp: In member function 'virtual const char* CAbortException::className() const': Exception.cpp:43: error: must #include <typeinfo> before using typeid make: *** [Exception.o] Error 1 nvlinux:/opt/es40_cvs/es40/src# ______________________________________________ Enviado desde Correo Yahoo! El buzón de correo sin límite de almacenamiento. http://es.docs.yahoo.com/mail/overview/index.html |
From: Camiel V. <iam...@gm...> - 2008-03-14 20:42:55
|
Hello Pepito, I've included <typeinfo> from StdAfx.h. Could you try again? Camiel. On Fri, Mar 14, 2008 at 9:37 PM, Pepito Grillo <pep...@ya...> wrote: > Hi! > I was trying to compile the latest cvs, but... > thanks > > > nvlinux:/opt/es40_cvs/es40/src# make clean > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao > *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do > nvlinux:/opt/es40_cvs/es40/src# make > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o > AliM1543C.cpp: In member function 'virtual void > CAliM1543C::init()': > AliM1543C.cpp:404: warning: deprecated conversion from > string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -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:200: > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.cpp: In member function 'virtual void > CAliM1543C_ide::init()': > AliM1543C_ide.cpp:311: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.cpp:312: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.cpp:313: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.cpp:314: warning: deprecated conversion > from string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C_usb.cpp -o > AliM1543C_usb.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AlphaCPU.cpp -o AlphaCPU.o > In file included from AlphaCPU.cpp:329: > es40_float.h: In function 'double s2host(u64)': > es40_float.h:183: warning: division by zero in '((s != > 0) ? -0.0 : 0.0) / 0.' > es40_float.h:185: warning: division by zero in '((s != > 0) ? -1.0e+0 : 1.0e+0) / 0.' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AlphaCPU_ieeefloat.cpp -o > AlphaCPU_ieeefloat.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AlphaCPU_vaxfloat.cpp -o > AlphaCPU_vaxfloat.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AlphaCPU_vmspal.cpp -o > AlphaCPU_vmspal.o > In file included from AlphaCPU_vmspal.cpp:84: > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AlphaSim.cpp -o AlphaSim.o > AlphaSim.cpp:195: warning: deprecated conversion from > string constant to 'char*' > AlphaSim.cpp:195: warning: deprecated conversion from > string constant to 'char*' > AlphaSim.cpp:195: warning: deprecated conversion from > string constant to 'char*' > AlphaSim.cpp:195: warning: deprecated conversion from > string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c Cirrus.cpp -o Cirrus.o > Cirrus.cpp: In member function 'virtual void > CCirrus::init()': > Cirrus.cpp:240: warning: deprecated conversion from > string constant to 'char*' > Cirrus.cpp:242: warning: deprecated conversion from > string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c Configurator.cpp -o > Configurator.o > In file included from Configurator.cpp:120: > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:319: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > AliM1543C_ide.h:340: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > Configurator.cpp:696: warning: deprecated conversion > from string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c DEC21143.cpp -o DEC21143.o > DEC21143.cpp: In member function 'virtual void > CDEC21143::init()': > DEC21143.cpp:399: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp: In member function 'u32 > CDEC21143::nic_read(u32, int)': > DEC21143.cpp:525: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp: In member function 'void > CDEC21143::nic_write(u32, int, u32)': > DEC21143.cpp:563: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:594: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:602: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:760: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp: In member function 'void > CDEC21143::mii_access(u32, u32)': > DEC21143.cpp:808: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:815: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:901: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:913: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp: In member function 'void > CDEC21143::srom_access(u32, u32)': > DEC21143.cpp:1040: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp: In member function 'int > CDEC21143::dec21143_tx()': > DEC21143.cpp:1340: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:1378: warning: deprecated conversion from > string constant to 'char*' > DEC21143.cpp:1400: warning: deprecated conversion from > string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c Disk.cpp -o Disk.o > Disk.cpp: In constructor 'CDisk::CDisk(CConfigurator*, > CSystem*, CDiskController*, int, int)': > Disk.cpp:145: warning: deprecated conversion from > string constant to 'char*' > Disk.cpp:146: warning: deprecated conversion from > string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c DiskController.cpp -o > DiskController.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c DiskDevice.cpp -o DiskDevice.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c DiskFile.cpp -o DiskFile.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c DiskRam.cpp -o DiskRam.o > DiskRam.cpp: In constructor > 'CDiskRam::CDiskRam(CConfigurator*, CSystem*, > CDiskController*, int, int)': > DiskRam.cpp:99: warning: deprecated conversion from > string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c DMA.cpp -o DMA.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c DPR.cpp -o DPR.o > DPR.cpp: In member function 'void CDPR::SaveStateF()': > DPR.cpp:607: warning: deprecated conversion from > string constant to 'char*' > DPR.cpp: In member function 'void > CDPR::RestoreStateF()': > DPR.cpp:712: warning: deprecated conversion from > string constant to 'char*' > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c es40_debug.cpp -o es40_debug.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c Ethernet.cpp -o Ethernet.o > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c Exception.cpp -o Exception.o > Exception.cpp: In member function 'virtual const char* > CConfigurationException::className() const': > Exception.cpp:37: error: must #include <typeinfo> > before using typeid > Exception.cpp: In member function 'virtual const char* > CThreadException::className() const': > Exception.cpp:39: error: must #include <typeinfo> > before using typeid > Exception.cpp: In member function 'virtual const char* > CWin32Exception::className() const': > Exception.cpp:40: error: must #include <typeinfo> > before using typeid > Exception.cpp: In member function 'virtual const char* > CSDLException::className() const': > Exception.cpp:41: error: must #include <typeinfo> > before using typeid > Exception.cpp: In member function 'virtual const char* > CGracefulException::className() const': > Exception.cpp:42: error: must #include <typeinfo> > before using typeid > Exception.cpp: In member function 'virtual const char* > CAbortException::className() const': > Exception.cpp:43: error: must #include <typeinfo> > before using typeid > make: *** [Exception.o] Error 1 > nvlinux:/opt/es40_cvs/es40/src# > > > ______________________________________________ > Enviado desde Correo Yahoo! > El buzón de correo sin límite de almacenamiento. 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 > |
From: Pepito G. <pep...@ya...> - 2008-03-14 21:11:39
|
Hi I have updated and tried again: Pepito nvlinux:/opt/es40_cvs/es40/src# make clean rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do nvlinux:/opt/es40_cvs/es40/src# make g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o In file included from StdAfx.h:230, from AliM1543C.cpp:262: Lock.h: In member function 'bool CRWMutex::tryWriteLock(long int)': Lock.h:461: error: 'Sleep' was not declared in this scope Lock.h: In member function 'bool CRWMutex::tryReadLock(long int)': Lock.h:496: error: 'Sleep' was not declared in this scope Lock.h: In member function 'void CRWMutex::writeLock(long int)': Lock.h:531: error: 'Sleep' was not declared in this scope Lock.h: In member function 'void CRWMutex::readLock(long int)': Lock.h:563: error: 'Sleep' was not declared in this scope AliM1543C.cpp: In member function 'virtual void CAliM1543C::init()': AliM1543C.cpp:404: warning: deprecated conversion from string constant to 'char*' make: *** [AliM1543C.o] Error 1 nvlinux:/opt/es40_cvs/es40/src# --- Camiel Vanderhoeven <iam...@gm...> escribió: > Hello Pepito, > > I've included <typeinfo> from StdAfx.h. Could you > try again? > > Camiel. > > On Fri, Mar 14, 2008 at 9:37 PM, Pepito Grillo > <pep...@ya...> wrote: > > Hi! > > I was trying to compile the latest cvs, but... > > thanks > > > > > > nvlinux:/opt/es40_cvs/es40/src# make clean > > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do > *.mao > > *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do > > nvlinux:/opt/es40_cvs/es40/src# make > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AliM1543C.cpp -o > AliM1543C.o > > AliM1543C.cpp: In member function 'virtual void > > CAliM1543C::init()': > > AliM1543C.cpp:404: warning: deprecated conversion > from > > string constant to 'char*' > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -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:200: > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.cpp: In member function 'virtual > void > > CAliM1543C_ide::init()': > > AliM1543C_ide.cpp:311: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.cpp:312: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.cpp:313: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.cpp:314: warning: deprecated > conversion > > from string constant to 'char*' > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AliM1543C_usb.cpp -o > > AliM1543C_usb.o > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AlphaCPU.cpp -o AlphaCPU.o > > In file included from AlphaCPU.cpp:329: > > es40_float.h: In function 'double s2host(u64)': > > es40_float.h:183: warning: division by zero in > '((s != > > 0) ? -0.0 : 0.0) / 0.' > > es40_float.h:185: warning: division by zero in > '((s != > > 0) ? -1.0e+0 : 1.0e+0) / 0.' > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AlphaCPU_ieeefloat.cpp -o > > AlphaCPU_ieeefloat.o > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AlphaCPU_vaxfloat.cpp -o > > AlphaCPU_vaxfloat.o > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AlphaCPU_vmspal.cpp -o > > AlphaCPU_vmspal.o > > In file included from AlphaCPU_vmspal.cpp:84: > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:340: warning: deprecated > conversion > > from string constant to 'char*' > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AlphaSim.cpp -o AlphaSim.o > > AlphaSim.cpp:195: warning: deprecated conversion > from > > string constant to 'char*' > > AlphaSim.cpp:195: warning: deprecated conversion > from > > string constant to 'char*' > > AlphaSim.cpp:195: warning: deprecated conversion > from > > string constant to 'char*' > > AlphaSim.cpp:195: warning: deprecated conversion > from > > string constant to 'char*' > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c Cirrus.cpp -o Cirrus.o > > Cirrus.cpp: In member function 'virtual void > > CCirrus::init()': > > Cirrus.cpp:240: warning: deprecated conversion > from > > string constant to 'char*' > > Cirrus.cpp:242: warning: deprecated conversion > from > > string constant to 'char*' > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c Configurator.cpp -o > > Configurator.o > > In file included from Configurator.cpp:120: > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > > AliM1543C_ide.h:319: warning: deprecated > conversion > > from string constant to 'char*' > === message truncated === ______________________________________________ Enviado desde Correo Yahoo! El buzón de correo sin límite de almacenamiento. http://es.docs.yahoo.com/mail/overview/index.html |
From: Camiel V. <iam...@gm...> - 2008-03-14 21:17:30
|
Oops. That's something that only works on windows. Fixed that too. Camiel. On Fri, Mar 14, 2008 at 10:11 PM, Pepito Grillo <pep...@ya...> wrote: > Hi > I have updated and tried again: > > Pepito > > > nvlinux:/opt/es40_cvs/es40/src# make clean > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao > *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do > nvlinux:/opt/es40_cvs/es40/src# make > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c AliM1543C.cpp -o AliM1543C.o > In file included from StdAfx.h:230, > from AliM1543C.cpp:262: > Lock.h: In member function 'bool > CRWMutex::tryWriteLock(long int)': > Lock.h:461: error: 'Sleep' was not declared in this > scope > Lock.h: In member function 'bool > CRWMutex::tryReadLock(long int)': > Lock.h:496: error: 'Sleep' was not declared in this > scope > Lock.h: In member function 'void > CRWMutex::writeLock(long int)': > Lock.h:531: error: 'Sleep' was not declared in this > scope > Lock.h: In member function 'void > CRWMutex::readLock(long int)': > Lock.h:563: error: 'Sleep' was not declared in this > scope > > AliM1543C.cpp: In member function 'virtual void > CAliM1543C::init()': > AliM1543C.cpp:404: warning: deprecated conversion from > string constant to 'char*' > make: *** [AliM1543C.o] Error 1 > > nvlinux:/opt/es40_cvs/es40/src# > > > > --- Camiel Vanderhoeven <iam...@gm...> > escribió: > > > > > Hello Pepito, > > > > I've included <typeinfo> from StdAfx.h. Could you > > try again? > > > > Camiel. > > > > On Fri, Mar 14, 2008 at 9:37 PM, Pepito Grillo > > <pep...@ya...> wrote: > > > Hi! > > > I was trying to compile the latest cvs, but... > > > thanks > > > > > > > > > nvlinux:/opt/es40_cvs/es40/src# make clean > > > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do > > *.mao > > > *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do > > > nvlinux:/opt/es40_cvs/es40/src# make > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AliM1543C.cpp -o > > AliM1543C.o > > > AliM1543C.cpp: In member function 'virtual void > > > CAliM1543C::init()': > > > AliM1543C.cpp:404: warning: deprecated conversion > > from > > > string constant to 'char*' > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -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:200: > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.cpp: In member function 'virtual > > void > > > CAliM1543C_ide::init()': > > > AliM1543C_ide.cpp:311: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.cpp:312: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.cpp:313: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.cpp:314: warning: deprecated > > conversion > > > from string constant to 'char*' > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AliM1543C_usb.cpp -o > > > AliM1543C_usb.o > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AlphaCPU.cpp -o AlphaCPU.o > > > In file included from AlphaCPU.cpp:329: > > > es40_float.h: In function 'double s2host(u64)': > > > es40_float.h:183: warning: division by zero in > > '((s != > > > 0) ? -0.0 : 0.0) / 0.' > > > es40_float.h:185: warning: division by zero in > > '((s != > > > 0) ? -1.0e+0 : 1.0e+0) / 0.' > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AlphaCPU_ieeefloat.cpp -o > > > AlphaCPU_ieeefloat.o > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AlphaCPU_vaxfloat.cpp -o > > > AlphaCPU_vaxfloat.o > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AlphaCPU_vmspal.cpp -o > > > AlphaCPU_vmspal.o > > > In file included from AlphaCPU_vmspal.cpp:84: > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:340: warning: deprecated > > conversion > > > from string constant to 'char*' > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AlphaSim.cpp -o AlphaSim.o > > > AlphaSim.cpp:195: warning: deprecated conversion > > from > > > string constant to 'char*' > > > AlphaSim.cpp:195: warning: deprecated conversion > > from > > > string constant to 'char*' > > > AlphaSim.cpp:195: warning: deprecated conversion > > from > > > string constant to 'char*' > > > AlphaSim.cpp:195: warning: deprecated conversion > > from > > > string constant to 'char*' > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c Cirrus.cpp -o Cirrus.o > > > Cirrus.cpp: In member function 'virtual void > > > CCirrus::init()': > > > Cirrus.cpp:240: warning: deprecated conversion > > from > > > string constant to 'char*' > > > Cirrus.cpp:242: warning: deprecated conversion > > from > > > string constant to 'char*' > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c Configurator.cpp -o > > > Configurator.o > > > In file included from Configurator.cpp:120: > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > AliM1543C_ide.h:319: warning: deprecated > > conversion > > > from string constant to 'char*' > > > === message truncated === > > > > ______________________________________________ > > > Enviado desde Correo Yahoo! > El buzón de correo sin límite de almacenamiento. 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 > |
From: Pepito G. <pep...@ya...> - 2008-03-14 21:26:56
|
Hi, sorry to say it, but still no success.... .... g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c Serial.cpp -o Serial.o Serial.cpp:835:26: error: macro "FAILURE" requires 2 arguments, but only 1 given Serial.cpp:844:28: error: macro "FAILURE" requires 2 arguments, but only 1 given Serial.cpp: In member function 'void CSerial::serial_menu()': Serial.cpp:533: warning: deprecated conversion from string constant to 'char*' Serial.cpp:534: warning: deprecated conversion from string constant to 'char*' Serial.cpp:538: warning: deprecated conversion from string constant to 'char*' Serial.cpp:539: warning: deprecated conversion from string constant to 'char*' Serial.cpp:540: warning: deprecated conversion from string constant to 'char*' Serial.cpp:541: warning: deprecated conversion from string constant to 'char*' Serial.cpp:551: warning: deprecated conversion from string constant to 'char*' Serial.cpp:563: warning: deprecated conversion from string constant to 'char*' Serial.cpp:568: warning: deprecated conversion from string constant to 'char*' Serial.cpp:574: warning: deprecated conversion from string constant to 'char*' Serial.cpp:580: warning: deprecated conversion from string constant to 'char*' Serial.cpp:581: warning: deprecated conversion from string constant to 'char*' Serial.cpp:582: warning: deprecated conversion from string constant to 'char*' Serial.cpp:587: warning: deprecated conversion from string constant to 'char*' Serial.cpp:588: warning: deprecated conversion from string constant to 'char*' Serial.cpp:589: warning: deprecated conversion from string constant to 'char*' Serial.cpp:594: warning: deprecated conversion from string constant to 'char*' Serial.cpp: In member function 'void CSerial::WaitForConnection()': Serial.cpp:784: warning: deprecated conversion from string constant to 'char*' Serial.cpp:794: warning: deprecated conversion from string constant to 'char*' Serial.cpp:835: error: 'FAILURE' was not declared in this scope Serial.cpp:844: error: 'FAILURE' was not declared in this scope make: *** [Serial.o] Error 1 nvlinux:/opt/es40_cvs/es40/src# --- Camiel Vanderhoeven <iam...@gm...> escribió: > Oops. That's something that only works on windows. > Fixed that too. > > Camiel. > > On Fri, Mar 14, 2008 at 10:11 PM, Pepito Grillo > <pep...@ya...> wrote: > > Hi > > I have updated and tried again: > > > > Pepito > > > > > > nvlinux:/opt/es40_cvs/es40/src# make clean > > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do > *.mao > > *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do > > nvlinux:/opt/es40_cvs/es40/src# make > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > -O3 > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > -I/usr/include/SDL -c AliM1543C.cpp -o > AliM1543C.o > > In file included from StdAfx.h:230, > > from AliM1543C.cpp:262: > > Lock.h: In member function 'bool > > CRWMutex::tryWriteLock(long int)': > > Lock.h:461: error: 'Sleep' was not declared in > this > > scope > > Lock.h: In member function 'bool > > CRWMutex::tryReadLock(long int)': > > Lock.h:496: error: 'Sleep' was not declared in > this > > scope > > Lock.h: In member function 'void > > CRWMutex::writeLock(long int)': > > Lock.h:531: error: 'Sleep' was not declared in > this > > scope > > Lock.h: In member function 'void > > CRWMutex::readLock(long int)': > > Lock.h:563: error: 'Sleep' was not declared in > this > > scope > > > > AliM1543C.cpp: In member function 'virtual void > > CAliM1543C::init()': > > AliM1543C.cpp:404: warning: deprecated conversion > from > > string constant to 'char*' > > make: *** [AliM1543C.o] Error 1 > > > > nvlinux:/opt/es40_cvs/es40/src# > > > > > > > > --- Camiel Vanderhoeven <iam...@gm...> > > escribió: > > > > > > > > > Hello Pepito, > > > > > > I've included <typeinfo> from StdAfx.h. Could > you > > > try again? > > > > > > Camiel. > > > > > > On Fri, Mar 14, 2008 at 9:37 PM, Pepito Grillo > > > <pep...@ya...> wrote: > > > > Hi! > > > > I was trying to compile the latest cvs, > but... > > > > thanks > > > > > > > > > > > > nvlinux:/opt/es40_cvs/es40/src# make clean > > > > rm -f es40 es40_idb es40_lss es40_lsm *.o > *.do > > > *.mao > > > > *.slo *.trc gui/*.o gui/*.mao gui/*.slo > gui/*.do > > > > nvlinux:/opt/es40_cvs/es40/src# make > > > > g++ -I. -I.. -g -DHIDE_COUNTER > -DDEBUG_BACKTRACE > > > -O3 > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > -DHAVE_PCAP > > > > -I/usr/include/SDL -c AliM1543C.cpp -o > > > AliM1543C.o > > > > AliM1543C.cpp: In member function 'virtual > void > > > > CAliM1543C::init()': > > > > AliM1543C.cpp:404: warning: deprecated > conversion > > > from > > > > string constant to 'char*' > > > > g++ -I. -I.. -g -DHIDE_COUNTER > -DDEBUG_BACKTRACE > > > -O3 > > > > -mtune=generic -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:200: > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:319: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:340: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:340: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:340: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:340: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.h:340: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.cpp: In member function > 'virtual > > > void > > > > CAliM1543C_ide::init()': > > > > AliM1543C_ide.cpp:311: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.cpp:312: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.cpp:313: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > AliM1543C_ide.cpp:314: warning: deprecated > > > conversion > > > > from string constant to 'char*' > > > > g++ -I. -I.. -g -DHIDE_COUNTER > -DDEBUG_BACKTRACE > > > -O3 > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > -DHAVE_PCAP > > > > -I/usr/include/SDL -c AliM1543C_usb.cpp -o > > > > AliM1543C_usb.o > > > > g++ -I. -I.. -g -DHIDE_COUNTER > -DDEBUG_BACKTRACE > > > -O3 > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > -DHAVE_PCAP > > > > -I/usr/include/SDL -c AlphaCPU.cpp -o > AlphaCPU.o > > > > In file included from AlphaCPU.cpp:329: > > > > es40_float.h: In function 'double > s2host(u64)': > > > > es40_float.h:183: warning: division by zero > in > > > '((s != > > > > 0) ? -0.0 : 0.0) / 0.' > > > > es40_float.h:185: warning: division by zero > in > > > '((s != > > > > 0) ? -1.0e+0 : 1.0e+0) / 0.' > > > > g++ -I. -I.. -g -DHIDE_COUNTER > -DDEBUG_BACKTRACE > > > -O3 > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > -DHAVE_PCAP > > > > -I/usr/include/SDL -c AlphaCPU_ieeefloat.cpp > -o > > > > AlphaCPU_ieeefloat.o > > > > g++ -I. -I.. -g -DHIDE_COUNTER > -DDEBUG_BACKTRACE > > > -O3 > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > -DHAVE_PCAP > > > > -I/usr/include/SDL -c AlphaCPU_vaxfloat.cpp > -o > === message truncated === ______________________________________________ Enviado desde Correo Yahoo! El buzón de correo sin límite de almacenamiento. http://es.docs.yahoo.com/mail/overview/index.html |
From: Camiel V. <iam...@gm...> - 2008-03-14 21:29:20
|
Hi Pepito, I think / hope I've fixed this one just before you wrote this... (Paco Linux mentioned it as well) I don't have a Linux system where I am now, so it's difficult for me to find these bugs... sorry for the mess. Camiel. On Fri, Mar 14, 2008 at 10:26 PM, Pepito Grillo <pep...@ya...> wrote: > Hi, > sorry to say it, but still no success.... > > > .... > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > -I/usr/include/SDL -c Serial.cpp -o Serial.o > Serial.cpp:835:26: error: macro "FAILURE" requires 2 > arguments, but only 1 given > Serial.cpp:844:28: error: macro "FAILURE" requires 2 > arguments, but only 1 given > Serial.cpp: In member function 'void > CSerial::serial_menu()': > Serial.cpp:533: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:534: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:538: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:539: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:540: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:541: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:551: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:563: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:568: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:574: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:580: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:581: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:582: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:587: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:588: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:589: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:594: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp: In member function 'void > CSerial::WaitForConnection()': > Serial.cpp:784: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:794: warning: deprecated conversion from > string constant to 'char*' > Serial.cpp:835: error: 'FAILURE' was not declared in > this scope > Serial.cpp:844: error: 'FAILURE' was not declared in > this scope > make: *** [Serial.o] Error 1 > > > nvlinux:/opt/es40_cvs/es40/src# > > > > > --- Camiel Vanderhoeven <iam...@gm...> > escribió: > > > Oops. That's something that only works on windows. > > Fixed that too. > > > > Camiel. > > > > On Fri, Mar 14, 2008 at 10:11 PM, Pepito Grillo > > <pep...@ya...> wrote: > > > Hi > > > I have updated and tried again: > > > > > > Pepito > > > > > > > > > nvlinux:/opt/es40_cvs/es40/src# make clean > > > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do > > *.mao > > > *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do > > > nvlinux:/opt/es40_cvs/es40/src# make > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE > > -O3 > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP > > > -I/usr/include/SDL -c AliM1543C.cpp -o > > AliM1543C.o > > > In file included from StdAfx.h:230, > > > from AliM1543C.cpp:262: > > > Lock.h: In member function 'bool > > > CRWMutex::tryWriteLock(long int)': > > > Lock.h:461: error: 'Sleep' was not declared in > > this > > > scope > > > Lock.h: In member function 'bool > > > CRWMutex::tryReadLock(long int)': > > > Lock.h:496: error: 'Sleep' was not declared in > > this > > > scope > > > Lock.h: In member function 'void > > > CRWMutex::writeLock(long int)': > > > Lock.h:531: error: 'Sleep' was not declared in > > this > > > scope > > > Lock.h: In member function 'void > > > CRWMutex::readLock(long int)': > > > Lock.h:563: error: 'Sleep' was not declared in > > this > > > scope > > > > > > AliM1543C.cpp: In member function 'virtual void > > > CAliM1543C::init()': > > > AliM1543C.cpp:404: warning: deprecated conversion > > from > > > string constant to 'char*' > > > make: *** [AliM1543C.o] Error 1 > > > > > > nvlinux:/opt/es40_cvs/es40/src# > > > > > > > > > > > > --- Camiel Vanderhoeven <iam...@gm...> > > > escribió: > > > > > > > > > > > > > Hello Pepito, > > > > > > > > I've included <typeinfo> from StdAfx.h. Could > > you > > > > try again? > > > > > > > > Camiel. > > > > > > > > On Fri, Mar 14, 2008 at 9:37 PM, Pepito Grillo > > > > <pep...@ya...> wrote: > > > > > Hi! > > > > > I was trying to compile the latest cvs, > > but... > > > > > thanks > > > > > > > > > > > > > > > nvlinux:/opt/es40_cvs/es40/src# make clean > > > > > rm -f es40 es40_idb es40_lss es40_lsm *.o > > *.do > > > > *.mao > > > > > *.slo *.trc gui/*.o gui/*.mao gui/*.slo > > gui/*.do > > > > > nvlinux:/opt/es40_cvs/es40/src# make > > > > > g++ -I. -I.. -g -DHIDE_COUNTER > > -DDEBUG_BACKTRACE > > > > -O3 > > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > > -DHAVE_PCAP > > > > > -I/usr/include/SDL -c AliM1543C.cpp -o > > > > AliM1543C.o > > > > > AliM1543C.cpp: In member function 'virtual > > void > > > > > CAliM1543C::init()': > > > > > AliM1543C.cpp:404: warning: deprecated > > conversion > > > > from > > > > > string constant to 'char*' > > > > > g++ -I. -I.. -g -DHIDE_COUNTER > > -DDEBUG_BACKTRACE > > > > -O3 > > > > > -mtune=generic -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:200: > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:319: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:340: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:340: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:340: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:340: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.h:340: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.cpp: In member function > > 'virtual > > > > void > > > > > CAliM1543C_ide::init()': > > > > > AliM1543C_ide.cpp:311: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.cpp:312: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.cpp:313: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > AliM1543C_ide.cpp:314: warning: deprecated > > > > conversion > > > > > from string constant to 'char*' > > > > > g++ -I. -I.. -g -DHIDE_COUNTER > > -DDEBUG_BACKTRACE > > > > -O3 > > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > > -DHAVE_PCAP > > > > > -I/usr/include/SDL -c AliM1543C_usb.cpp -o > > > > > AliM1543C_usb.o > > > > > g++ -I. -I.. -g -DHIDE_COUNTER > > -DDEBUG_BACKTRACE > > > > -O3 > > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > > -DHAVE_PCAP > > > > > -I/usr/include/SDL -c AlphaCPU.cpp -o > > AlphaCPU.o > > > > > In file included from AlphaCPU.cpp:329: > > > > > es40_float.h: In function 'double > > s2host(u64)': > > > > > es40_float.h:183: warning: division by zero > > in > > > > '((s != > > > > > 0) ? -0.0 : 0.0) / 0.' > > > > > es40_float.h:185: warning: division by zero > > in > > > > '((s != > > > > > 0) ? -1.0e+0 : 1.0e+0) / 0.' > > > > > g++ -I. -I.. -g -DHIDE_COUNTER > > -DDEBUG_BACKTRACE > > > > -O3 > > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > > -DHAVE_PCAP > > > > > -I/usr/include/SDL -c AlphaCPU_ieeefloat.cpp > > -o > > > > > AlphaCPU_ieeefloat.o > > > > > g++ -I. -I.. -g -DHIDE_COUNTER > > -DDEBUG_BACKTRACE > > > > -O3 > > > > > -mtune=generic -DHAVE_SDL -DHAVE_X11 > > -DHAVE_PCAP > > > > > -I/usr/include/SDL -c AlphaCPU_vaxfloat.cpp > > -o > > > > > === message truncated === > > > > ______________________________________________ > Enviado desde Correo Yahoo! > El buzón de correo sin límite de almacenamiento. 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 > |
From: Hittner, D. T. <dav...@ng...> - 2008-03-17 11:33:55
|
> I don't have a Linux system where I am now, so it's difficult > for me to find these bugs... sorry for the mess. VMware Workstation - run a Linux under Vista. :-) I've been a dedicated user since v1.0. Dave |
From: Camiel V. <iam...@gm...> - 2008-03-17 16:47:50
|
Hi Dave, Yes, I do that at home. Not on my laptop though, so when I'm travelling I don't have Linux with me. Camiel. On Mon, Mar 17, 2008 at 12:33 PM, Hittner, David T. <dav...@ng...> wrote: > > I don't have a Linux system where I am now, so it's difficult > > for me to find these bugs... sorry for the mess. > > VMware Workstation - run a Linux under Vista. :-) > > I've been a dedicated user since v1.0. > > Dave > > > > ------------------------------------------------------------------------- > 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 > |
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 |
From: Camiel V. <iam...@gm...> - 2008-03-05 20:26:56
|
Hello Pepito, This: > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' has > no member named 'getName' Is strange. What version of Poco are you using? Camiel. |
From: Pepito G. <pep...@ya...> - 2008-03-05 21:10:33
|
Hi! I'll try to answer both questions > Which version of g++ are you using? About GCC: nvlinux:/opt/es40_cvs/es40/src# gcc --version gcc (GCC) 4.2.3 (Debian 4.2.3-1) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. nvlinux:/opt/es40_cvs/es40/src# g++ --version g++ (GCC) 4.2.3 (Debian 4.2.3-1) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. About Poco: debian package:libpoco-dev 1.2.9-2 I think this means version 2.9 but i'm not completely sure! sorry. --- Camiel Vanderhoeven <iam...@gm...> escribió: > Hello Pepito, > > This: > > > AliM1543C_ide.cpp:293: error: 'class > Poco::Thread' has > > no member named 'getName' > > Is strange. What version of Poco are you using? > > Camiel. > ______________________________________________ ¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome |
From: Paco L. <pac...@gm...> - 2008-03-05 22:04:25
|
I have the same problem : paco@javier:~/es40/src$ make clean rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do paco@javier:~/es40/src$ make g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic -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=generic -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp -o AliM1543C_ide.o AliM1543C_ide.cpp: In constructor 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': AliM1543C_ide.cpp:293: error: 'class Poco::Thread' no tiene un miembro llamado 'getName' make: *** [AliM1543C_ide.o] Error 1 paco@javier:~/es40/src$ gcc -v Usando especificaciones internas. Objetivo: i486-linux-gnu Configurado con: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Modelo de hilos: posix gcc versión 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) paco@javier:~/es40/src$ locate libPoco /usr/lib/libPocoXML.so.2 /usr/lib/libPocoFoundationd.so /usr/lib/libPocoXML.so /usr/lib/libPocoFoundationd.so.2 /usr/lib/libPocoNetd.so /usr/lib/libPocoXMLd.so /usr/lib/libPocoXMLd.so.2 /usr/lib/libPocoNetd.so.2 /usr/lib/libPocoNetSSLd.so /usr/lib/libPocoFoundation.so.2 /usr/lib/libPocoNetSSL.so.2 /usr/lib/libPocoUtil.so /usr/lib/libPocoNetSSL.so /usr/lib/libPocoFoundation.so /usr/lib/libPocoNet.so /usr/lib/libPocoUtil.so.2 /usr/lib/libPocoNetSSLd.so.2 /usr/lib/libPocoNet.so.2 /usr/lib/libPocoUtild.so.2 /usr/lib/libPocoUtild.so paco@javier:~/es40/src$ Paco On Wed, Mar 5, 2008 at 9:11 PM, Pepito Grillo <pep...@ya...> 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 > > 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 > > ------------------------------------------------------------------------- > 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 > |
From: Paco L. <pac...@gm...> - 2008-03-05 22:10:26
|
Hi: Seems that in debian systems the Poco library is ver 1.2: ??? :/usr/include/Poco$ more Thread.h // // Thread.h // // $Id: //poco/1.2/Foundation/include/Poco/Thread.h#1 $ And the Poco library in the web is : POCO C++ Libraries 1.3.2 Paco On Wed, Mar 5, 2008 at 10:54 PM, Paco Linux <pac...@gm...> wrote: > I have the same problem : > > paco@javier:~/es40/src$ make clean > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o > gui/*.mao gui/*.slo gui/*.do > paco@javier:~/es40/src$ make > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic > -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=generic > -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp > -o AliM1543C_ide.o > AliM1543C_ide.cpp: In constructor > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' no tiene un miembro > llamado 'getName' > make: *** [AliM1543C_ide.o] Error 1 > paco@javier:~/es40/src$ gcc -v > Usando especificaciones internas. > Objetivo: i486-linux-gnu > Configurado con: ../src/configure -v > --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr > --enable-shared --with-system-zlib --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --enable-nls > --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug > --enable-mpfr --enable-checking=release i486-linux-gnu > Modelo de hilos: posix > gcc versión 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) > paco@javier:~/es40/src$ locate libPoco > /usr/lib/libPocoXML.so.2 > /usr/lib/libPocoFoundationd.so > /usr/lib/libPocoXML.so > /usr/lib/libPocoFoundationd.so.2 > /usr/lib/libPocoNetd.so > /usr/lib/libPocoXMLd.so > /usr/lib/libPocoXMLd.so.2 > /usr/lib/libPocoNetd.so.2 > /usr/lib/libPocoNetSSLd.so > /usr/lib/libPocoFoundation.so.2 > /usr/lib/libPocoNetSSL.so.2 > /usr/lib/libPocoUtil.so > /usr/lib/libPocoNetSSL.so > /usr/lib/libPocoFoundation.so > /usr/lib/libPocoNet.so > /usr/lib/libPocoUtil.so.2 > /usr/lib/libPocoNetSSLd.so.2 > /usr/lib/libPocoNet.so.2 > /usr/lib/libPocoUtild.so.2 > /usr/lib/libPocoUtild.so > paco@javier:~/es40/src$ > > Paco > > > > On Wed, Mar 5, 2008 at 9:11 PM, Pepito Grillo < > pep...@ya...> 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 > > > > 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 > > > > > > ------------------------------------------------------------------------- > > 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 > > > > |
From: Paco L. <pac...@gm...> - 2008-03-05 22:36:45
|
Hi: Problem solved :) Apt-get remove libpocoxxx (in debian systems) Get latest Poco lib from their home: http://pocoproject.org/poco/download.php?uri=http://prdownloads.sourceforge.net/poco/poco-1.3.2.tar.gz?download compile, install poco .. and.. compile es40 without problems Paco On Wed, Mar 5, 2008 at 11:10 PM, Paco Linux <pac...@gm...> wrote: > Hi: > > Seems that in debian systems the Poco library is ver 1.2: ??? > > :/usr/include/Poco$ more Thread.h > // > // Thread.h > // > // $Id: //poco/1.2/Foundation/include/Poco/Thread.h#1 $ > > > And the Poco library in the web is : POCO C++ Libraries 1.3.2 > > Paco > > > > On Wed, Mar 5, 2008 at 10:54 PM, Paco Linux <pac...@gm...> wrote: > > > I have the same problem : > > > > paco@javier:~/es40/src$ make clean > > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o > > gui/*.mao gui/*.slo gui/*.do > > paco@javier:~/es40/src$ make > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic > > -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=generic > > -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp > > -o AliM1543C_ide.o > > AliM1543C_ide.cpp: In constructor > > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': > > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' no tiene un miembro > > llamado 'getName' > > make: *** [AliM1543C_ide.o] Error 1 > > paco@javier:~/es40/src$ gcc -v > > Usando especificaciones internas. > > Objetivo: i486-linux-gnu > > Configurado con: ../src/configure -v > > --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr > > --enable-shared --with-system-zlib --libexecdir=/usr/lib > > --without-included-gettext --enable-threads=posix --enable-nls > > --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug > > --enable-mpfr --enable-checking=release i486-linux-gnu > > Modelo de hilos: posix > > gcc versión 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) > > paco@javier:~/es40/src$ locate libPoco > > /usr/lib/libPocoXML.so.2 > > /usr/lib/libPocoFoundationd.so > > /usr/lib/libPocoXML.so > > /usr/lib/libPocoFoundationd.so.2 > > /usr/lib/libPocoNetd.so > > /usr/lib/libPocoXMLd.so > > /usr/lib/libPocoXMLd.so.2 > > /usr/lib/libPocoNetd.so.2 > > /usr/lib/libPocoNetSSLd.so > > /usr/lib/libPocoFoundation.so.2 > > /usr/lib/libPocoNetSSL.so.2 > > /usr/lib/libPocoUtil.so > > /usr/lib/libPocoNetSSL.so > > /usr/lib/libPocoFoundation.so > > /usr/lib/libPocoNet.so > > /usr/lib/libPocoUtil.so.2 > > /usr/lib/libPocoNetSSLd.so.2 > > /usr/lib/libPocoNet.so.2 > > /usr/lib/libPocoUtild.so.2 > > /usr/lib/libPocoUtild.so > > paco@javier:~/es40/src$ > > > > Paco > > > > > > > > On Wed, Mar 5, 2008 at 9:11 PM, Pepito Grillo < > > pep...@ya...> 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 > > > > > > 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 > > > > > > > > > ------------------------------------------------------------------------- > > > 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 > > > > > > > > |
From: Camiel V. <iam...@gm...> - 2008-03-06 08:51:33
|
Hi Paco, That's good news. I'll put a note in the doc's that Poco version 1.3.2 is required. Camiel. On Wed, Mar 5, 2008 at 11:36 PM, Paco Linux <pac...@gm...> wrote: > Hi: > > Problem solved :) > > Apt-get remove libpocoxxx (in debian systems) > > Get latest Poco lib from their home: > http://pocoproject.org/poco/download.php?uri=http://prdownloads.sourceforge.net/poco/poco-1.3.2.tar.gz?download > > compile, install poco .. > > and.. compile es40 without problems > > Paco > > > > > On Wed, Mar 5, 2008 at 11:10 PM, Paco Linux <pac...@gm...> wrote: > > > Hi: > > > > Seems that in debian systems the Poco library is ver 1.2: ??? > > > > :/usr/include/Poco$ more Thread.h > > // > > // Thread.h > > // > > // $Id: //poco/1.2/Foundation/include/Poco/Thread.h#1 $ > > > > > > And the Poco library in the web is : POCO C++ Libraries 1.3.2 > > > > Paco > > > > > > > > > > > > > > On Wed, Mar 5, 2008 at 10:54 PM, Paco Linux <pac...@gm...> wrote: > > > > > I have the same problem : > > > > > > paco@javier:~/es40/src$ make clean > > > rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o > gui/*.mao gui/*.slo gui/*.do > > > paco@javier:~/es40/src$ make > > > g++ -I. -I.. -g -DHIDE_COUNTER -DDEBUG_BACKTRACE -O3 -mtune=generic > -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=generic > -DHAVE_SDL -DHAVE_X11 -DHAVE_PCAP -I/usr/include/SDL -c AliM1543C_ide.cpp > -o AliM1543C_ide.o > > > > > > AliM1543C_ide.cpp: In constructor > 'CAliM1543C_ide::CAliM1543C_ide(CConfigurator*, CSystem*, int, int)': > > > AliM1543C_ide.cpp:293: error: 'class Poco::Thread' no tiene un miembro > llamado 'getName' > > > > > > make: *** [AliM1543C_ide.o] Error 1 > > > paco@javier:~/es40/src$ gcc -v > > > Usando especificaciones internas. > > > Objetivo: i486-linux-gnu > > > Configurado con: ../src/configure -v > --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr > --enable-shared --with-system-zlib --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --enable-nls > --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 > --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug > --enable-mpfr --enable-checking=release i486-linux-gnu > > > Modelo de hilos: posix > > > gcc versión 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) > > > paco@javier:~/es40/src$ locate libPoco > > > /usr/lib/libPocoXML.so.2 > > > /usr/lib/libPocoFoundationd.so > > > /usr/lib/libPocoXML.so > > > /usr/lib/libPocoFoundationd.so.2 > > > /usr/lib/libPocoNetd.so > > > /usr/lib/libPocoXMLd.so > > > /usr/lib/libPocoXMLd.so.2 > > > /usr/lib/libPocoNetd.so.2 > > > /usr/lib/libPocoNetSSLd.so > > > /usr/lib/libPocoFoundation.so.2 > > > /usr/lib/libPocoNetSSL.so.2 > > > /usr/lib/libPocoUtil.so > > > /usr/lib/libPocoNetSSL.so > > > /usr/lib/libPocoFoundation.so > > > /usr/lib/libPocoNet.so > > > /usr/lib/libPocoUtil.so.2 > > > /usr/lib/libPocoNetSSLd.so.2 > > > /usr/lib/libPocoNet.so.2 > > > /usr/lib/libPocoUtild.so.2 > > > /usr/lib/libPocoUtild.so > > > paco@javier:~/es40/src$ > > > > > > Paco > > > > > > > > > > > > > > > > > > > > > On Wed, Mar 5, 2008 at 9:11 PM, Pepito Grillo > <pep...@ya...> 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 > > > > > > > > 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 > > > > > > > > > ------------------------------------------------------------------------- > > > > 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 > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > 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 > > |