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

configure script does not check libpng version #27

Closed
jbrowsetix opened this issue Jan 25, 2012 · 1 comment
Closed

configure script does not check libpng version #27

jbrowsetix opened this issue Jan 25, 2012 · 1 comment
Labels
bug this is a problem that needs to be fixed from-lighthouse this was migrated from the ancient lighthouse tracker in 2013! high priority related to a high-level project goal small task this takes a day of work or less
Milestone

Comments

@jbrowsetix
Copy link

If libpng version is <1.4.0, linking of wig2png fails with the error message "undefined reference to `png_set_longjmp_fn’"

This could be fixed by updating the autoconf script (configure.in) to check the version of libpng, or (alternatively) to test for "png_set_longjmp_fn" in the AC_SEARCH_LIBS macro, rather than the current test for "png_create_write_struct"

original LH ticket

This ticket has 0 attachment(s).

@rbuels
Copy link
Collaborator

rbuels commented Mar 22, 2012

Ran the wig2png build unmodified on old Debian Etch with libpng 1.2 and it ran fine. Closing.

@rbuels rbuels closed this as completed Mar 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug this is a problem that needs to be fixed from-lighthouse this was migrated from the ancient lighthouse tracker in 2013! high priority related to a high-level project goal small task this takes a day of work or less
Projects
None yet
Development

No branches or pull requests

2 participants