Re: Compiling gnustep-make

2018-02-05 Thread Riccardo Mottola
Hi, Svetlana Tkachenko wrote: Riccardo Mottola wrote: try sourcing GNUstep-reset.sh before configuring and installing gnustep make, then after source GNUstep.sh again and get the "new" updated environment set up. This works. GNUstep-make compiles. Now gnustep-base says objc headers are

Re: Compiling gnustep-make

2018-02-04 Thread Andreas Fink
You need a better compiler for ObjC. If you follow these instructions https://github.com/andreasfink/ulib/blob/master/doc/README-Debian9-stretch.txt it works perfectly ok on Debian 9 using the Debian provided

Re: Compiling gnustep-make

2018-02-04 Thread Yavor Doganov
В Mon, 05 Feb 2018 06:47:55 +1100, Svetlana Tkachenko написа: > Turns out installing gobjc-7 fixes the error message provided by GNUstep > Make. Sorry, there was some race condition: I read your message only after sending my last message. The gnustep-make configure script should fail if it

Re: Compiling gnustep-make

2018-02-04 Thread Yavor Doganov
В Mon, 05 Feb 2018 06:24:14 +1100, Svetlana Tkachenko написа: > I compiled GNUstep Make. > Then I tried to compile GNUstep Base. > It says this: http://dpaste.com/0AEA0ZE.txt Inspect config.log and post the part relevant to this failure? Have you stripped the output of `dpkg -l'? I don't see a

Re: Compiling gnustep-make

2018-02-04 Thread Svetlana Tkachenko
Svetlana Tkachenko wrote: > Hello All, > > Yavor Doganov wrote: > > > Now gnustep-base says objc headers are missing, what package is that > > > in Debian? I already tried objc*dev but the error remains. > > > > What are you trying to do? You must have an Objective-C compiler and > > runtime

Re: Compiling gnustep-make

2018-02-04 Thread Svetlana Tkachenko
Hello All, Yavor Doganov wrote: > > Now gnustep-base says objc headers are missing, what package is that > > in Debian? I already tried objc*dev but the error remains. > > What are you trying to do? You must have an Objective-C compiler and > runtime before configuring GNUstep Make. You build

Re: Compiling gnustep-make

2018-02-04 Thread Ivan Vučica
On Thu 1 Feb 2018 at 02:49 Svetlana Tkachenko wrote: > Hi Ivan, > > Ivan Vučica wrote: > > One thing is unclear to me... > > > > If you had GNUstep-reset.sh on your system, would that not suggest that > GNUstep was, in fact, not uninstalled? > > No, I ran

Re: Compiling gnustep-make

2018-02-03 Thread Yavor Doganov
В Thu, 01 Feb 2018 09:39:33 +1100, Svetlana Tkachenko написа: > Ivan Vučica wrote: >> Have you uninstalled a previous installation of GS fully? > > I now did 'apt purge *gnustep*' and that showed that some packages > still needed removal. However I then rebooted and tried to compile > GNUstep

Re: Compiling gnustep-make

2018-01-31 Thread Svetlana Tkachenko
Hi Ivan, Ivan Vučica wrote: > One thing is unclear to me... > > If you had GNUstep-reset.sh on your system, would that not suggest that > GNUstep was, in fact, not uninstalled? No, I ran GNUstep-reset.sh from gnustep-make sources directory. -- Sveta

Re: Compiling gnustep-make

2018-01-31 Thread Ivan Vučica
One thing is unclear to me... If you had GNUstep-reset.sh on your system, would that not suggest that GNUstep was, in fact, not uninstalled? I mean, if there were GNUstep-specific environment variables present in your environment even after a reboot, would that, in fact, not indicate that there

Re: Compiling gnustep-make

2018-01-31 Thread Svetlana Tkachenko
Hello All, Ivan Vučica wrote: > Have you uninstalled a previous installation of GS fully? Have you cleared > away your environment of GNUSTEP_* variables and deleted /etc/GNUstep.conf? > If you did, it’s worth figuring out why that variable is making an appearance. I now did 'apt purge

Re: Compiling gnustep-make

2018-01-30 Thread Riccardo Mottola
Hi, On 2018-01-29 20:35:03 +0100 Svetlana Tkachenko <svetl...@members.fsf.org> wrote: Hello All, When compiling GNUStep Make (gnustep-make-2.7.0) on Debian buster, I get ./configure output: http://paste.debian.net/plain/1007866 Then the following error message: config-noarch.ma

Re: Compiling gnustep-make

2018-01-29 Thread Yavor Doganov
В Tue, 30 Jan 2018 06:35:03 +1100, Svetlana Tkachenko написа: > Then the following error message: > config-noarch.make:121: *** GNUSTEP_USER_ROOT is obsolete When is this "then"? When you run `make' after the successful configure run of gnustep-make, when you run `make install' for gnustep-make

Re: Compiling gnustep-make

2018-01-29 Thread Ivan Vučica
etl...@members.fsf.org> wrote: > Hello All, > > When compiling GNUStep Make (gnustep-make-2.7.0) on Debian buster, I get > > ./configure output: http://paste.debian.net/plain/1007866 > > Then the following error message: > config-noarch.make:121: *** GNUSTEP_USER_ROOT is obsolete

Compiling gnustep-make

2018-01-29 Thread Svetlana Tkachenko
Hello All, When compiling GNUStep Make (gnustep-make-2.7.0) on Debian buster, I get ./configure output: http://paste.debian.net/plain/1007866 Then the following error message: config-noarch.make:121: *** GNUSTEP_USER_ROOT is obsolete Do not know what user root stands for or how to work around