Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 04/04/13 in Posts

  1. and, anyone who has a similar problem in the future, that comes across this page will be pissed that you didn't care to elaborate on just how you "fixed this yourself"
    1 point
  2. 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
    1 point
×
×
  • Create New...