
Joy
Members-
Content Count
20 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Joy
-
Rank
Member
- Birthday April 9
Contact Methods
- MSN
- Yahoo
Profile Information
-
Gender
Male
-
Location
ROC, Taipei
-
I've asked this in another thread before. This can be solved there, but when you come to G3D issue it won't let you go.
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
I changed the file <your_trinitycore_directory/cmake/compiler/xcode/settings.cmake> from whatever it was to # Set build-directive (used in core to tell which buildtype we used) add_definitions(-D_BUILD_DIRECTIVE='"$(CONFIGURATION)"') Then it went perfectly well until the XCode links.... 11 errors came up and do not show me the lines: Screenshot
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
Try: change the file in <your_trinitycore_directory/cmake/compiler/xcode/settings.cmake> from whatever it was to # Set build-directive (used in core to tell which buildtype we used) add_definitions(-D_BUILD_DIRECTIVE='"$(CONFIGURATION)"') And LMAO did you copy the first line from my post ?
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
Try using Visual Stuio 2008 instead of 2010 ? It failed at cmake which tried to use a C compile then failed..
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
It goes back to the same thing, no errors until I build the solution from XCode.. Screenshot Here I wander how the other guys get it to work, different XCode preference setting or something else ?
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
Sorry, but it still says "Project "<Directory_of_the_project>" cannot be opened because the project file cannot be parsed"... What am I doing wrong ? I pull the newest source, Terminal cd-in and mkdir build then I cd build, and cmake ../ -GXcode with/without the additional lines from the guide. Still generates that error..
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
I CMade it and opened the project (CMake had no errors) but the XCode popped: "Project "<Directory_of_the_project>" cannot be opened because the project file cannot be parsed"... I changed the "TrinityCore/cmake/compiler/xcode/settings.cmake" from # Set build-directive (used in core to tell which buildtype we used) add_definitions(-D_BUILD_DIRECTIVE="$(CONFIGURATION)") to # Set build-directive (used in core to tell which buildtype we used) add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\") Was that right? *EDIT: And when I used git it said: "Fatal: co
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
Thanks for your immediate responsibility ! But more specifically, how should I apply this ?
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)
-
Edit By Aokromes: If you can't compile check that you meet requirements: https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130068/Requirements If you get SSE2 error use: -DCMAKE_C_FLAGS="-msse -msse2 -msse3" -DCMAKE_CXX_FLAGS="-msse -msse2 -msse3" If you get mysql libs error you miss MySQL development files These files are shipped with MySQL Server but to make it easier we packed the libs and include files for both 32 bits and 64 bits. Extract the files to a known location, e.g, C:/mysql_libs https://github.com/TrinityCore/TrinityCore/releases/download/TDB335.55/mys
- 2932 replies
-
- configuring incomplete
- boost_includedir
- (and 7 more)