Here's some example lines I use for building firestorm on macosx. You'll want to change the variables,strings,and optimizations to fit Dolphin. I hope this helps. A key takeaway is to use "xcodebuild" for command line builds and not make.
./develop.py -t $BTYPE configure -DPACKAGE:BOOL=ON -DVIEWER_CHANNEL:STRING=Firestorm-$CHANNEL -DVIEWER_LOGIN_CHANNEL:STRING=Firestorm-$CHANNEL # LL build wants this directory to exist, but doesn't make it itself. mkdir -p ./build-darwin-i386/newview/Release/Firestorm.app xcodebuild -project build-darwin-i386/SecondLife.xcodeproj \ -alltargets -configuration $BTYPE GCC_VERSION=4.2 \ -sdk macosx10.5 GCC_OPTIMIZATION_LEVEL=3 ARCHS=i386 \ GCC_ENABLE_SSE3_EXTENSIONS=YES On Mon, Jan 24, 2011 at 4:29 AM, Lance Corrimal <lance.corri...@eregion.de>wrote: > Hi there, > > I'm trying to build 2.4.x based on Mac OS X and I'm having several problems > with that... > > > - I'm pretty sure that I've located every place in the source that defines > the > name of the resulting .app and changed them to read "Dolphin Viewer 2.app" > instead of "Second Life.app" and yet, the build process still tries to > install > some of the resulting stuff in Second Life.app and some in Dolphin Viewer > 2.app, and at that point only Second Life.app exists so the build fails. > > -how do i configure the build on mac os to use GCC 4.0 instead of 4.2 If i > want to build using unix makefiles instead of the xcode gui? > > - how do i configure the build process to builds against the 10.5 SDK > instead > of the 10.6 SDK when using unix makefiles instead of xcode gui? > > > > anyone got hints for me? > > > > bye, > LC > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges >
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges