Linux NWNX2/APS
Posted: Thu Feb 12, 2004 9:50 am
Just downloaded beta4.
Using ./configure --prefix=/to/my/nwnserver
got these when using make.
Anyone can help?
Using ./configure --prefix=/to/my/nwnserver
got these when using make.
Code: Select all
make
g++ -c -o nwnx2lib.o nwnx2lib.cpp
g++ -c -o NWNXBase.o NWNXBase.cpp
g++ -c -o gline.o gline.cpp
g++ -w -fPIC -shared -W -Wall -o nwnx2.so nwnx2lib.o NWNXBase.o gline.o -ldl -DHAVE_CONFIG_H
make -C db
make[1]: Entering directory `/home/data/nwn/linnwnx2/db'
g++ -I.. -c -o NWNXmysql.o NWNXmysql.cpp
In file included from NWNXmysql.h:17,
from NWNXmysql.cpp:20:
../db/dbmysql.h:27:25: mysql/mysql.h: No such file or directory
In file included from NWNXmysql.h:17,
from NWNXmysql.cpp:20:
../db/dbmysql.h:40: 'MYSQL' is used as a type, but is not defined as a type.
../db/dbmysql.h:41: syntax error before `*' token
make[1]: *** [NWNXmysql.o] Error 1
make[1]: Leaving directory `/home/data/nwn/linnwnx2/db'
make: *** [db] Error 2