Re: GWorkspace and new ABI

2019-11-03 Thread Johannes Brakensiek
On 4 Nov 2019, at 7:07, Svetlana Tkachenko wrote: I think clang-8 is in backports. Is that better than the external repository, or it does not matter? Thank you for that hint. Wasn’t aware of that. Yes, I think that’s better, because we do not have to add a repo key and it’s probably

Re: GWorkspace and new ABI

2019-11-03 Thread Svetlana Tkachenko
Thank you Johannes, I think clang-8 is in backports. Is that better than the external repository, or it does not matter? Is it a good idea to add a link to the script from the official download page? http://www.gnustep.org/resources/sources.html Regards, Svetlana

Re: Savannah bug tracker disabled?

2019-11-03 Thread Gregory Casamento
Guys, On Sun, Nov 3, 2019 at 6:40 PM Riccardo Mottola wrote: > Hi Fred, > > > Fred Kiefer wrote: > > As most of you may remember, I prefer to stay out of these political > discussions. Discussing code is frustrating enough. But this time I have > to step up for Yavor. All he wrote was the an

Re: GWorkspace and new ABI

2019-11-03 Thread Johannes Brakensiek
On 4 Nov 2019, at 6:28, Johannes Brakensiek wrote: Thank you. I’m happy to read from you. It worked last time I used it. But as it uses sources from the dev repositories in most cases it tends to break sometimes. Uh, forgot to mention: The latest fixes regarding PDFKit (see the other

Re: GWorkspace and new ABI

2019-11-03 Thread Johannes Brakensiek
Hi Svetlana, On 4 Nov 2019, at 2:30, Svetlana Tkachenko wrote: Not sure why llvm is from external repository and not debian directly. afaik Debian Buster provides clang 7 which is known to have bugs that make the build process fail (when using the new 2.0 ABI/ng). So I needed to get clang

Re: GWorkspace and new ABI

2019-11-03 Thread Johannes Brakensiek
On 4 Nov 2019, at 1:18, Ivan Vučica wrote: I checked the directory instead and there's files there:  Looks like there's versioning on top of versioning in that repo? yep it is. Some forks of the same script for

Re: GWorkspace and new ABI

2019-11-03 Thread Johannes Brakensiek
Hi Riccardo, On 4 Nov 2019, at 0:45, Riccardo Mottola wrote: Johannes Brakensiek wrote: LIB_FREETYPE_LDFLAGS := $(shell pkg-config --libs freetype2) LIB_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2) thank for the hint. I commited this fix to the repository. I hope that helps.

Re: GWorkspace and new ABI

2019-11-03 Thread Svetlana Tkachenko
Ivan Vučica написал(а): > I checked the directory instead and there's files there: > https://github.com/plaurent/gnustep-build/tree/master/debian-10-clang-8.0 > > Looks like there's versioning on top of versioning in that repo? Thank you, Ivan. Not sure why llvm is from external repository

Re: GWorkspace and new ABI

2019-11-03 Thread Ivan Vučica
I checked the directory instead and there's files there: https://github.com/plaurent/gnustep-build/tree/master/debian-10-clang-8.0 Looks like there's versioning on top of versioning in that repo? On Mon, Nov 4, 2019 at 12:16 AM Svetlana Tkachenko wrote: > Hi Johannes > > > P.S.: This is the

Re: GWorkspace and new ABI

2019-11-03 Thread Svetlana Tkachenko
Hi Johannes > P.S.: This is the build script: > https://github.com/plaurent/gnustep-build/blob/master/debian-10-clang-8.0-runtime-2.0/GNUstep-buildon-debian10.sh Thanks - this is 404. Was this a one-click installer for debian buster? It would be great to have one. Regards, Svetlana

Re: Package building

2019-11-03 Thread Riccardo Mottola
Hi Johannes, don't hijack threads :-P I almost missed your mail. Johannes Brakensiek wrote: Another topic that's quite important for me to get into developing a serious app is a stable and decent clang build and run environment. I'm considering this as important as providing some nice looking

Re: GWorkspace and new ABI

2019-11-03 Thread Riccardo Mottola
Hi Johannes, Johannes Brakensiek wrote: LIB_FREETYPE_LDFLAGS := $(shell pkg-config --libs freetype2) LIB_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2) thank for the hint. I commited this fix to the repository. I hope that helps. Forcing a specific linker however, is not

Re: Savannah bug tracker disabled?

2019-11-03 Thread Riccardo Mottola
Hi Fred, Fred Kiefer wrote: As most of you may remember, I prefer to stay out of these political discussions. Discussing code is frustrating enough. But this time I have to step up for Yavor. All he wrote was the an announcement about the bug tracker move would have been helpful. And I

Re: Package building

2019-11-03 Thread Johannes Brakensiek
Hi Sergii, thank you for your response! On 2 Nov 2019, at 23:48, cobjective wrote: Could you please share some details on what exactly do you plan to do? The paragraph above sounds the same as what NEXTSPACE project is developed for. I know NEXTSPACE and really like your project! My goals