Re: FOSDEM

2018-02-04 Thread Tim Käck
Hi all Is there any GNUstepper still around? Just wanted to catch up with the “State of GNUstep” Cheer Tim ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep

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 GNUstep-reset.sh from gnustep-make source

Re: FOSDEM

2018-02-04 Thread Ivan Vučica
On Sun 4 Feb 2018 at 11:00 Tim Käck wrote: > Hi all > > Is there any GNUstepper still around? Just wanted to catch up with the > “State of GNUstep” > I'm still here. -- Sent from Gmail Mobile ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org htt

Re: FOSDEM

2018-02-04 Thread Richard Frith-Macdonald
> On 4 Feb 2018, at 11:05, Ivan Vučica wrote: > > > On Sun 4 Feb 2018 at 11:00 Tim Käck wrote: > Hi all > > Is there any GNUstepper still around? Just wanted to catch up with the “State > of GNUstep” > I'm still here I will be in the cafeteria for another half hour.

Re: FOSDEM

2018-02-04 Thread Fred Kiefer
> Am 04.02.2018 um 12:26 schrieb Richard Frith-Macdonald > : > > > >> On 4 Feb 2018, at 11:05, Ivan Vučica wrote: >> >> >> On Sun 4 Feb 2018 at 11:00 Tim Käck wrote: >> Hi all >> >> Is there any GNUstepper still around? Just wanted to catch up with the >> “State of GNUstep” >> I'm still

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 t

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 bef

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 c

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 can

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 clang