Re: [ES40-developers] Compilation Errors
Status: Alpha
Brought to you by:
iamcamiel
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 > |