[Mesa-dev] [Bug 108943] Build fails on ppc64le with meson

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 4 15:58:59 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=108943

--- Comment #1 from Eric Engestrom <fdo-bugs at engestrom.ch> ---
This sounds like one of your system headers is #define'ing `vector` as
`__attribute__((something))`, but if that's the case then good luck compiling
*any* C++ code :/

Can you confirm this by adding this next to that sts::vector line and seeing if
it fires when you compile?

#ifdef vector
#error "`vector` is #define'd"
#endif

Looking at the rest of the build log, it looks like `bool` is also #define'd to
something that can't be used as a type...

What OS are you running this on?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181204/bdc880bd/attachment.html>


More information about the mesa-dev mailing list