Project

General

Profile

Actions

Pull request #317

closed

patch hpp-fcl & pinocchio

Added by Guilhem Saurel almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Repository URL:
https://github.com/nim65s/robotpkg
Repository branch:
master

Description

Hello,

hpp-fcl builds are currently failing on Fedora 34, because GCC has a bug in C++17, and Fedora 34 has GCC 11, and GCC 11 defaults to C++17, triggering this bug… patch-226 workaround this.

Also, pinocchio builds are currently failing on 16.04, because its GCC defaults to C++98, and a few C++ >= 11 were merged into the last pinocchio release. There is also a bug coming from Boost 1.58… patch-1454 fix both of those issues.

Cheers,
Guilhem.

Actions

Also available in: Atom PDF