Since openjpeg isn't directly in the book, I'll just note this here. The current release (openjpeg_v1_4_sources_r697) fails with libpng-1.5, 'Z_BEST_COMPRESSION undefined' because the zlib.h header is no longer pulled in. Fixed with
sed -i 's/\(png.h>\)/\1\n#include <zlib.h>/' codec/convert.c ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
