On Wed, Oct 16, 2002 at 09:01:18PM -0700, Nick Jennings wrote:

>  When I build ports I often get really lame errors like
>  'Unknown character /' in some source file. What it turns out to be
>  is a comment, like:
> 
>   // This is a comment.

>  CFLAGS= -O -pipe -Wall -ansi

-ansi means "enforce ANSI C compliance".  '//' is not a legal ANSI C
construct.  Just remove it from CFLAGS.

Kris

Attachment: msg11811/pgp00000.pgp
Description: PGP signature

Reply via email to