I've been trying to build mesa-19.2.0 this afternoon and I can't get it to build.

When it tries to build libXvMCgallium.so I keep getting an error that it can't link due to undefined references that are in libXv.so.

context.c:(.text+0x2db): undefined reference to `XvQueryAdaptors'
/usr/bin/ld: context.c:(.text+0x3bc): undefined reference to `XvFreeAdaptorInfo' /usr/bin/ld: context.c:(.text+0x746): undefined reference to `XvFreeAdaptorInfo'

The command line is quite long so I won't reproduce it here, but if I add -lXv to the command line, it builds fine. I don't seem to be able to overcome the problem with LDFLAGS, LD_LIBRARY_PATH, CFLAGS, etc.

If the command completes, then other programs have the same problem.

Can I get someone else try to duplicate the issue?

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to