Jump to content
TrinityCore

Mac how-to wiki updates


gygias
 Share

Recommended Posts

Moved from githup issue:

 

http://www.trinitycore.info/How-to:Mac#Make_TrinityCore_Mac_OS_X_compilable

 

After compiling TrinityCore for Mac on 10.8.2 + App Store dev tools for the first time, I had to change a few things from the wiki instructions which I think should be true for all OS versions:

 

1) the macport for libACE seems to now be named simply "ace", libACE refuses to install as obsolete
2) the ticket and patch links to google code for Mac compatibility are broken, and didn't seem necessary to build the 4.3.4 branch, at least
3) the cmake command for building the xcodeproj doesn't work as-is for macports installs of mysql and ace:

 

macports mysql include: -DMYSQL_ADD_INCLUDE_PATH=/opt/local/include/mysql5/mysql
ace doesn't install a static library: -DACE_LIBRARY=/opt/local/lib/libACE.dylib
the server processes insist on "thread safe mysql", which seems to require subbing libmysqlclient_r for libmysqlclient: -DMYSQL_LIBRARY=/opt/local/lib/mysql5/mysql/libmysqlclient_r.dylib

  • Upvote 2
Link to comment
Share on other sites

  • 4 weeks later...

i get this error 

 

 

CMake Error at cmake/macros/FindMySQL.cmake:175 (message):
  Could not find the MySQL libraries! Please install the development
  libraries and headers
Call Stack (most recent call first):
  CMakeLists.txt:51 (find_package)
 

im running mountain lion but kept configs to say snow leopard that might have something to do with it? but im too much of a noob at this to understand it :/



on first cmake command

Link to comment
Share on other sites

  • 2 months later...
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...