https://bugs.winehq.org/show_bug.cgi?id=47755
--- Comment #5 from John subs@qcontinuum.plus.com --- Spent all day today working on this and with the help of someone on #winehq irc channel managed to get so far with compiling the 64-bit and 32-bit with wow64. Took a long time to figure out how to install all of those libraries that the configure script indicated. I still have been unable to find a handlful:
libhal liblcms2 libcups (found libcups2-dev but this was not recognized by configure) vkd3d
Although I managed to compile without these, I couldn't get past this gstreamer issue:
make[1]: Entering directory '/home/johnc/src/wine/wine64-build/dlls/winegstreamer' ../../tools/winegcc/winegcc -o winegstreamer.dll.so -B../../tools/winebuild -m64 -fPIC -fasynchronous-unwind-tables \ -shared ../../../dlls/winegstreamer/winegstreamer.spec dllfunc.o enumpins.o filter.o gst_cbs.o \ gstdemux.o gsttffilter.o main.o mediatype.o mfplat.o pin.o qualitycontrol.o seeking.o transform.o \ rsrc.res mfplat_r.res ../../dlls/strmiids/libstrmiids.a ../../dlls/uuid/libuuid.a -lwinmm \ -lmsacm32 -lmsvfw32 -lole32 -loleaut32 -luser32 -lgdi32 -ladvapi32 -lmfplat \ ../../dlls/mfuuid/libmfuuid.a ../../libs/port/libwine_port.a -lgstvideo-1.0 -lgstaudio-1.0 \ -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lpthread /usr/bin/ld: cannot find -lgstvideo-1.0 /usr/bin/ld: cannot find -lgstaudio-1.0 collect2: error: ld returned 1 exit status winegcc: gcc failed Makefile:703: recipe for target 'winegstreamer.dll.so' failed make[1]: *** [winegstreamer.dll.so] Error 2 make[1]: Leaving directory '/home/johnc/src/wine/wine64-build/dlls/winegstreamer' Makefile:8640: recipe for target 'dlls/winegstreamer' failed make: *** [dlls/winegstreamer] Error 2
So far I have been unable to test. I have also lost access to all of my WINE applications. I might try make uninstall and then re-install the binaries for now, but any further insight would be appreciated.