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
CMake Error at thirdparty/CMakeLists.txt:10 (add_subdirectory):
add_subdirectory given source "libz" which is not an existing directory.
-- libpng will be built
CMake Error at thirdparty/CMakeLists.txt:27 (add_subdirectory):
add_subdirectory given source "libpng" which is not an existing directory.
-- libtiff will be built to support TIFF files.
CMake Error at thirdparty/CMakeLists.txt:54 (add_subdirectory):
add_subdirectory given source "libtiff" which is not an existing directory.
CMake Error at thirdparty/CMakeLists.txt:86 (add_subdirectory):
add_subdirectory given source "liblcms2" which is not an existing
directory.
If I clone the live repo and then run the same command, everything works without problems. Cursory look at Github source it looks like some dirs here are missing in the ZIP file?
Invalid XML if -t option is used
If I run grk_compress with `-t' set to 1024,1024, UUID box contains malformed XML (and JP2 fails validation as a result).
The text was updated successfully, but these errors were encountered:
Cmake errors
Using the 9.7.2 source distribution of Grok, running following command results in Cmake errors:
Result:
If I clone the live repo and then run the same command, everything works without problems. Cursory look at Github source it looks like some dirs here are missing in the ZIP file?
Invalid XML if -t option is used
If I run grk_compress with `-t' set to 1024,1024, UUID box contains malformed XML (and JP2 fails validation as a result).
The text was updated successfully, but these errors were encountered: