HansKristian-Work / dxil-spirv

DXIL conversion to SPIR-V for D3D12 translation libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not compiling on GCC 6.3

jrugia opened this issue · comments

In reference to earlier today's ticket at: HansKristian-Work/vkd3d-proton#212

I've tried to build dxil-spirv by itself without vkd3d but the compile still fails.

Steps I took:

  1. extracted dxil-spirv itself.
  2. extracted 'spirv-headers', 'spirv-cross' and 'spirv-tools' in their respective 'third_party' folder.
  3. ran: 'meson . ./build' (folder I used for compilation)
  4. 'cd build' and then 'ninja'

1

2

Let me know if there's anything else I could try.

Should be fixed now.

@HansKristian-Work

Thanks that fixed it right away and I've successfully built the vkd3d library.