[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Little Installation Problem.
From: |
Daniel J Farrell |
Subject: |
Re: Little Installation Problem. |
Date: |
Tue, 17 Jan 2006 15:34:08 +0000 |
Hello everyone,
I think I spoke too soon!
I have downloaded the newer packages I could find from ftp://
ftp.gnustep.org/pub/gnustep/core
gnustep-make-1.11.2
gnustep-base-1.11.2
gnustep-gui-0.10.2
gnustep-back-0.10.2
And run the usual installation commands for gnustep-make packages:
sudo ./configure --prefix=/usr/local/GNUstep
sudo make
sudo make install
I then have to run the GNUstep shell script like this:
. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh
because I get an error when I run it as sudo . /usr/local/GNUstep .....
For some reason the password that works for sudo doesn't work for su
root? Strangle because I installed the system! Is this the problem?
I then move on to the gnustep-base packages by doing:
sudo ./configure --prefix=/usr/local/GNUstep
sudo make
sudo make install
Everything seems fine.
I then move on to the gnustep-gnu packages:
sudo ./configure --prefix=/usr/local/GNUstep
However, when I do,
sudo make
it goes through compiling all the NS source files but stops here:
Making all for service GSspell...
Compiling file GSspell.m ...
Linking service GSspell ...
Creating GSspell.service/Resources/Info-gnustep.plist...
././shared_obj/make_services: error while loading shared libraries:
libgnustep-base.so.1.11: cannot open shared object file: No such file
or directory
make[2]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1
make[1]: *** [GSspell.all.service.variables] Error 2
make[1]: Leaving directory `/home/daniel/Desktop/GNUstep/gnustep-
gui-0.10.2/Tools'
make: *** [internal-all] Error 2
Do you have any suggestions?
Kind regards, Daniel.
On 17 Jan 2006, at 03:58, Adam Fedor wrote:
On 2006-01-16 10:13:35 -0700 Daniel J Farrell
<daniel.farrell@imperial.ac.uk> wrote:
Hello everyone,
A few days ago I was asking for advice on how to install the base
framework on Ubuntu so I could make my own apps using the gnustep
framework. Well I have started again, deleted eveything, because
I would like to use project center as my IDE. I'm having a
little problem with this fresh install.
I have downloaded the these files from ftp://ftp.gnustep.org/pub/
daily-snapshots/ :
gnustep-make-1.4.0pre1.tar.gz
gnustep-gui-0.8.0pre1.tar.gz
gnustep-base-1.4.0pre1.tar.gz
gnustep-back-0.8.0pre1.tar.gz
First. These releases are incredibly old. I don't even know how
they got there. Get your releases from pub/gnustep/core
Second. The problem is that you sourced the GNUstep.sh as
yourself, and are configuring with sudo (effectively as root). You
need to do everything as the same user.