David J. wrote:
 I get this error when trying to compile the mysql module in DSM;
I am trying to build on OSX.

make[1]: Entering directory `/usr/src/sems/apps/dsm/mods/mod_mysql'
make[2]: Entering directory `/usr/src/sems/apps/dsm/mods/mod_mysql'
make[2]: Nothing to be done for `deps'.
make[2]: Leaving directory `/usr/src/sems/apps/dsm/mods/mod_mysql'
make[2]: Entering directory `/usr/src/sems/apps/dsm/mods/mod_mysql'
g++ -Wall -Wno-reorder -fPIC -g -O2 -DMOD_NAME=\"mod_mysql\" -I../.. -I/usr/include/mysql++ -I/usr/include/mysql -DMOD_NAME=\"mod_mysql\" -I../.. -I/usr/include/mysql++ -I/usr/include/mysql -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.3.0-dev-fa9b4a2"' -DARCH='"x86_64"' -DOS='"linux"' -DUSE_MONITORING -I ../..//../../core -DMOD_NAME=\"mod_mysql\" -I../.. -I/usr/include/mysql++ -I/usr/include/mysql -I ../..//../../core -DMOD_NAME=\"mod_mysql\" -I../.. -I/usr/include/mysql++ -I/usr/include/mysql -c ModMysql.cpp -o ModMysql.o
In file included from ModMysql.cpp:28:
ModMysql.h:32:29: error: mysql++/mysql++.h: No such file or directory
you are missing mysqlpp library:
http://tangentsoft.net/mysql++/

Stefan

In file included from ModMysql.cpp:28:
ModMysql.h:55: error: 'mysqlpp' has not been declared
ModMysql.h:55: error: expected `{' before 'Connection'
ModMysql.h:55: error: invalid type in declaration before ',' token
ModMysql.h:56: error: expected unqualified-id before 'public'
make[2]: *** [ModMysql.o] Error 1
make[2]: Leaving directory `/usr/src/sems/apps/dsm/mods/mod_mysql'
make[1]: [all] Error 2 (ignored)
make[1]: Leaving directory `/usr/src/sems/apps/dsm/mods/mod_mysql'

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems



--
Stefan Sayer
VoIP Services Consulting and Development

Warschauer Str. 24
10243 Berlin

tel:+491621366449
sip:[email protected]
email/xmpp:[email protected]


_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to