How to build Oolite source on Ubuntu
Moderators: winston, another_commander, Getafix
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Hi KEE and welcome to this board.
Could you, please, be a bit more specific on your situation?
The following information will be usefull to understand the case:
oolite version...
installation method (e.g. .package, .deb, build from source etc.)...
Linux distro...
Architecture (e.g. 32bit, 64bit)...
What did you delete?
Could you, please, be a bit more specific on your situation?
The following information will be usefull to understand the case:
oolite version...
installation method (e.g. .package, .deb, build from source etc.)...
Linux distro...
Architecture (e.g. 32bit, 64bit)...
What did you delete?
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
here is what happenedGetafix wrote:Hi KEE and welcome to this board.
Could you, please, be a bit more specific on your situation?
The following information will be usefull to understand the case:
oolite version...
installation method (e.g. .package, .deb, build from source etc.)...
Linux distro...
Architecture (e.g. 32bit, 64bit)...
What did you delete?
Code: Select all
ops@ops:~/Oolite-dev/1.73-maintenance$ oolite.app/oolite
Segmentation fault
ops@ops:~/Oolite-dev/1.73-maintenance$
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
In the .GNUstepDefaults have the 'fullscreen' value changed to 'NO':
Code: Select all
...
fullscreen = NO;
...
window_height = <*I412>;
window_width = <*I640>;
...
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
ya cant find that .GNUstepDefaults file. why wouldnt I have that i wonder. do you know where the directory is?Getafix wrote:In the .GNUstepDefaults have the 'fullscreen' value changed to 'NO':Code: Select all
... fullscreen = NO; ... window_height = <*I412>; window_width = <*I640>; ...
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
I just performed the instructions of the first post on Ubuntu 10.04. It works fine.
I suspect you have not properly cleaned your first installation before performing the second. I recommend to
a. keep a copy of your AddOns and oolite-saves
b. force remove of oolite folders.
and perform the steps from the beginning.
The only correction that I had to do is change line 27 of Makefile from:to
then I just executed
I suspect you have not properly cleaned your first installation before performing the second. I recommend to
a. keep a copy of your AddOns and oolite-saves
b. force remove of oolite folders.
Code: Select all
$ cd
$ rm -rf Oolite-dev
$ rm -rf .Oolite
$ rm -rf oolite-saves
$ rm -f GNUstep/Defaults/.GNUstepDefaults
$ rm -f GNUstep/Library/Caches/Oolite-cache.plist
The only correction that I had to do is change line 27 of Makefile from:
Code: Select all
GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
Code: Select all
# GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
Code: Select all
make -f Makefile release
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
that doesnt work. it broke again after i did that change ops@ops:~/Oolite-dev/1.73-maintenance$ oolite.app/ooliteGetafix wrote:I just performed the instructions of the first post on Ubuntu 10.04. It works fine.
I suspect you have not properly cleaned your first installation before performing the second. I recommend to
a. keep a copy of your AddOns and oolite-saves
b. force remove of oolite folders.and perform the steps from the beginning.Code: Select all
$ cd $ rm -rf Oolite-dev $ rm -rf .Oolite $ rm -rf oolite-saves $ rm -f GNUstep/Defaults/.GNUstepDefaults $ rm -f GNUstep/Library/Caches/Oolite-cache.plist
The only correction that I had to do is change line 27 of Makefile from:toCode: Select all
GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
then I just executedCode: Select all
# GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
Code: Select all
make -f Makefile release
^[[BSegmentation fault
ops@ops:~/Oolite-dev/1.73-maintenance$