I'm using G++ 4.1.2 (Gentoo 4.1.2 p1.0.2)
How can I get MySQL++ to work with g++ in gentoo with little to no effort?
Emerging and compiling doesn't seem to work as you would expect:
This is trying to compile one of the simple examples right after emerging...
mysql # g++ ./simple1.cpp -o ./simple1
./simple1.cpp:1:18: error: util.h: No such file or directory
./simple1.cpp:3:21: error: mysql++.h: No such file or directory
./simple1.cpp: In function 'int main(int, char**)':
./simple1.cpp:14: error: 'mysqlpp' has not been declared
./simple1.cpp:14: error: expected `;' before 'con'
./simple1.cpp:15: error: 'con' was not declared in this scope
./simple1.cpp:15: error: 'connect_to_db' was not declared in this scope
./simple1.cpp:20: error: 'mysqlpp' has not been declared
./simple1.cpp:20: error: expected `;' before 'query'
./simple1.cpp:21: error: 'query' was not declared in this scope
./simple1.cpp:22: error: 'mysqlpp' has not been declared
./simple1.cpp:22: error: expected `;' before 'res'
./simple1.cpp:26: error: 'res' was not declared in this scope
./simple1.cpp:27: error: 'mysqlpp' has not been declared
./simple1.cpp:27: error: expected `;' before 'row'
./simple1.cpp:28: error: 'mysqlpp' has not been declared
./simple1.cpp:28: error: expected `;' before 'i'
./simple1.cpp:29: error: 'i' was not declared in this scope
./simple1.cpp:29: error: 'row' was not declared in this scope
mysql # emerge -s mysql++
Searching...
[ Results for search key : mysql++ ]
[ Applications found : 1 ]
* dev-db/mysql++
Latest version available: 2.2.2-r1
Latest version installed: 2.2.2-r1
Size of files: 1,669 kB
Homepage: http://www.mysql.org/downloads/api-mysql++.html
Description: C++ API interface to the MySQL database
License: LGPL-2