Summary: | sci-libs/vtk-7.1 does not compile with >=icu-59 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vasiliy <6vasia> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Vasiliy
2018-07-26 17:04:21 UTC
Also, /usr/include/unicode/localpointer.h:221:34: error: expected <<,>> or <<...>> before <<&&>> token LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { Definitely C++11, that's rvalue ref there. please retry with gcc6 or gcc7 gcc5 is hardmasked. My bad, didn't notice that gcc-5 is masked already. Yes, it compiles with gcc-6 as it has C++11 as default. INVALID, I guess. |