> On Nov 7, 2015, at 10:39, Garrett Cooper <[email protected]> wrote: > >> On Nov 7, 2015, at 06:18, Andriy Gapon <[email protected]> wrote: >> >>> On 07/11/2015 10:00, [email protected] wrote: >>> In file included from >>> /builds/FreeBSD_HEAD_sparc64/gnu/lib/libstdc++/../../../contrib/gcc/debug.c:19: >>> /builds/FreeBSD_HEAD_sparc64/gnu/lib/libstdc++/../../../contrib/gcc/system.h:418: >>> error: conflicting types for 'strsignal' >>> /builds/FreeBSD_HEAD_sparc64/obj/sparc64.sparc64/builds/FreeBSD_HEAD_sparc64/tmp/usr/include/string.h:115: >>> error: previous declaration of 'strsignal' was here >> >> Has this been fixed? > > I don't think so..
Nope, still a problem. We have it defined in some of the config.h files — why isn’t it picking them up properly now? $ grep -r HAVE_STRSIGNAL gnu/ gnu/usr.bin/cc/libiberty/config.h:#define HAVE_STRSIGNAL 1 gnu/usr.bin/cc/cc_tools/auto-host.h:#define HAVE_STRSIGNAL 1 gnu/usr.bin/binutils/libiberty/config.h:#define HAVE_STRSIGNAL 1 $ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
