Summary: | sci-libs/flann-1.9.1 - /g++-v5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Juergen Rose
2017-04-03 08:11:37 UTC
Looks like someone needs to pass -std=c++11 Is there not any patch. I was not able to do it my self. Please try again, if it works, close the bug. commit da0ccdb61002b260e0c2a8acf67b1646fc072ab0 Author: David Seifert <soap@gentoo.org> Date: Fri Apr 21 23:33:13 2017 +0200 sci-libs/flann: Force C++11 Bug: https://bugs.gentoo.org/show_bug.cgi?id=614552 (In reply to David Seifert from comment #3) > Please try again, if it works, close the bug. > > commit da0ccdb61002b260e0c2a8acf67b1646fc072ab0 > Author: David Seifert <soap@gentoo.org> > Date: Fri Apr 21 23:33:13 2017 +0200 > > sci-libs/flann: Force C++11 > > Bug: https://bugs.gentoo.org/show_bug.cgi?id=614552 Thanks David. It seems to work for me. At least I could emerge flann and pcl which depends on flann. |