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

vjpeg: Build failure for Windows Arm64 with MSVC #109

Open
EwoutH opened this issue Apr 22, 2021 · 1 comment
Open

vjpeg: Build failure for Windows Arm64 with MSVC #109

EwoutH opened this issue Apr 22, 2021 · 1 comment

Comments

@EwoutH
Copy link
Contributor

EwoutH commented Apr 22, 2021

Currently building vjpeg.exe fails when using MSVC (Visual Studio) targeting the Arm64 platform. vjpeg.cc experiences a linking error:

vjpeg.cc
LINK : fatal error LNK1181: cannot open input file 'opengl32.lib' [C:\projects\sjpeg\vjpeg.vcxproj]

The error probably occurs because opengl32.lib is x86 specific.

Example builds can be found on AppVeyor: Arm64 (fails) | x64 (passes).

@EwoutH
Copy link
Contributor Author

EwoutH commented Apr 22, 2021

Seems to be similar to this issue: Opengl32.lib for Windows ARM64.

Edit: Maybe good to give some context: This issue was discovered trying to build JPEG-XL for Windows Arm64.

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

1 participant