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

File fish_n_chips-x12.h is missing #4

Open
thorkr opened this issue Mar 30, 2022 · 2 comments
Open

File fish_n_chips-x12.h is missing #4

thorkr opened this issue Mar 30, 2022 · 2 comments

Comments

@thorkr
Copy link

thorkr commented Mar 30, 2022

Running "./build.sh -t ivm -b app" fails with the following error message:

/home/thor/ivm/ivm-apps/tests/static_tiff/main.c:22:10: fatal error: fish_n_chips-x12.h: No such file or directory
   22 | #include "fish_n_chips-x12.h"
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:365: static_tiff-main.o] Error 1
make[1]: Leaving directory '/home/thor/ivm/ivm-apps/build/ivm/tests/static_tiff'
make: *** [Makefile:393: all-recursive] Error 1
~/ivm/ivm-apps
@oleliabo
Copy link
Contributor

oleliabo commented May 5, 2022

The fish_n_chips-x12.h should exist in the testdata repo. It is created by ./create-testdata.sh in same repo. This script should be run by the install-libs.sh script in ivm-apps root.
Can you check that this file is created? And that the LIBTESTDATA_DIR in the static_tiff/Makefile.am points to the correct folder?

@thorkr
Copy link
Author

thorkr commented May 5, 2022

The problem was that convert was not installed on the system. However, after installing convert it still fails on the jpeg test. I was able to fix this only by adding jpeg as a format in create-testdata.sh, so that looks like a bug.

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

2 participants