http://bugs.winehq.org/show_bug.cgi?id=58417
Bug ID: 58417 Summary: Failure to compile: Undeclared KW_ object Product: vkd3d Version: 1.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: hlsl Assignee: wine-bugs@winehq.org Reporter: johngodman006@gmail.com Distribution: ---
Created attachment 78834 --> http://bugs.winehq.org/attachment.cgi?id=78834 Compilation log
I am trying to compile wine in shared WoW64 mode, and ran into the attached error during compilation of the 64 bit binary.
I have to imagine, given the compilation error is an undeclared identifier, that I am missing some headers. However, I'm not sure what exactly I am missing.
I have packages spirv-headers-devel, vulkan-headers, and libvkd3d-devel installed at their latest versions from Fedora.
For reference, I'm on Fedora 42 kernel 6.15.3.
I must be making a simple mistake, right? If someone could give me a hand, I'd greatly appreciate it.
http://bugs.winehq.org/show_bug.cgi?id=58417
--- Comment #1 from johngodman006@gmail.com --- Created attachment 78835 --> http://bugs.winehq.org/attachment.cgi?id=78835 Configuration errors
http://bugs.winehq.org/show_bug.cgi?id=58417
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Product|vkd3d |Wine Version|1.16 |unspecified Component|hlsl |-unknown
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- That's not an external symbol, and broadly that should not be possible. Are you compiling from git? Is your tree unmodified? What commit or version? Are you applying any external patches?
http://bugs.winehq.org/show_bug.cgi?id=58417
--- Comment #3 from johngodman006@gmail.com --- I'm compiling wine from git, yes. My tree is unmodified, I'm not applying any patches. I was at the latest commit at the time, and I just tried fetching and compiling again to no avail (same error as last time).