Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
when trying to compile something against mysql++.h, the following error is printed: In file included from /usr/include/mysql++/connection.h:40, from /usr/include/mysql++/mysql++.h:52, from locserv.hh:11, from locserv.cc:1: /usr/include/mysql++/defs.h:34:19: error: mysql.h: No such file or directory and then hundreds of errors related to that. This is due to the mysql++ headers not changing <mysql.h> to <mysql/mysql.h>. A simple sed on the headers in the ebuild will fix it, or the configure script will need altering to change the headers itself
Which dev-db/mysql++ version?
ooh, sorry. mysql++-2.1.1-r2
in CVS.