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

Installation Errors #1

Open
lucianbotha opened this issue Feb 12, 2020 · 3 comments
Open

Installation Errors #1

lucianbotha opened this issue Feb 12, 2020 · 3 comments

Comments

@lucianbotha
Copy link

Hi

I am experiencing issues when I try to install you software on Ubuntu 14.04.

Please see attached the errors that I am getting. When I run make I get the error below.
Screenshot 2020-02-12 at 13 56 26

Regards,
Lucian

@dnelson86
Copy link
Owner

Hi Lucian,

Looks like an error inside libpng, you may try to install a different version, or maybe you can install via apt inside of from source.

@lucianbotha
Copy link
Author

lucianbotha commented Feb 12, 2020 via email

@dnelson86
Copy link
Owner

In that case, probably just modifying the include and lib paths for libpng in the Makefile should work.

CFLAGS += -I${GSL_HOME}/include -I${HDF5_HOME}/include -I./libpng/
LIBS += -L${GSL_HOME}/lib -L${HDF5_HOME}/lib -L./libpng/

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