Comment # 1
on bug 106561
from Eric Engestrom
Hi Tomasz, I found this file; is that what you used to configure and compile libdrm? https://abf.io/openmandriva/libdrm/blob/master/libdrm.spec You seem to be using autotools, which is deprecated and will one day go away; you should convert to Meson eventually, although I don't think this would change anything with regards to your issue here. We have a short page explaining how to use Meson on the Mesa website: https://mesa3d.org/meson.html The errors you're seeing are very strange; HAVE_VISIBILITY and UDEV are always defined (by the build system) as far as I can tell, and the enum conversion warnings are technically correct (although the value are identical, so it should be trivial to fix), but this code hasn't been touched since 2009/1999. Has any previous version of libdrm ever built in your build/packaging system? For the last error, vasprintf() is a GNU extension, so I'm not surprised it's not working with clang; I'll have a look next week to see if I can fix it the way we did in Mesa (src/util/u_string.h).
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel