Subject: Re: pkg/32113
To: None <tonio@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: pkgsrc-bugs
Date: 11/30/2005 19:26:02
The following reply was made to PR pkg/32113; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles@loria.fr>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/32113
Date: Wed, 30 Nov 2005 19:59:01 +0100

 On Wed, Nov 30, 2005 at 06:24:01PM +0000, Georg Schwarz wrote:
 >  Added the patch. Now I end up like this:
 >  
 >  ...
 >  checking for gmp.h... (cached) no
 >  configure: error: Found GNU MP library, but can't find gmp.h.  Install
 >  the gmp development package, or pass --enable-pure-java-math to
 >  configure.
 >  I then added --enable-pure-java-math to CONFIGURE_ARGS (probably I could
 >  as well have made sure I had gmp.h instead by including the respective
 >  buildlink.mk file).
 This error is strange. Makefile.common already has
 .include "../../devel/gmp/buildlink3.mk"
 do gmp.h should be buildlinked. There may be a problem here with the gmp
 package, or maybe buildlink
 >  
 >  
 >  This time I end up like this:
 >  
 >  /usr/include/stdio.h:32: error: stray '\324' in program
 >  /usr/include/stdio.h:32: error: stray '\214' in program
 >  /usr/include/stdio.h:32: error: stray '\377' in program
 >  /usr/include/stdio.h:32: error: syntax error at '#' token
 >  /usr/include/stdio.h:32: error: stray '\377' in program
 >  /usr/include/stdio.h:32:64: missing terminating " character
 >  In file included from ../kaffevm/utf8const.h:14,
 >                   from main.c:19:
 the stdio.h error is really strange. Maybe a corrupted file ?