when debugging a C programme with mysql, the result is as below:
[root@ PC0 Mysql]# gcc -g -o test2 -I/usr/local/mysql/include/mysql Test2.c -L/usr/lib/mysql -lmysqlclient -lz
In the file including file Test2.c:5:
/usr/local/mysql/include/mysql.h:290:74: error:identifier “@” is inactive in the
preprocessing expression.
how to solve the problem?
[root@ PC0 Mysql]# gcc -g -o test2 -I/usr/local/mysql/include/mysql Test2.c -L/usr/lib/mysql -lmysqlclient -lz
In the file including file Test2.c:5:
/usr/local/mysql/include/mysql.h:290:74: error:identifier “@” is inactive in the
preprocessing expression.
how to solve the problem?