Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 44 and Version 45 of dev/MacOSX


Ignore:
Timestamp:
Dec 1, 2010, 4:04:48 PM (13 years ago)
Author:
youngk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v44 v45  
    55== Current Status (as of December 1st, 2010) ==
    66
    7 We're having trouble building Orxonox on Xcode, and running the game currently works only when manually adding some files. We were also not able to test Orxonox on 10.5 machines, please try if you have Leopard.  When the game runs, CEGUI won't properly capture mouse input and resources aren't loaded properly either. You can start a level, but it'll fail to load the HUD, as well as the ship. Dependency package is available down below for you to try out. Note that the svn trunk currently does not compile on OS X. To compile Orxonox on the mac you need to check out the branch ois_update.
     7We're having trouble building Orxonox on Xcode, and running the game currently works only when manually adding some files. We were also not able to test Orxonox on 10.5 machines, please try if you have Leopard.  When the game runs, CEGUI won't properly deal with mouse input and resources aren't loaded properly either. You can start a level, but it'll fail to load the HUD, as well as the ship. Dependency package is available down below for you to try out. Note that the svn trunk currently does not compile on OS X. To compile Orxonox on the mac you need to check out the branch ois_update.
    88
    99{{{https://svn.orxonox.net/game/code/branches/ois_update}}}
    1010
    11 For Leopard (10.5) users: Please try to build with a few different versions of Lua, for it seems to cause us the most trouble in downwards compatibility. Lua must be compiled against the 10.5 SDK, on an i386 architecture and the library must be dynamically linked. To get all three flies with one swat, use the patchfile in the Tools directory of the dependency package by executing the following command inside the lua_5.1.4 source directory:
     11For Leopard (10.5) users: We've resolved the trouble with lua, but now ogg and vorbis are giving us a hard time in terms of downwards compatibility. Please follow the building guide at [http://www.orxonox.net/wiki/MacOSXDependencies "Dependencies for Mac OS X"], to build ogg and vorbis yourself.
    1212
    13 {{{patch -p1 -i patchfile}}}
     13Before trying to build Orxonox on any Mac machine, we first need to copy all libraries and frameworks into the build directory: Create a directory {{{Frameworks}}} inside the build dir of Orxonox. Now copy the contents of the {{{dependencies/lib}}} folder as well as the contents of {{{dependencies/Library/Frameworks}}} into that said folder {{{build/Frameworks}}}. After that, you will hopefully be able to build and run Orxonox (This will be fixed soon).
    1414
    1515== Nice To Know ==