Skip to content
New issue

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

Grok issues #3

Open
bitsgalore opened this issue Mar 15, 2022 · 0 comments
Open

Grok issues #3

bitsgalore opened this issue Mar 15, 2022 · 0 comments

Comments

@bitsgalore
Copy link
Member

Cmake errors

Using the 9.7.2 source distribution of Grok, running following command results in Cmake errors:

cmake -DCMAKE_BUILD_TYPE=Release -DGROK_BUILD_THIRDPARTY:BOOL=ON ..

Result:

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant