Re: building GNUstep from scratch

2018-08-22 Thread David Chisnall
On 22 Aug 2018, at 11:07, Andreas Fink wrote: > > git clone https://git.llvm.org/git/llvm.git/ > cd llvm/tools > git clone https://git.llvm.org/git/clang.git/ > cd ../projects > git clone https://git.llvm.org/git/compiler-rt.git/ > git clone https://git.llvm.org/git/openmp.git/ > git clone

Screenhot application in GNUStep

2018-08-22 Thread edwin ancaer
Hello, I have 2 small, practical questions 1. I saw that in the services menu of GNUMail, I could create tasks inSimpleAgenda. I seem to have some issues here, and I would like to add some screenshots to my questions. I could use ImageMagick, but that seems a little to complicated to just

Re: building GNUstep from scratch

2018-08-22 Thread Andreas Fink
I had good success with libojbc/clang under debian9 (stretch). I wouldn't want to go back to gcc due to non support of certain stuff I use every day (the stuff which apple introduced in what they called objc2.0). Part is working in recent gcc's though but I like clangs error reporting and

Re: building GNUstep from scratch

2018-08-22 Thread Riccardo Mottola
Hi, On 08/22/18 00:34, Scott Christley wrote: Honestly, I'm not sure if I need the modern runtime or not. I do use NSInvocation stuff quite a bit but I don't think this code base needs the runtime introspection stuff... you need he modern runtime if you need modern features like blocks.