Re: [arch-general] Issues when updating mysql-connector-c++

2014-09-18 Thread Christian Hesse
Christian Hesse on Thu, 2014/09/18 10:01: > Marcel Korpel on Thu, 2014/09/18 05:49: > > [ 47%] Building CXX object > > test/framework/CMakeFiles/test_framework.dir/start_options.cpp.o > > Linking CXX executable driver_test > > ../driver/libmysqlcppconn.so.7.1.1.4: undefined reference to > > `mysq

Re: [arch-general] Issues when updating mysql-connector-c++

2014-09-18 Thread Christian Hesse
Marcel Korpel on Thu, 2014/09/18 05:49: > [ 47%] Building CXX object > test/framework/CMakeFiles/test_framework.dir/start_options.cpp.o > Linking CXX executable driver_test > ../driver/libmysqlcppconn.so.7.1.1.4: undefined reference to > `mysql_options4' collect2: error: ld returned 1 exit status

Re: [arch-general] Issues when updating mysql-connector-c++

2014-09-17 Thread Damjan Georgievski
On 18 September 2014 05:49, Marcel Korpel wrote: > > Hi, > > Since mysql-connector-c++ 1.1.4 has been available for a few months I > am trying to create a PKGBUILD for this version. The first problem I > encountered was the MYSQL_LIB variable set to NOTFOUND by default. I > circumvented this issue

[arch-general] Issues when updating mysql-connector-c++

2014-09-17 Thread Marcel Korpel
Hi, Since mysql-connector-c++ 1.1.4 has been available for a few months I am trying to create a PKGBUILD for this version. The first problem I encountered was the MYSQL_LIB variable set to NOTFOUND by default. I circumvented this issue by hardcoding -DMYSQL_LIB=/usr/lib/libmysqlclient.so in my PKG