Reputation: 21
I've upgraded to XCode 5.0.2 along with OS X 10.9 Mavericks and MYSQL 5.6.16 recently. Has anyone had any luck getting the MySQL Connector/C++ to compile and work properly with this setup?
I've been linking with the distributed MySQL Connector/C++ library under Snow Leopard with no problem for a few years now, but when I shifted to the above mentioned setup, I have no luck.
When I use the sql::Driver->connect I get EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
USING:
I saw the following post: MySQL Connector/C++ BAD ACCESS crash
So tried I downloading the MYSQL Connector/C++ source 1.1.3 and managed to get the 'static_test' subprogram to work, but the other tests fail with the same sql::Driver->connect returning NULL.
Anybody?
Upvotes: 0
Views: 1954
Reputation: 21
OK resolved.
The following post is the same problem:
MySQL Connector/C++ BAD ACCESS crash
Just in case someone else has this situation:
Upvotes: 2