Bill Allombert on Thu, 09 Jul 2009 00:13:33 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Re: Some bugs?


On Wed, Jul 08, 2009 at 05:01:13AM +0100, Jason Moxham wrote:
> I try to narrow it down some time this week,
> in the meantime , some more bugs :)
>
> This time pari svn , I make distrib under cygwin to remove the dependance 
> on perl and bison , then make gp under mingw32
>
> /mingw/bin/gcc  -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer    
> -I. -I../src/headers  -o default.o ../src/language/default.c
> /mingw/bin/gcc  -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer    
> -I. -I../src/headers  -o errmsg.o ../src/language/errmsg.c
> /mingw/bin/gcc  -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer    
> -I. -I../src/headers  -o es.o ../src/language/es.c
> ../src/language/es.c:3300:17: pwd.h: No such file or directory

The problem is that mingw32 is missing the header file pwd.h

Cheers,
Bill.