[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 GitLab Migration User changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #7 from charlie --- I recompiled both 32-bit and 64-bit libXvMC with the patch applied and mesa meson configure error remains. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #6 from Dylan Baker --- I started thinking about this over the weekend, and realized that all of this work-arounding a lack of a .pc file for libxvmcw is silly, we should just add a pkg-config file so this is less painful: https://gi

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #5 from charlie --- In a crossfile, setting like: c_link_args = ['-L', '/home/a/lib'] terminates meson configuring earlier and results in a new error: meson.build:1114:2: ERROR: C library 'dl' not found Thanks for your time. --

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #4 from Dylan Baker --- Ah, sorry. The -D version is for the command line, in the cross file it would be : c_link_args = ['-L', '/path'] I'm on mobile, please excuse autocorrect fail. On Thu, Jul 4, 2019, 17:56 wrote: > *Comment

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #3 from charlie --- I can wait. Setting "-Dc_link_args" in a config file results in: meson: error: unrecognized arguments: .. So I set it in a meson crossfile like: [properties] c_link_args = ['-L /home/a/lib32'] Results in 'XvMCW

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #2 from Dylan Baker --- I'm not at my computer right now (its a holiday here), but you might be able to fix this by seeing -Dc_link_args="-L /path/with/xvmc" I'm on mobile, please excuse autocorrect fail. On Thu, Jul 4, 2019, 00:32

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #1 from charlie --- As a temporary work around--link to code from non-standard directory to the 32-bit /usr/lib directory, for example: if [[ $ARCH == *86 ]]; then sudo find ${HOME}/lib32/ -name "libXvMC*" -type f -maxdepth 1 -exec

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 charlie changed: What|Removed |Added CC||baker.dyla...@gmail.com -- You are receiving

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-05-22 Thread bugzilla-daemon
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