Subject: Re: bootstrapping linux
To: Zafer Aydogan <zafer@gmx.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: current-users
Date: 11/06/2005 13:40:55
On Sun, Nov 06, 2005 at 07:37:21AM +0100, Zafer Aydogan wrote:
> aloha.
> 
> while bootstrapping on linux (suse) this happens:

You're talking about bootstrapping pkgsrc, right?
tech-pkg would be a more appropriate mailing list, then.

> gcc -DHAVE_CONFIG_H -DDEF_LOG_DIR=\"/var/db/pkg\"
> -DTAR_CMD=\"/usr/pkg/bin/tar\" -DFTP_CMD=\"/usr/pkg/bin/ftp\"
> -I../libnbcompat -I../../libnbcompat -I. -I. -g -O2 -c automatic.c
> automatic.c:37: error: parse error before string constant
> automatic.c:37: warning: data definition has no type or storage class
> *** Error code 1

Thanks for the report, I just committed a fix.

Cheers,
 Thomas