Installation Issue - MET-10.0.0 - zlib.h #1179
-
Hello! I am trying to install MET-10.0.0. I have configured it, but when I try to run 'make' I am getting the following error: In file included from vx_render.h(31), compilation aborted for render_pbm.cc (code 4) I am unsure of why this error is occurring, since I do have the zlib.h file present. Any help would be greatly appreciated! I've attached the config.log file in case that helps. I will say, I did successfully install the 9.1.1 version about nine months ago and it never had this particular error in the installation process. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi Michelle. Could you please try adding the path to the CPPFLAGS variable with "-I"? So instead of the following:
You would have the following, replacing <path to zlib.h> with the actual path to zlib.h:
Please give that a try and let us know how it goes. |
Beta Was this translation helpful? Give feedback.
Hi Michelle.
Could you please try adding the path to the CPPFLAGS variable with "-I"?
So instead of the following:
You would have the following, replacing <path to zlib.h> with the actual path to zlib.h:
Please give that a try and let us know how it goes.