NetBSD-Bugs archive

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

Re: toolchain/41435: build.sh tools from netbsd-4 fails oncygwin-1.7.0



char *  _EXFUN(asnprintf, (char *, size_t *, const char *, ...)
              _ATTRIBUTE ((__format__ (__printf__, 3, 4))));

char *  _EXFUN(vasnprintf, (char *, size_t *, const char *, __VALIST)
              _ATTRIBUTE ((__format__ (__printf__, 3, 0))));

FYI, wrapping the two prototypes in roken.h with #if defined (__NetBSD__) allowed me to successfully build a toolchain, and from there I was able to build GENERIC.

--------------------------------------------------
From: "Alan Barrett" <apb%cequrux.com@localhost>
Sent: Friday, May 15, 2009 1:40 PM
To: <toolchain-manager%netbsd.org@localhost>; <gnats-admin%netbsd.org@localhost>; <netbsd-bugs%netbsd.org@localhost>; <jmcneill%invisible.ca@localhost> Subject: Re: toolchain/41435: build.sh tools from netbsd-4 fails oncygwin-1.7.0

The following reply was made to PR toolchain/41435; it has been noted by GNATS.

From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/41435: build.sh tools from netbsd-4 fails on
cygwin-1.7.0
Date: Fri, 15 May 2009 20:35:57 +0300

On Fri, 15 May 2009, jmcneill%invisible.ca@localhost wrote:
> /home/jmcneill/branches/netbsd-5/src/include/heimdal/roken.h:93: error:
> conflicting types for 'asnprintf'
> /usr/include/stdio.h:248: error: previous declaration of 'asnprintf' was > here

Please let us know what the cygwin-1.7.0 declaration of asnprintf looks
like.  Similarly for the other conflicts.

--apb (Alan Barrett)




Home | Main Index | Thread Index | Old Index