Summary: | Build failure: codegen/nv50_ir.cpp:718:4: error: must #include <typeinfo> before using typeid | ||
---|---|---|---|
Product: | Mesa | Reporter: | Iaroslav Andrusyak <pontostroy> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Iaroslav Andrusyak
2012-12-30 10:31:41 UTC
I cannot see this failure in home:pontostroy:X11. Maybe you should try soon to merge automake branch: https://github.com/jobermayr/mesa If build failure is there I will investigate it (but it works on my local OBS instance for i586 and x86_64 against openSUSE_12.2). Btw. you must adapt your spec file for this: %_libdir/libdricore%version.so* were removed %_libdir/mesa-%version dir was introduced And please don't introduce a stupid new %version package. (In reply to comment #1) > I cannot see this failure in home:pontostroy:X11. I removed nouveau from spec due to this error over a month ago. diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir.cpp index 335e9e0..14d6f79 100644 --- a/src/gallium/drivers/nv50/codegen/nv50_ir.cpp +++ b/src/gallium/drivers/nv50/codegen/nv50_ir.cpp @@ -23,6 +23,7 @@ #include "nv50_ir.h" #include "nv50_ir_target.h" #include "nv50_ir_driver.h" +#include <typeinfo> extern "C" { #include "nv50/nv50_program.h" With this works fine. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.