13.04.2009, 17:45
I'm trying to compile the source but MAKE shows these errors... :/
Anyone knows wth is this?
Код:
[root@box source_files]# make gcc -c -O3 -w -DLINUX -I../SDK/amx/ ../SDK/amx/*.c g++ -c -O3 -w -DLINUX -I../SDK/amx/ ../SDK/*.cpp g++ -c -O3 -w -DLINUX -I../SDK/amx/ *.cpp In file included from main.cpp:3: main.h:18:26: error: mysql/mysql.h: No such file or directory source/mysqlhandler.h:16: error: 'my_ulonglong' does not name a type main.h:38: error: 'MYSQL' does not name a type main.h:39: error: 'MYSQL_ROW' does not name a type main.h:40: error: ISO C++ forbids declaration of 'MYSQL_RES' with no type main.h:40: error: expected ';' before '*' token main.h:41: error: ISO C++ forbids declaration of 'MYSQL_FIELD' with no type main.h:41: error: expected ';' before '*' token make: *** [all] Error 1