https://bugs.freedesktop.org/show_bug.cgi?id=110735
Bug ID: 110735
Summary: Meson can't find 32-bit libXvMCW in non-standard path
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Other
Assignee: mesa-dev@lists.freedesktop.org
Reporter: bug0xa...@hushmail.com
QA Contact: mesa-dev@lists.freedesktop.org
When compiling mesa in 32-bit mode meson finds 64-bit XvMCW instead of 32-bit
XvMCW during configuring. The 32-bit XvMCW library is in a non-standard path.
meson-log.txt: "Compiler stderr:
src/gallium/state_trackers/xvmc/meson.build:31:2: ERROR: C library 'XvMCW' not
found"
Yes, both 64-bit and 32-bit libXvMC are installed in separate directories.
PKG_CONFIG_PATH, LD_LIBRARY_PATH, LDFLAGS, CXXLDFLAGS, CPPFLAGS are pointed to
the 32-bit path location of XvMCW and have no effect.
The CC='/usr/bin/32/gcc' and CXX='/usr/bin/32/g++' wrappers have no effect.
I did not attempt hardcoding an rpath into an 32-bit XvMCW recompile yet.
Software:
gcc-9.1.0_multilib
meson-0.50.0
--
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
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev