Ok, I'm getting a step closer to a stand alone package. I've got all the libraries sorted, I've setup a simple execution script with all necesary environment variables to point to the libraries (hacky, but it works for now) and GNUstep. However when I try to run the app I get...
BlueThing 155# ./oolite
2006-02-15 10:00:09.787 oolite[208478] Disallowed time zone name `GMT0BST-1,M3.5.0/1,M10.5.0/2'.
2006-02-15 10:00:09.787 oolite[208478] Using time zone with absolute offset 0.
2006-02-15 10:00:09.786 oolite[208478] File NSUserDefaults.m: 549. In [NSUserDefaults +standardUserDefaults] Improper installation: No language locale found
2006-02-15 10:00:09.793 oolite[208478] Did not find correct version of backend, falling back to std.
2006-02-15 10:00:09.795 oolite[208478] NSApplication.m:271 Assertion failed in initialize_gnustep_backend. Unable to find backend back
./oolite: Uncaught exception NSInternalInconsistencyException, reason: NSApplication.m:271 Assertion failed in initialize_gnustep_backend. Unable to find backend back
Does anybody have any pointers for bundling a cut down version of GNUstep before I set about re-inventing the wheel?
