18 Jul
2007
18 Jul
'07
1:28 p.m.
undefined reference to boost::signals::detail::signal_base::signal_base(boost::function2
boost::function_base> const &) Do I need to link in additional Boost libraries? What about this use of boost::any?
Following http://www.boost.org/doc/html/signals/tutorial.html#id1628486 you need to link against the library (statically or dynamically). boost::any is only the template parameter from compiler's error message. Regards, Olaf