From: Jonathan W. <re...@us...> - 2005-08-31 23:02:48
|
NHAN VAN HOANG wrote: > Hi, > > My name is Tony Hoang, a student from CSUSM. I have a problem with installing mysqlcppapi-1.9.3. I can run ./configure and make, but can not run make install as it gives me the following messages: > > make[1]: Entering directory `/home/hoang006/mysqlcppapi-1.9.3/e > make[1]: Nothing to be done for `install-exec-am'. > make[1]: Nothing to be done for `install-data-am'. > make[1]: Leaving directory `/home/hoang006/mysqlcppapi-1.9.3/ex > > All so the connection object had not been created. > /usr/include/mysql/mysql.h: In member function `bool > mysqlcppapi::Connection::shutdown()': > /usr/include/mysql/mysql.h:470: too few arguments to function > mysql_shutdown(MYSQL*, mysql_enum_shutdown_level)' > Connection.cc:215: at this point in file Hi Tony, the number of arguments to mysql_shutdown() changed, so you need a change to mysqlcppapi which has not been released yet. If you use the latest version from CVS (available from the http://sourceforge.net/projects/mysqlcppapi page) it should work OK. Sorry there hasn't been a new release yet. jon -- "I was born not knowing and have had only a little time to change that here and there." - Feynman |