https://bugs.winehq.org/show_bug.cgi?id=47471
--- Comment #54 from Steve Ebey eaglecomputers.ok@gmail.com --- (In reply to Sveinar Søpler from comment #53)
(In reply to Steve Ebey from comment #52)
clear echo Cleanup and fresh download of repositories needed rm -fr wine rm -fr wine-staging echo WineHQ Devel Source Git git clone https://github.com/wine-mirror/wine.git echo Unoffical Wine Staging Git git clone https://github.com/wine-staging/wine-staging.git cd wine-staging echo Working in $(pwd) ./patches/patchinstall.sh DESTDIR="../wine" --all cd ~/wine-dirs echo this is the end, if no errors were presented, then compile and enjoy
This is the script you are using to pull the sources yes? And you still get the same error as before doing that?
yes, to both questions. it seems, the vkd3d after being built, is not updating the lib file in Fedora. do I need to use libtool to force vkd3d to update the library? if so, what is the command for libtool that I need to use?