PDA

View Full Version : Debian 64 Errors since last build


provocating
08-14-2013, 11:03 PM
Back in April I upgraded my server with no issues. I know a lot has changed in the compile methods since the last time I did the upgrade. Doing searches through the forum and google are not coming up with anything I was not already familiar with. I am not even choosing LUA during the CMake process, nor BOTS just yet until I can get a compile to run.

[ 0%] Building CXX object common/CMakeFiles/Common.dir/BasePacket.cpp.o
In file included from /home/jkg/eq1/common/BasePacket.cpp:19:
/home/eq1/common/BasePacket.h: In constructor âBasePacket::BasePacket()â:
/home/eq1/common/BasePacket.h:82: error: ânullptrâ was not declared in this scope
/home/eq1/common/BasePacket.cpp: In constructor âBasePacket::BasePacket(const unsigned char*, uint32)â:
/home/eq1/common/BasePacket.cpp:27: error: ânullptrâ was not declared in this scope
/home/eq1/common/BasePacket.cpp: In destructor âvirtual BasePacket::~BasePacket()â:
/home/eq1/common/BasePacket.cpp:47: error: ânullptrâ was not declared in this scope
make[2]: *** [common/CMakeFiles/Common.dir/BasePacket.cpp.o] Error 1
make[1]: *** [common/CMakeFiles/Common.dir/all] Error 2
make: *** [all] Error 2

lerxst2112
08-14-2013, 11:32 PM
What version of GCC are you using?

provocating
08-15-2013, 05:26 AM
What version of GCC are you using?

gcc version 4.4.5 (Debian 4.4.5-8)

And also in case people are wondering....


root@EqEmu-devel:~# cat /etc/debian_version
6.0.3

joligario
08-15-2013, 07:05 AM
https://github.com/EQEmu/Server/issues/75

lerxst2112
08-15-2013, 11:13 AM
4.4.5 is 3 years old. Might want to try and upgrade. The current version is 4.8.1.

joligario
08-15-2013, 06:56 PM
My CentOS is enterprise standard which still sits at 4.4. I'd rather define a nullptr than upgrade. That's why I left the issue open in GIT.

lerxst2112
08-15-2013, 10:41 PM
Well, proper nullptr support is more than just a define. But, your choice.

joligario
08-15-2013, 11:10 PM
Oh, understood very much... thus the open issue :)