View Single Post
  #1  
Old 12-13-2015, 03:31 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default ERROR compiling new command.cpp

Just had compile error after pulling latest source with the new command.cpp:

/
Code:
home/huppy/source/zone/command.cpp: In function ‘int command_init()’:
/home/huppy/source/zone/command.cpp:400:91: error: ‘$Group’ was not declared in this scope
/home/huppy/source/zone/command.cpp:400:114: error: ‘$npc’ was not declared in this scope
/home/huppy/source/zone/command.cpp:400:125: error: expected ‘)’ before ‘;’ token
/home/huppy/source/zone/command.cpp:416:2: error: expected ‘;’ before ‘)’ token
make[2]: *** [zone/CMakeFiles/zone.dir/command.cpp.o] Error 1
make[1]: *** [zone/CMakeFiles/zone.dir/all] Error 2
make: *** [all] Error 2
Of course the compile halted after this, haha
Reply With Quote