durring make, I get these errors off the back
Code: Select all
uox3@NixTestServer:~/projects/uox3/source$ make
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKA GE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"uox3\" -DVERSION=\"0.97\" -I . -I. -O2 -I./mozilla/js/src -MT ai.o -MD -MP -MF ".deps/ai.Tpo" -c -o ai.o ai.cpp; \
then mv -f ".deps/ai.Tpo" ".deps/ai.Po"; else rm -f ".deps/ai.Tpo"; exit 1; fi
In file included from Platform.h:150,
from Prerequisites.h:9,
from uox3.h:29,
from ai.cpp:18:
uoxlinux.h: In function âvoid GetCurrentDirectory(size_t, char*)â:
uoxlinux.h:26: warning: ignoring return value of âchar* getcwd(char*, size_t)â, declared with attribute warn_unused_result
In file included from regions.h:9,
from ai.cpp:21:
mapstuff.h: In constructor âUOX::CMulHandler::MultiItemsIndex_st::MultiItemsInde x_st()â:
mapstuff.h:101: error: âSHRT_MAXâ was not declared in this scope
mapstuff.h:101: error: âSHRT_MINâ was not declared in this scope
mapstuff.h:102: error: âSCHAR_MAXâ was not declared in this scope
mapstuff.h:102: error: âSCHAR_MINâ was not declared in this scope
make: *** [ai.o] Error 1
uox3@NixTestServer:~/projects/uox3/source$