View Single Post
  #1  
Old 08-14-2013, 11:03 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default Debian 64 Errors since last build

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.

Code:
[  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
Reply With Quote