aalex / toonloop

Live animation software
http://www.toonloop.com
GNU General Public License v3.0
22 stars 7 forks source link

Compile error: failed at binding signals #22

Open pkeroulas opened 5 years ago

pkeroulas commented 5 years ago

Hi Alex, I get a couple of errors like this one while compiling against libboost 1.65.1, g++ v7.4.0, on Ubuntu 18.

gui.cpp:910:90:   required from here
/usr/include/boost/bind/bind.hpp:319:35: error: no match for call to ‘(boost::_mfi::mf1<void, Gui, std::__cxx11::basic_string<char>&>) (Gui*&, std::__cxx11::basic_string<char>)’
         unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);
         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Does it look like a boost version issue or compiler? What version did you use? Thanks, PK

aalex commented 5 years ago

Hello! I haven't compiled it on more recent Ubuntu versions, yet. There were some errors when I tried. We need to upgrade to more recent versions of the dependencies.

Le dim. 16 juin 2019 23 h 23, Patrick Keroulas notifications@github.com a écrit :

Hi Alex, I get a couple of errors like this one while compiling against libboost 1.65.1, g++ v7.4.0, on Ubuntu 18.

gui.cpp:910:90: required from here

/usr/include/boost/bind/bind.hpp:319:35: error: no match for call to ‘(boost::_mfi::mf1<void, Gui, std::__cxx11::basic_string&>) (Gui*&, std::__cxx11::basic_string)’

     unwrapper<F>::unwrap(f, 0)(a[base_type::a1_], a[base_type::a2_]);

     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Does it look like a boost version issue or compiler? What version did you use? Thanks, PK

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aalex/toonloop/issues/22?email_source=notifications&email_token=AACHWLM5XHX5E2E6LJUY2OTP237SNA5CNFSM4HYS2OI2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZZCB6A, or mute the thread https://github.com/notifications/unsubscribe-auth/AACHWLOWJ5MFVB3AJ2E47PDP237SNANCNFSM4HYS2OIQ .

pkeroulas commented 4 years ago

Seems to be fixed.