[Solved] Installing on Ubuntu 8.10
Moderators: winston, another_commander, Getafix
- captain122
- Above Average
- Posts: 19
- Joined: Sun Sep 28, 2008 12:46 pm
- Location: You really don't need to know that
[Solved] Installing on Ubuntu 8.10
How do I get v1.72.2 to install on Ubuntu 8.10 without compiling from source? The repositories only have v1.65.
- captain122
- Above Average
- Posts: 19
- Joined: Sun Sep 28, 2008 12:46 pm
- Location: You really don't need to know that
-
- Quite Grand Sub-Admiral
- Posts: 6683
- Joined: Wed Feb 28, 2007 7:54 am
The development test versions are available for all platforms from the link below:
https://developer.berlios.de/project/sh ... up_id=3577
For Linux, you will need to download oolite-1.72.2.x86.v2.package.
Edit: See Getafix's reply below.
https://developer.berlios.de/project/sh ... up_id=3577
Edit: See Getafix's reply below.
Last edited by another_commander on Sun Feb 01, 2009 11:28 am, edited 1 time in total.
- 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:
Captain122 wrote:Oh, I forgot to say it's 64-bit Ubuntu
This package is for 32bit architecture, only!Another_Commander wrote:For Linux, you will need to download oolite-1.72.2.x86.v2.package.
64bit package distros are in our near future plans. For the moment you will have
to build from source. Instructions can be found here.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- captain122
- Above Average
- Posts: 19
- Joined: Sun Sep 28, 2008 12:46 pm
- Location: You really don't need to know that
I tried to follow those instructions and it all worked until the final "make debug=no" step, where I got this Error:
avery@ubuntu:~/Oolite-dev/1.72.2$ make debug=no
GNUmakefile:1: /common.make: No such file or directory
GNUmakefile:31: /objc.make: No such file or directory
make: *** No rule to make target `/objc.make'. Stop.
How do I fix this?
avery@ubuntu:~/Oolite-dev/1.72.2$ make debug=no
GNUmakefile:1: /common.make: No such file or directory
GNUmakefile:31: /objc.make: No such file or directory
make: *** No rule to make target `/objc.make'. Stop.
How do I fix this?
- 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:
It seems that you miss the GNUstep environment variables.
Try the following, in a terminal:It should return something like '/usr/share/GNUstep/Makefiles'.
Have you appended to your ".bashrc" file (in your home directory) the following?
Try the following, in a terminal:
Code: Select all
echo $GNUSTEP_MAKEFILES
Have you appended to your ".bashrc" file (in your home directory) the following?
Code: Select all
#GNUSTEP Environment vars
. /usr/share/GNUstep/Makefiles/GNUstep.sh
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- captain122
- Above Average
- Posts: 19
- Joined: Sun Sep 28, 2008 12:46 pm
- Location: You really don't need to know that
- captain122
- Above Average
- Posts: 19
- Joined: Sun Sep 28, 2008 12:46 pm
- Location: You really don't need to know that