Hi all,
I'm attempting to get Timer to use boost's Signals2. When I compile,
however, I get a warning and an error:
http://pastebin.com/Vijr6Cfk
The error is:
[ CXX ] vcl/source/window/cursor.cxx
[ CXX ] vcl/source/window/debugevent.cxx
In file included from
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/detail/maybe_include.hpp:13:0,
from
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/detail/function_iterate.hpp:14,
from
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
from
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function.hpp:64,
from
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/signals2/signal.hpp:18,
from
/home/chris/repos/LibreOffice/core/include/vcl/timer.hxx:23,
from
/home/chris/repos/LibreOffice/core/include/vcl/animate.hxx:24,
from
/home/chris/repos/LibreOffice/core/include/vcl/graph.hxx:28,
from
/home/chris/repos/LibreOffice/core/include/vcl/metaact.hxx:32,
from
/home/chris/repos/LibreOffice/core/include/vcl/outdev.hxx:35,
from
/home/chris/repos/LibreOffice/core/include/vcl/metric.hxx:25,
from
/home/chris/repos/LibreOffice/core/include/vcl/svapp.hxx:41,
from
/home/chris/repos/LibreOffice/core/vcl/source/window/cursor.cxx:20:
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:
In instantiation of ‘void boost::function0<R>::assign_to(Functor) [with
Functor = void (vcl::Cursor::*)(); R = void]’:
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:722:7:
required from ‘boost::function0<R>::function0(Functor, typename
boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value,
int>::type) [with Functor = void (vcl::Cursor::*)(); R = void; typename
boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value,
int>::type = int]’
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:1069:16:
required from ‘boost::function<R()>::function(Functor, typename
boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value,
int>::type) [with Functor = void (vcl::Cursor::*)(); R = void; typename
boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value,
int>::type = int]’
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:1124:5:
required from ‘typename
boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value,
boost::function<R()>&>::type boost::function<R()>::operator=(Functor) [with
Functor = void (vcl::Cursor::*)(); R = void; typename
boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value,
boost::function<R()>&>::type = boost::function<void()>&]’
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/signals2/detail/slot_template.hpp:156:24:
required from ‘void boost::signals2::slot<R(Args ...),
SlotFunction>::init_slot_function(const F&) [with F = void
(vcl::Cursor::*)(); SlotFunction = boost::function<void()>; R = void; Args
= {}]’
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/signals2/detail/slot_template.hpp:81:29:
required from ‘boost::signals2::slot<R(Args ...),
SlotFunction>::slot(const F&) [with F = void (vcl::Cursor::*)();
SlotFunction = boost::function<void()>; R = void; Args = {}]’
/home/chris/repos/LibreOffice/core/vcl/source/window/cursor.cxx:174:83:
required from here
/home/chris/repos/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:924:9:
error: no class template named ‘apply’ in ‘struct
boost::detail::function::get_invoker0<boost::detail::function::member_ptr_tag>’
handler_type;
^
make[1]: ***
[/home/chris/repos/LibreOffice/core/workdir/CxxObject/vcl/source/window/cursor.o]
Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [vcl.all] Error 2
Does anyone with any knowledge know where I might be going wrong?
You can review the patch at https://gerrit.libreoffice.org/#/c/12950/
Thanks,
Chris
Context
- Attempt to make vcl::Timer use boost's Signals2 · Chris Sherlock
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.