This is a discussion on MySQL++ installation error within the MySQL Database forums, part of the Database Forums category; Hi there, I am getting following errors, after running make command on x86_64 Red Hat Linux 5.0 server. #make /...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there,
I am getting following errors, after running make command on x86_64 Red Hat Linux 5.0 server. #make /home/Anmol/Only_C/mysql++-3.0.3/bk-deps g++ -c -o mysqlpp_mysql++.o - I. -fPIC -DPIC -I/usr/include/mysql -g -O2 ./lib/mysql++.cpp /home/Anmol/Only_C/mysql++-3.0.3/bk-deps g++ -c -o mysqlpp_mystring.o - I. -fPIC -DPIC -I/usr/include/mysql -g -O2 ./lib/mystring.cpp ./lib/mystring.cpp: In member function ‘int mysqlpp::String::compare(const std::string&) const’: ./lib/mystring.cpp:67: error: no matching function for call to ‘max(unsigned int, size_t)’ ./lib/mystring.cpp: In member function ‘int mysqlpp::String::compare(const char*) const’: ./lib/mystring.cpp:81: error: no matching function for call to ‘max(unsigned int, size_t)’ make: *** [mysqlpp_mystring.o] Error 1 Please help to fix it. Regards Manu |