Boost logo

Boost Users :

Subject: Re: [Boost-users] boost 1.47: gcc file dependency generation trips over BOOST_PARAMETER_MAX_ARITY
From: Ivan Le Lann (ivan.lelann_at_[hidden])
Date: 2011-09-15 04:40:28


----- "Ytsen de Boer" <yrdeboer_at_[hidden]> a écrit :

> Thank you for your response, please allow me to explain the problem
> a bit clearer:
>
(removed -MM explanation)

I believe this has nothing to do with -MM.
Does your code compile without dependency generation ?

Obviously Boost.Signals2 needs this macro to be at least 7.
You probably include another boost library before Signals2 that default it to less than 7.

See:
http://boost.2283326.n4.nabble.com/Accumulators-Signals2-Compilation-error-with-GCC-when-both-are-used-td3585468.html
I think you should define this macro (to 7 or more) in your compiler command.

Regards,
Ivan


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net