kvazaar icon indicating copy to clipboard operation
kvazaar copied to clipboard

Build problems on Windows 10 with VS2019

Open ThomasVolkert opened this issue 1 year ago • 2 comments

I tried to build kvazaar as release version with VS2019 under Windows 10 (via kvazaar_VS2015.sln). But I always get the following error when I try to link the generated lib file (static version) to our library:

c:\git\kvazaar\src\kvazaar.c : fatal error C1083: Datei (vom Compiler generiert) kann nicht ge”ffnet werden: "x64-Release\kvazaar.asm": No such file or directory LINK : fatal error LNK1257: Fehler bei Codegenerierung.

Can someone help? Best regards.

ThomasVolkert avatar Jan 08 '24 12:01 ThomasVolkert

Seems like an issue with YASM. We are going to be removing the usage of YASM in Kvazaar soon, if you try the https://github.com/ultravideo/kvazaar/tree/cmake-2023 branch does the compilation work then?

Jovasa avatar Jan 08 '24 12:01 Jovasa

Great work, this branch works flawless for us. Thank you!

Can you also generate a package configuration file? (see: https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html)

Best regards.

ThomasVolkert avatar Jan 08 '24 13:01 ThomasVolkert