You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building openjpeg on Windows with Visual studio 2019 16.9, it failed with the error like this:
D:\2019\test\buildtrees\openjpeg\src\v2.3.1-ea4b63573b.clean\src\lib\openmj2\opj_includes.h(97): error C2169: 'lrintf': intrinsic function, cannot be defined
Only the openjp2 component is really supported. You are on your own with other components such as openmj2. I would suggest vcpkg only to package openjp2
So there is no plan to support other components except for openjp2 , right? If this is true, maybe dropping the support for other components is a good idea.
Hi all,
When building openjpeg on Windows with Visual studio 2019 16.9, it failed with the error like this:
D:\2019\test\buildtrees\openjpeg\src\v2.3.1-ea4b63573b.clean\src\lib\openmj2\opj_includes.h(97): error C2169: 'lrintf': intrinsic function, cannot be defined
Could you please help take a look?
Thanks in advance!
Related issue microsoft/vcpkg#16645
The text was updated successfully, but these errors were encountered: