Re: xsrc mesalib build problem

2024-04-13 Thread Patrick Welche
On Sat, Apr 13, 2024 at 01:19:05PM +0100, Patrick Welche wrote: > Building xsrc on -current/amd64 with > > HAVE_MESA_VER=21 > HAVE_GCC=12 > > fails for me with > > /usr/xsrc/external/mit/MesaLib/dist/src/amd/common/ac_rtld.c:658:20: error: > 'STN_UNDEF' undeclared (first use in this

xsrc mesalib build problem

2024-04-13 Thread Patrick Welche
Building xsrc on -current/amd64 with HAVE_MESA_VER=21 HAVE_GCC=12 fails for me with /usr/xsrc/external/mit/MesaLib/dist/src/amd/common/ac_rtld.c:658:20: error: 'STN_UNDEF' undeclared (first use in this function); did you mean 'SHN_UNDEF'? 658 | if (r_sym == STN_UNDEF) {