| Summary: | media-libs/openexr-2.5.2 breaks simple version checks | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Helmut Jarausch <jarausch> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
What package is affected? |
The tiny test #include <OpenEXR/OpenEXRConfig.h> #include <iostream> int main() { #if OPENEXR_VERSION_HEX >= 0x02020000 std::cout << OPENEXR_VERSION_HEX << "\n"; #endif } fails with In file included from T.C:1: T.C:6:5: error: missing binary operator before token "(" 6 | #if OPENEXR_VERSION_HEX >= 0x02020000