OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

Version string calculation create octal numbers. Probably affected all external dependencies that use same cmake routine [minizip-ng]

Open ssh4net opened this issue 1 year ago • 2 comments

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

ssh4net avatar Aug 10 '23 01:08 ssh4net