protonscr

Build from source - `undefined reference to`

dxvkclosed build
doitsujin/dxvk#449 · opened 2018-06-24 by obcardinal · updated 2018-06-26 · 3 comments · github
Oobcardinal 2018-06-24 github

I'm trying to build a version without required in VK_EXT_vertex_attribute_divisor. All necessary libraries seem to be installed.
I got many errors with undefined reference to.

https://pastebin.com/ZY1hUenT

--
It seems it need to enable LTO

--
I maked a build manually:

meson --cross-file build-win64.txt --prefix /your/dxvk/directory build.w64
cd build.w64
meson configure -Dbuildtype=release
ninja

Everything went successfully.

Ddoitsujin maintainer 2018-06-24 github

Doesn't happen on my end.

Oobcardinal 2018-06-24 github

@doitsujin Many big thanks for 0.60 update with b62ccfe.

  • Removed micro sagging after the first seconds of the gameplay.
  • In a complex scene, the FPS ceased to sag.
Ddoitsujin maintainer 2018-06-26 github

Unity builds are disabled now, so Meson shouldn't try to use LTO or anything like that.

Nothing extracted yet.