imageworks / OpenColorIO-Configs

Color Configurations for OpenColorIO
opencolorio.org
441 stars 802 forks source link

Someone decided that Zero before Minizip-ng Version build definition is a good idea. Now we have 8 in octal number and error in compilation. #24

Open ssh4net opened 1 year ago

ssh4net commented 1 year ago

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

KelSolaar commented 1 year ago

Hey Vlad,

Wrong repo, this is the one: https://github.com/AcademySoftwareFoundation/OpenColorIO

Cheers,

Thomas

ssh4net commented 1 year ago

Oh, sorry. Forgot to check 🤦‍♂️