Glenn Randers-Pehrson

Results 18 comments of Glenn Randers-Pehrson

What are your zlib and libpng versions?

The warning indicates that you have successfully installed libpng-1.6.22. The problem is in your build script for caffe. It compiled the application with the old libpng-1.2.50 headers but then linked...

That is true for the "master" branch,. Development occurs in the libpng16 and libpn17 branches,. Most pull requests are against libpn16,

libpng16 is the "released" branch and libpng17 is a "development" branch,. libpng17 hasn't had much attention for the past 6 months or so,. Glenn On Thu, Nov 9, 2017 at...

Were you starting with a libpng tarball or with a Git clone?

Would you capture the output of './libtool --config' and '/usr/bin/libtool --config' and attach them here?

So your ./libtool got truncated somehow. On my Ubuntu 86_64 platform, around line 7968 is ``` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" 7967-> eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" 7968-> # Definition is injected by...

This is a known problem, fixed in libpng-1.6.29. It can be exhibited when linking libpng-1.6.28 with zlib-1.2.8f

That backslash is present in my copy of libpng-1.6.29.tar.gz and in pngrutil.c in the libpng16 branch of the github repository. The ">=" is correct, because inflateValidate() was added to zlib...

This should be sufficient ZLIB_VERNUM >= 0x1290 The definition is in zlib.,h If that doesn't work, it's a sign that you are building with a recent zlib.h but then linking...