https://bugs.winehq.org/show_bug.cgi?id=47471
--- Comment #55 from Sveinar Søpler cybermax@dexter.no --- (In reply to Steve Ebey from comment #54)
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?
Chances are that the default install option when building vkd3d is not the same as the Fedora package uses. I do not use fedora, but if you check where the libraries and header files is installed now maybe you can figure it out?
What do you get if you do "sudo updatedb" and then "locate vkd3d.h" You should get one of them in your git source folder and one someplace in the system folders.
eg. /home/steve/vkd3d/include/vkd3d.h (this is your GIT source) /usr/include/vkd3d/vkd3d.h (this is the system folder)
If so, do they match? "diff -u /home/steve/vkd3d/include/vkd3d.h /usr/include/vkd3d/vkd3d.h
If you find them in two "system" places, you could either manually replace them, or find some configure option to fix it.
Two "system places" would mean something like: /usr/include/vkd3d/vkd3d.h /usr/local/include/vkd3d/vkd3d.h