ports/59224: Workrave port does not compile
Koop Mast
einekoai at chello.nl
Thu Nov 20 18:50:21 UTC 2003
The following reply was made to PR ports/59224; it has been noted by GNATS.
From: Koop Mast <einekoai at chello.nl>
To: Kirill Ponomarew <krion at FreeBSD.org>
Cc: FreeBSD-gnats-submit at 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
More information about the freebsd-ports-bugs
mailing list