Horde3D http://horde3d.org/forums/ |
|
Building on OSX with CMake http://horde3d.org/forums/viewtopic.php?f=8&t=385 |
Page 1 of 1 |
Author: | reiko [ 23.06.2008, 15:59 ] |
Post subject: | Building on OSX with CMake |
After a hiatus, I'm having a look at Horde3D again. I'm trying to build the latest SVN code on OSX 10.4.11 (Tiger). Running "cmake -G Xcode ." or "cmake ." gives this output: Code: Libra-Mac-Zrh:~/projects/buggy/horde/Horde3D/fresh/trunk libra$ cmake -G Xcode . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error: Attempt to add link library "/System/Library/Frameworks/Carbon.framework" to target "Terrain" which is not built by this project. CMake Error: Attempt to add link library "/System/Library/Frameworks/ApplicationServices.framework" to target "Terrain" which is not built by this project. CMake Error: Attempt to add link library "/System/Library/Frameworks/AGL.framework" to target "Terrain" which is not built by this project. -- Configuring done It doesn't generate a Makefile or any Xcode project that I can see. I'm not at all familiar with Mac/Xcode or CMake development, (I usually work on Linux,) so could anyone give me some tips on how to get it working? If there is a simpler non-CMake approach, that would also be good. |
Author: | swiftcoder [ 23.06.2008, 16:15 ] |
Post subject: | Re: Building on OSX with CMake |
Yeah, about that... I haven't had time to finish the CMake/Mac integration, which is insanely complicated For the meantime, you probably want to grab Vurlix's XCode project for 1.5.0, which was posted on one of the Mac threads on the main discussion board. He may have a newer one somewhere... |
Author: | reiko [ 23.06.2008, 16:27 ] |
Post subject: | Re: Building on OSX with CMake |
Ah, thank you, that sounds good Unfortunately, the server seems to be down at the moment. Do you have a copy by any chance? |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |