We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently building vjpeg.exe fails when using MSVC (Visual Studio) targeting the Arm64 platform. vjpeg.cc experiences a linking error:
vjpeg.exe
vjpeg.cc
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.
opengl32.lib
Example builds can be found on AppVeyor: Arm64 (fails) | x64 (passes).
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Currently building
vjpeg.exe
fails when using MSVC (Visual Studio) targeting the Arm64 platform.vjpeg.cc
experiences a linking error:The error probably occurs because
opengl32.lib
is x86 specific.Example builds can be found on AppVeyor: Arm64 (fails) | x64 (passes).
The text was updated successfully, but these errors were encountered: