Date: Thu, 20 Nov 2003 10:50:20 -0800 (PST) From: Koop Mast <einekoai@chello.nl> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/59224: Workrave port does not compile Message-ID: <200311201850.hAKIoKjO089369@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/59224; it has been noted by GNATS. From: Koop Mast <einekoai@chello.nl> To: Kirill Ponomarew <krion@FreeBSD.org> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/59224: Workrave port does not compile Date: Thu, 20 Nov 2003 19:43:17 +0100 With help from bland@ we found that there is what can be called a bug in the libstdc++ headers. Old libstdc++ versions refers to symbols hidded by !_XOPEN_SOURCE in system headers. Recent library releases have workaround for this and will be just fine. This was fixed with gcc 3.3.1. So you need gcc 3.3.1 or newer to build workrave (no problem with the gcc included with 4.x). So to fix this, upgrade to 5.2-release when its out, or install gcc33 from ports and use "env CC=gcc33 CXX=g++33 make install" to build workrave. -Koop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311201850.hAKIoKjO089369>