http://bugs.winehq.org/show_bug.cgi?id=58250
Bug ID: 58250 Summary: Wine 10.8 [winedmo] Compile Error Product: Wine Version: 10.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jonfarr87@gmail.com Distribution: ---
Created attachment 78590 --> http://bugs.winehq.org/attachment.cgi?id=78590 Terminal log
As of 10.8, Wine fails to compile, error seems to be related to dll - winedmo
Using compiler GCC 8.5.0. I can confirm that the issue doesn't occur with Wine 10.7.
Tried both vanilla Wine and Staging patches - same issue persists.
http://bugs.winehq.org/show_bug.cgi?id=58250
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Could you attach the config.log as well?
http://bugs.winehq.org/show_bug.cgi?id=58250
--- Comment #2 from Ganni87 jonfarr87@gmail.com --- Created attachment 78591 --> http://bugs.winehq.org/attachment.cgi?id=78591 Config log
Config log attached.
http://bugs.winehq.org/show_bug.cgi?id=58250
--- Comment #3 from Rafał Mużyło galtgendo@o2.pl --- Why is libavcodec/bsf.h missing ?
Though it's odd that the build errors are from the linker...
http://bugs.winehq.org/show_bug.cgi?id=58250
--- Comment #4 from Ganni87 jonfarr87@gmail.com --- (In reply to Rafał Mużyło from comment #3)
Why is libavcodec/bsf.h missing ?
Though it's odd that the build errors are from the linker...
I did some checking about this, my system wide install of ffmpeg doesn't come with that file (presumably because it's too old).
To work around it I've been using a custom build of ffmpeg for several months now (located in /home/jojo/FFMPEG), which does have that file.
It seems that even if I run (export PKG_CONFIG_PATH="/home/jojo/FFMPEG/lib/pkgconfig) it still doesn't find the file.
Is there any way I can force Wine to look for it in a specific directory?
http://bugs.winehq.org/show_bug.cgi?id=58250
--- Comment #5 from Ganni87 jonfarr87@gmail.com ---
Ehh this is embarrassing, I mixed up my pkg config paths with those of Gstreamer.
Please close this ticket as I was able to compile 10.8 successfully.