[ES40-developers] problems compiling ?
Status: Alpha
Brought to you by:
iamcamiel
From: Paco L. <pac...@gm...> - 2008-03-14 21:19:28
|
Hi: I had some problems (in linux) compilng the last CVS: 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: debe hacer #include <typeinfo> antes de usar typeid Exception.cpp: In member function 'virtual const char* CThreadException::className() const': Exception.cpp:39: error: debe hacer #include <typeinfo> antes de usar typeid Exception.cpp: In member function 'virtual const char* CWin32Exception::className() const': Exception.cpp:40: error: debe hacer #include <typeinfo> antes de usar typeid Exception.cpp: In member function 'virtual const char* CSDLException::className() const': Exception.cpp:41: error: debe hacer #include <typeinfo> antes de usar typeid Exception.cpp: In member function 'virtual const char* CGracefulException::className() const': Exception.cpp:42: error: debe hacer #include <typeinfo> antes de usar typeid Exception.cpp: In member function 'virtual const char* CAbortException::className() const':Portion done: 0%...10% Exception.cpp:43: error: debe hacer #include <typeinfo> antes de usar typeid make: *** [Exception.o] Error 1 g++ -I. -I.. -g -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: la macro "FAILURE" requiere 2 argumentos, pero solo se proporcionan 1 Serial.cpp:844:28: error: la macro "FAILURE" requiere 2 argumentos, pero solo se proporcionan 1 Serial.cpp: In member function 'void CSerial::WaitForConnection()': Serial.cpp:835: error: 'FAILURE' no se declaró en este ámbito Serial.cpp:844: error: 'FAILURE' no se declaró en este ámbito make: *** [Serial.o] Error 1 I corrected this errors (sorry for no make a patch, but I only corrected to make the compiler happy and no tested the accuracy of the correction). Now Im installing openvms 7.3 : Portion done: 0%...10% I think maybe is a good idea of putting a web page/wiki with information of various Makefile/config_file/log_of_installation/hardware-software_of_host so we can compare similar builds/results Paco |