08-12-2013, 05:17 AM
Hi! I am trying to compile MCServer in my own server (Freebsd 9.1) from source code:
here is last 3 lines with errors:
I am using gmake (not make) because default "make" in Freebsd is not GNU-like
Sooo, can anyone help me? I dont want to change server OS for many reasons.
Tnx a lot.
Code:
gmake -j3
Code:
/usr/bin/g++ -s -ggdb -g -D_DEBUG -O3 -x c -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 -Iexpat source/SQLite/sqlite3.c -o build/debug/source/SQLite/sqlite3.o
source/SQLite/sqlite3.c:23345: error: 'fchmod' undeclared here (not in a function)
gmake: *** [build/debug/source/SQLite/sqlite3.o] Error 1
Sooo, can anyone help me? I dont want to change server OS for many reasons.
Tnx a lot.