[ 0%] Building CXX object src/CMakeFiles/enblend.dir/enblend.cc.o
In file included from /usr/src/enblend/enblend-code/src/enblend.cc:178:0:
/usr/src/enblend/enblend-code/src/common.h: In function ‘std::string enblend::expandFilenameTemplate(const string&, unsigned int, const string&, const string&, unsigned int)’:
/usr/src/enblend/enblend-code/src/common.h:732:25: error: ‘BOOST_FALLTHROUGH’ was not declared in this scope
In file included from /usr/src/enblend/enblend-code/src/mask.h:40:0,
from /usr/src/enblend/enblend-code/src/enblend.h:45,
from /usr/src/enblend/enblend-code/src/enblend.cc:180:
/usr/src/enblend/enblend-code/include/vigra_ext/fillpolygon.hxx: In function ‘void vigra_ext::detail::group_to_pairs(Iterator, Iterator, BackInsertIterator)’:
/usr/src/enblend/enblend-code/include/vigra_ext/fillpolygon.hxx:255:21: error: ‘BOOST_FALLTHROUGH’ was not declared in this scope
make[2]: *** [src/CMakeFiles/enblend.dir/enblend.cc.o] Error 1
Chris, this is with the latest changeset 64255abdea39.
My boost version is ATM 1.49 BTW.
Kornel
Am Freitag, 11. April 2014 um 12:24:34, schrieb Stefan Peter <s_p...@swissonline.ch>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Kornel
>
> Am 11.04.2014 11:31, schrieb Kornel Benko:
> >
> >
> > [ 0%] Building CXX object src/CMakeFiles/enblend.dir/enblend.cc.o
> >
> > In file included from
> > /usr/src/enblend/enblend-code/src/enblend.cc:178:0:
> >
> > /usr/src/enblend/enblend-code/src/common.h: In function
> > ‘std::string enblend::expandFilenameTemplate(const string&,
> > unsigned int, const string&, const string&, unsigned int)’:
> >
> > /usr/src/enblend/enblend-code/src/common.h:732:25: error:
> > ‘BOOST_FALLTHROUGH’ was not declared in this scope
>
>
> This seems to be the same error as in
> https://bugs.launchpad.net/bugs/1305643
> So, if you go back to changeset 1043 it should work again. I'm sure
> that this will be fixed shortly.
>
>
> With kind regards
>
> Stefan Peter
>
>
In the mean time I committed a work-around for the cmake build.
Maybe autoconf build should get something similar.
Kornel