https://bugs.freedesktop.org/show_bug.cgi?id=90032
--- Comment #4 from Felix von Leitner <[email protected]> --- I tried to compile mesa without RTTI, but the build fails. CXX="g++ -fno-rtti" ./configure --prefix=/usr/X11R7 --sysconfdir=/etc --localstatedir=/var `libdir /usr/X11R7` --with-gallium-drivers=i915,nouveau,r600 --with-dri-drivers=i965,swrast --enable-texture-float --disable-llvm-shared-libs --enable-opencl --enable-texture-float --enable-gles1 --enable-gles2 --enable-osmesa --enable-xa --enable-gbm --enable-glx-tls --with-egl-platforms="drm,x11" The error message is that you can't use typeid (this was some debug macro in the nv50 driver) without rtti. I never turned on debug mode. I'm now trying to build with --disable-debug. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
