On 03/03/2011 12:03 AM, Giovanni Scafora wrote:
Il 02/03/2011 18:22, Ionuț Bîru ha scritto:
Hi,
the new version has a change that concern us. It uses filesystem v3 as
default and if your packages doesn't build anymore you have to force to
build using v2.
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
I am having trouble building mkvtoolnix too.
fixed that too using
export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
i'm going to push it after i686 is done
--
Ionuț