https://bugs.freedesktop.org/show_bug.cgi?id=57374
Priority: medium
Bug ID: 57374
Assignee: [email protected]
Summary: compilation issue with gcc 4.7.2
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: [email protected]
Hardware: x86-64 (AMD64)
Status: NEW
Version: 9.0
Component: Other
Product: Mesa
Mesa-9.0.1/src/gallium/auxiliary/draw/draw_vs.h:170
#if HAVE_LLVM
[...]
#endif
some other files have this construct, too.
I guess that's not valid anymore with recent gcc versions?
please enlighten me :)
if my assumption is correct, this can be fixed by using
#if defined(HAVE_LLVM)
[...]
#endif
instead.
I'll create a patch for that. if you want it, send a ping :)
Thanks,
Andy
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev