MySQL Connector/C++ OS X 10.9 Mavericks and XCODE 5.0.2

前端 未结 1 1134
醉话见心
醉话见心 2020-12-22 05:47

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

相关标签:
1条回答
  • 2020-12-22 06:20

    OK resolved.

    The following post is the same problem:

    MySQL Connector/C++ BAD ACCESS crash

    Just in case someone else has this situation:


    1. I downloaded the MYSQL Connector/C++ source 1.1.13 and CMake
    2. I used the following command line to create a XCode project: cmake -G Xcode
    3. Compiled everything in XCode
    4. Copied the created libs into the mysqlconn/lib directory
    0 讨论(0)
提交回复
热议问题