/home/src/mc# make release=1 /usr/bin/g++ -s -O3 -DNDEBUG -c -I. -Isource -Isource/md5 -IWebServer -Isource/items -Isource/blocks -Itolua++-1.0.93/src/lib -Ilua-5.1.4/src -Izlib-1.2.7 -IiniFile -Itolua++-1.0.93/include -Ijsoncpp-src-0.5.0/include -Ijsoncpp-src-0.5.0/src/lib_json -Isquirrel_3_0_1_stable/include -Isquirrel_3_0_1_stable -Isquirrel_3_0_1_stable/sqrat squirrel_3_0_1_stable/squirrel/sqbaselib.cpp -o build/release/squirrel_3_0_1_stable/squirrel/sqbaselib.o In file included from squirrel_3_0_1_stable/squirrel/sqpcheader.h:16:0, from squirrel_3_0_1_stable/squirrel/sqbaselib.cpp:4: squirrel_3_0_1_stable/squirrel/sqobject.h: In member function 'void SQObjectPtr::Null()': squirrel_3_0_1_stable/squirrel/sqobject.h:294:16: warning: converting to non-pointer type 'SQRawObjectVal {aka long long int}' from NULL [-Wconversion-null] In file included from squirrel_3_0_1_stable/squirrel/sqobject.h:5:0, from squirrel_3_0_1_stable/squirrel/sqpcheader.h:16, from squirrel_3_0_1_stable/squirrel/sqbaselib.cpp:4: squirrel_3_0_1_stable/squirrel/squtils.h: In instantiation of 'sqvector::~sqvector() [with T = long long int]': squirrel_3_0_1_stable/squirrel/sqclosure.h:142:52: required from here squirrel_3_0_1_stable/squirrel/squtils.h:46:4: error: 'sq_vm_free' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] In file included from squirrel_3_0_1_stable/squirrel/sqpcheader.h:17:0, from squirrel_3_0_1_stable/squirrel/sqbaselib.cpp:4: squirrel_3_0_1_stable/squirrel/sqstate.h:143:6: note: 'void sq_vm_free(void*, SQUnsignedInteger)' declared here, later in the translation unit In file included from squirrel_3_0_1_stable/squirrel/sqobject.h:5:0, from squirrel_3_0_1_stable/squirrel/sqpcheader.h:16, from squirrel_3_0_1_stable/squirrel/sqbaselib.cpp:4: squirrel_3_0_1_stable/squirrel/squtils.h: In instantiation of 'void sqvector::_realloc(SQUnsignedInteger) [with T = long long int; SQUnsignedInteger = long long unsigned int]': squirrel_3_0_1_stable/squirrel/squtils.h:34:4: required from 'void sqvector::copy(const sqvector&) [with T = long long int]' squirrel_3_0_1_stable/squirrel/sqclosure.h:161:34: required from here squirrel_3_0_1_stable/squirrel/squtils.h:105:3: error: 'sq_vm_realloc' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] In file included from squirrel_3_0_1_stable/squirrel/sqpcheader.h:17:0, from squirrel_3_0_1_stable/squirrel/sqbaselib.cpp:4: squirrel_3_0_1_stable/squirrel/sqstate.h:142:7: note: 'void* sq_vm_realloc(void*, SQUnsignedInteger, SQUnsignedInteger)' declared here, later in the translation unit make: *** [build/release/squirrel_3_0_1_stable/squirrel/sqbaselib.o] Error 1