Re: error building gui

2013-08-15 Thread Riccardo Mottola
Hi Luboš Luboš Doležel wrote: Hi, GCC doesn't have blocks support, that's why these macros exist. I've fixed GSBlocks.h, both the macro itself and the version checking that lead to the use of that legacy macro. Please let me know if it works for you now. actually, right now, base doesn't

Re: error building gui

2013-08-15 Thread David Chisnall
On 15 Aug 2013, at 07:42, Riccardo Mottola riccardo.mott...@libero.it wrote: NSArray.m:1744: warning: ISO C90 forbids mixed declarations and code GNUstep has not been expected to build with a C90 compiler for about 18 months... David -- Sent from my Difference Engine

Re: error building gui

2013-08-15 Thread Riccardo Mottola
Hi, On 2013-08-15 09:09:35 +0200 Luboš Doležel lu...@dolezel.info wrote: Aaah, it uncovered another problem. Should be fixed. Good. I now get this: Making all for library libgnustep-base... Compiling file NSInvocationOperation.m ... In file included from

Re: error building gui

2013-08-15 Thread Riccardo Mottola
Hi, David Chisnall wrote: On 15 Aug 2013, at 07:42, Riccardo Mottolariccardo.mott...@libero.it wrote: NSArray.m:1744: warning: ISO C90 forbids mixed declarations and code GNUstep has not been expected to build with a C90 compiler for about 18 months... Be assured this is not gcc 2.95, but

Re: error building gui

2013-08-15 Thread Riccardo Mottola
Hi, Luboš Doležel wrote: Looks like all hell broke loose when I fixed the GCC version detection. Please retry. Sometimes small changes in macros and such.. break many things at once! Now everything compiles again. And runs too, btw! Just a warning remains, but that we can check in a couple

Re: error building gui

2013-08-14 Thread Luboš Doležel
On 08/14/2013 10:10 PM, Riccardo Mottola wrote: Hi, with the latest gui, when building, I get this error: Compiling file NSAlert.m ... In file included from ../Headers/Additions/GNUstepGUI/GMAppKit.h:54:0, from NSAlert.m:65: ../Headers/AppKit/NSSavePanel.h:85:1: error: