https://bugs.winehq.org/show_bug.cgi?id=52977
Bug ID: 52977 Summary: Build fails when passing --disable-vkd3d Product: Wine Version: 7.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: sarnex@gentoo.org Distribution: ---
Hi all,
This is reproducible with Wine 7.8 but probably earlier versions too.
If you run ./configure with --disable-vkd3d, the build fails with the below error:
Error with --with-mingw:
/usr/libexec/gcc/i686-w64-mingw32/ld: cannot find -lvkd3d collect2: error: ld returned 1 exit status winegcc: /usr/bin/i686-w64-mingw32-gcc failed make: *** [Makefile:130204: dlls/wined3d/wined3d.dll] Error 2
Error with --without-mingw:
dlls/wined3d/wined3d.spec:319: function 'vkd3d_create_instance' not defined dlls/wined3d/wined3d.spec:320: function 'vkd3d_instance_decref' not defined ... (other similar errors) winegcc: ./tools/winebuild/winebuild failed make: *** [Makefile:134505: dlls/wined3d/wined3d.dll.so] Error 2
If the configure log or build log will help let me know and I can attach it.
Thanks, Sarnex