Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build problems on Windows 10 with VS2019 #379

Open
ThomasVolkert opened this issue Jan 8, 2024 · 2 comments
Open

Build problems on Windows 10 with VS2019 #379

ThomasVolkert opened this issue Jan 8, 2024 · 2 comments

Comments

@ThomasVolkert
Copy link

ThomasVolkert commented Jan 8, 2024

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.

@Jovasa
Copy link
Member

Jovasa commented Jan 8, 2024

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?

@ThomasVolkert
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants