Re: Compile error with gcc8

2018-06-05 Thread Barath Aron
On 06/05/2018 07:09 PM, Paul Smith wrote: I'm quite certain the amount of code change would be sufficient to require copyright assignment paperwork: if that's acceptable to you let me know and we can get the process started. I already tried some fork() replacement in nano, that went well. Hmm, m

Re: Compile error with gcc8

2018-06-05 Thread Paul Smith
On Tue, 2018-06-05 at 11:24 +0200, Barath Aron wrote: > I started to work on to replace fork() with posix_spawn(). I think it > is not hopeless, so I though I make a try. > I use the master ( git clone > https://git.savannah.gnu.org/git/make.git ), which currently is: Hi Barath; thanks for looking

Re: compile error

2012-05-06 Thread Sebastian Pipping
Hello, On 05/05/2012 11:24 PM, Le Gluon du Net wrote: > Bonjour, > > j'aimerai compiler le snapshot de raine sous Ubuntu 12.04 mais j'ai une > erreur: > > $ make > Building Raine, Fully optimized version with gcc for linux-gnu CPU=pentium-m > dependencies : if you get an error here, install the

Re: compile error

2001-12-05 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: jt> gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c glob.c jt> /tmp/ccWesmPt.s: Assembler messages: jt> /tmp/ccWesmPt.s:596: Error: Line numbers must be positive integers This is a problem with your compiler installation, not GNU make. You'll need to che