Jean-Marc Lasgouttes wrote:
> Le 12/09/2017 ?? 16:44, Pavel Sanda a écrit :
>> I tried, but... :)
>> Are you still able to compile on the ubuntu 12.04 oldie?
>> Even if I try beta tarball to avoid our autotools version requirements
>> it chokes on signal.h and its C++11 constructs. Are we completely
>> done with 12.04 or is there still some relatively painless way how
>> to get binary for it?
>
> I do not have access to a 12.04 box right now, but I will try to find one. 
> Can you show the error message in the mean time?

  CXX    FileMonitor.o
  FileMonitor.cpp: In member function 'void 
lyx::support::FileMonitor::changed(bool)':
  FileMonitor.cpp:201:21: error: no match for call to 
'(lyx::support::FileMonitor::sig {aka boost::signals2::signal<void()>}) (const 
bool&)'
  ../../3rdparty/boost/boost/signals2/detail/signal_template.hpp:599:11: note: 
candidates are:
  ../../3rdparty/boost/boost/signals2/detail/signal_template.hpp:721:19: note: 
boost::signals2::signal<R(Args ...), Combiner, Group, GroupCompare, 
SlotFunction, ExtendedSlotFunction, Mutex>::result_type 
boost::signals2::signal<R(Args ...), Combiner, Group, unction<void(const 
boost::signals2::connection&)>, Mutex = boost::signals2::mutex, R = void, Args 
= {}, boost::signals2::signal<R(Args ...), Combiner, Group, GroupCompare, 
SlotFunction, ExtendedSlotFunction, Mutex>::result_tyxtendedSlotFunction = 
boost::function<void(const boost::signals2::connection&)>, Mutex = 
boost::signals2::mutex, R = void, Args = {}, boost::signals2::signal<R(Args 
...), Combiner, Group, GroupCompare, SlotFunction, ExtendedSlotFunction, 
Mutex>::result_type = void]
  ../../3rdparty/boost/boost/signals2/detail/signal_template.hpp:721:19: note:  
 candidate expects 0 arguments, 1 provided
  ../../3rdparty/boost/boost/signals2/detail/signal_template.hpp:725:19: note: 
boost::signals2::signal<R(Args ...), Combiner, Group, GroupCompare, 
SlotFunction, ExtendedSlotFunction, Mutex>::result_type 
boost::signals2::signal<R(Args ...), Combiner, Group, ost::function<void(const 
boost::signals2::connection&)>, Mutex = boost::signals2::mutex, R = void, Args 
= {}, boost::signals2::signal<R(Args ...), Combiner, Group, GroupCompare, 
SlotFunction, ExtendedSlotFunction, Mutex>::result_type = void]tFunction = 
boost::function<void(const boost::signals2::connection&)>, Mutex = 
boost::signals2::mutex, R = void, Args = {}, boost::signals2::signal<R(Args 
...), Combiner, Group, GroupCompare, SlotFunction, ExtendedSlotFunction, 
Mutex>::result_type = void]
  ../../3rdparty/boost/boost/signals2/detail/signal_template.hpp:725:19: note:  
 candidate expects 0 arguments, 1 provided
  make[5]: *** [FileMonitor.o] Error 1

>
> JMarc

Reply via email to