https://bugs.freedesktop.org/show_bug.cgi?id=90032
--- Comment #9 from Felix von Leitner <[email protected]> --- That fixed that problem, but there is another one: api/event.cpp: In function ‘cl_int clGetEventProfilingInfo(cl_event, cl_profiling_info, size_t, void*, size_t*)’: api/event.cpp:255:58: error: ‘dynamic_cast’ not permitted with -fno-rtti hard_event &hev = dynamic_cast<hard_event &>(obj(d_ev)); ^ In file included from ./core/event.hpp:28:0, from api/event.cpp:24: ./core/object.hpp: In instantiation of ‘static void clover::detail::descriptor_traits<T, D>::validate(D*) [with T = clover::soft_event; D = _cl_event]’: ./core/object.hpp:147:50: required from ‘typename clover::detail::descriptor_traits<T, D>::object_type& clover::obj(D*) [with T = clover::soft_event; D = _cl_event; typename clover::detail::descriptor_traits<T, D>::object_type = clover::soft_event]’ api/event.cpp:42:36: required from here ./core/object.hpp:71:17: error: ‘dynamic_cast’ not permitted with -fno-rtti !dynamic_cast<object_type *>(o)) ^ Makefile:893: recipe for target 'api/libclover_la-event.lo' failed That appears to be opencl related, not nv50. Sigh. -- 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
