Re: boost : no match for call to boost::factory

2016-01-14 Thread Corentin Desfarges
This issue seems fixable by binding "::boost::factory" like that : objectTestFactory.addFactory("ObjectTest", *std::bind(* ::boost::factory()*)*); instead of : objectTestFactory.addFactory("DerivedObjectTest", ::boost::factory()); Thanks for your attention, Corentin 2016-01-13 15:38 GMT

Re: boost : no match for call to boost::factory

2016-01-13 Thread Corentin Desfarges
Hi I don't know if it's usefull (alioth is still down), but this is the complete build log : http://filebin.ca/2TKEHV1l4WvK/log.txt Thank you for your answer, Best regards, Corentin

Re: boost : no match for call to boost::factory

2016-01-13 Thread Gianfranco Costamagna
Hi, >I'm trying to package the new upstream release of FW4SPL for the debian-med >project. But I get this strange error during the build : > >(std::__cxx11::basic_string)'> return >(*f)(BOOST_FUNCTION_ARGS); >Is someone have any idea about the cause of this issue ? >The concerned lines

boost : no match for call to boost::factory

2016-01-13 Thread Corentin Desfarges
Dear mentors, I'm trying to package the new upstream release of FW4SPL for the debian-med project. But I get this strange error during the build : [ 19%] Building CXX object > fwCoreTest/CMakeFiles/fwCoreTest.dir/tu/src/FactoryRegistryTest.cpp.o > cd /build/fw4spl-0.10.2.2/obj-x86_64-linux-gnu/fw