⚠️ SWIG 4 required for YARP master #556
drdanz
started this conversation in
Announcements
Replies: 1 comment
-
cc @robotology/everyone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I just merged robotology/yarp#2720, which means that from now on, YARP master, (and YARP 3.6 when it will be released) will require SWIG 4 to build the bindings. This was necessary, because the builds on platforms using SWIG 3.12 were failing after the adoption of C++17.
Ubuntu 18.04 and Debian 10 (which officially we still support) do not have SWIG 4 by default.
If you need YARP bindings on these platform you can install SWIG 4 from the robotology PPA (Ubuntu 18.04 only), from conda, or from source.
Beta Was this translation helpful? Give feedback.
All reactions