CXX rasterizer/archrast/libswrAVX_la-archrast.lo In file included from ./rasterizer/archrast/archrast.h:32, from rasterizer/archrast/archrast.cpp:31: ./rasterizer/archrast/eventmanager.h:58:21: error: ‘EventHandler’ has not been declared void Attach(EventHandler* pHandler) ^~~~~~~~~~~~
I believe this is a bug caused by a change I introduced to our autotools setup. EventHandler is declared in a codegen file, which is not generated correctly. I believe this MR should fix it: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/334
Closing this autotools issue, as autotools has now been deleted (see https://gitlab.freedesktop.org/mesa/mesa/merge_requests/601). If you think I may have made a mistake and this issue still needs fixing, feel free to reopen it :)
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.