[aquaria] Fwd: Building Aquaria in Xcode

Timothy Romero timothy.romero at gmail.com
Mon Jul 12 06:25:53 EDT 2010


Hi all,

I'm new to the world of cmake and terminal-based building, so I wanted to try using Xcode to build the project for Mac. I discovered that cmake allows you to make an Xcode project, using cmake -G Xcode. 

After setting the architecture to i386 to get it to build without errors (2,916 warnings, more or less depending on configuration), I managed to get it to run, but it immediately produced an error at runtime: 

dyld: Library not loaded: @executable_path/libSDL-1.2.0.dylib
  Referenced from: /Users/timothy/Documents/Developer/Aquaria/aquaria/Debug/aquaria
  Reason: image not found
sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Unknown error loading shared library "/Developer/Applications/Xcode.app/Contents/PlugIns/GDBMIDebugging.xcplugin/Contents/Resources/PBGDBIntrospectionSupport.A.dylib")
Cannot access memory at address 0x0
Cannot access memory at address 0x0

I dug up the dylib file it mentioned from elsewhere in the project folder and put it in the executable's folder. Then I got this error in a dialog box: "Variables data not found! Aborting..."

Is there something I'm missing? Is this possible?


More information about the aquaria mailing list