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
I guess minizip-ng support was added before minizip-ng become 3.0.8 and compilation had no issues. Now when MZ is 3.0.8 compiling give an error.
/* MZ_VERSION */ #define MZ_VERSION ("3.0.8") #define MZ_VERSION_BUILD (030008)
#if MZ_VERSION_BUILD >= 040000
Zero on start treat octal number and 8 is not the digit that can be in such numbers
The text was updated successfully, but these errors were encountered:
Hey Vlad,
Wrong repo, this is the one: https://github.com/AcademySoftwareFoundation/OpenColorIO
Cheers,
Thomas
Sorry, something went wrong.
Oh, sorry. Forgot to check 🤦♂️
No branches or pull requests
I guess minizip-ng support was added before minizip-ng become 3.0.8 and compilation had no issues. Now when MZ is 3.0.8 compiling give an error.
#if MZ_VERSION_BUILD >= 040000
Zero on start treat octal number and 8 is not the digit that can be in such numbers
The text was updated successfully, but these errors were encountered: