compile broken by recent check-in

2010-05-21 Thread Doug Simons
Is anyone else experiencing this problem? It seems to be caused by the change to base/Source/ObjectiveC2/runtime.h in r30438. Reverting that one change enables the build to proceed. I'm seeing this problem on both Windows and Linux: $ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install This is

Re: compile broken by recent check-in

2010-05-21 Thread David Chisnall
On 21 May 2010, at 21:04, Doug Simons wrote: Is anyone else experiencing this problem? It seems to be caused by the change to base/Source/ObjectiveC2/runtime.h in r30438. Reverting that one change enables the build to proceed. I'm seeing this problem on both Windows and Linux: I'm not

Re: compile broken by recent check-in

2010-05-21 Thread Riccardo Mottola
Hi, The bug is fixed, works for me on Linux and WIndows now. It was a trivial: I forgot to include config.h in that file. Is anyone else experiencing this problem? It seems to be caused by the change to base/Source/ObjectiveC2/runtime.h in r30438. Reverting that one change enables the build

Re: compile broken by recent check-in

2010-05-21 Thread Riccardo Mottola
Hi, The bug is fixed, works for me on Linux and WIndows now. It was a trivial: I forgot to include config.h in that file. Actually, I did not solve it at all. I fixed base compilation. However it appears that config.h is not installed, so I wonder if there is an elegant way to solve this

Re: compile broken by recent check-in

2010-05-21 Thread Richard Frith-Macdonald
On 21 May 2010, at 23:14, Riccardo Mottola wrote: Hi, The bug is fixed, works for me on Linux and WIndows now. It was a trivial: I forgot to include config.h in that file. Actually, I did not solve it at all. I fixed base compilation. However it appears that config.h is not installed,

Re: compile broken by recent check-in

2010-05-21 Thread Richard Frith-Macdonald
On 21 May 2010, at 21:18, David Chisnall wrote: On 21 May 2010, at 21:04, Doug Simons wrote: Is anyone else experiencing this problem? It seems to be caused by the change to base/Source/ObjectiveC2/runtime.h in r30438. Reverting that one change enables the build to proceed. I'm seeing