Hello Everyone,
This is Antrikssh Mishra, I am beginner of mysql database. I have created a project by using c++ and mysql when I was run it by using eclipse in Linux platform. But I found one fatal error that are as follow :-
*** Build of configuration Debug for project DB_Test ****
make all
Building file: ../source/DB_Connection.cpp
Invoking: GCC C++ Compiler
g++ -I"/home/User/workspace/DB_Test/header" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"source/DB_Connection.d" -MT"source/DB_Connection.d" -o"source/DB_Connection.o" "../source/DB_Connection.cpp"
../source/DB_Connection.cpp:52:30: fatal error: mysql_connection.h: No such file or directory
compilation terminated.
make: *** [source/DB_Connection.o] Error 1
In my Knowledge mysql_connection.h is present in the mysql_connector-c++ so I installed mysql-connector-c++-1.1.0-0.7.bzr895.fc15.i686 file according to configuration of system but still I fight with the problem.
Please guide me so that I solved it.
Thanks & Regards,
Antrikssh Mishra.
