discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building GWorkspace, and GNUstep.sh


From: Germán Arias
Subject: Re: Building GWorkspace, and GNUstep.sh
Date: Sat, 28 May 2011 21:44:05 -0600

On sáb, 2011-05-28 at 22:11 -0500, Austin Clow wrote:
> Hello all!
> 
> I am hoping someone can help me with a few things that I am clearly doing 
> wrong, with building GWorkspace.  
> 
> Yesterday, I decided to build a GNUstep system in a fresh install of Ubuntu 
> --not using the Ubuntu Software Center (except for dependencies). I built the 
> following:
> 
>     gnustep-make-2.6.0
>     gnustep-base-1.22.0
>     gnustep-gui-0.20.0
>     gnustep-back-0.20.0

First update to gnustep-back 0.20.1


> 
> I installed all the dependencies, and built all the previous; it worked fine. 
> Then I installed ProjectCenter. Worked perfectly. Opened it up, and compiled 
> a new project. Project ran fine. Then I tried to build gworkspace-0.8.8; Fail.
> 
> I cd'd to the gworksapce-0.8.8 folder and tried
> ./configure
> 
> I got the error:  You must run the gnustep initialization script first
> 
> So I looked online and found that I needed to run the GNUstep.sh script (in 
> the Makefiles directory)
> 
> I ran into some problems. I could *not* run the script as sudo as it tells me 
> that the script didn't exist. (I am sure I am doing this wrong)
>       sudo ./GNUstep.sh
> 
> But I could run it normally. 
>       . /usr/…/Makefiles/GNUstep.sh
> 
> So then I preceded to try
>       ./configure on gworksapce-0.8.8
> 

I use:

cd to the folder
. /usr/.../Makefiles/GNUstep.sh
make
sudo su (get root permissions)
. /usr/.../Makefiles/GNUstep.sh
make install
exit


Hope this help.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]