Control: reopen -1
Control: found -1 2.1-2

Dear maintainer,

seems so that the FTBFS is still there,
log is at https://libpng.sviech.de/openlayer.build

hints: seems like that zlib.h needs to be included and the setjmp needs
to fixed too, try:
if (setjmp(png_jumpbuf(png_ptr))) { 

--
tobi


[ 46%] Building C object CMakeFiles/openlayer.dir/src/loadpng.o
/usr/lib/ccache/cc  -DOL_LIB_BUILD -DOL_NO_TTF -DOL_SHARED
-Dopenlayer_EXPORTS -I/build/openlayer-2.1/include -I/build/openlayer-
2.1/obj-x86_64-linux-gnu/include -I/build/openlayer-
2.1/include/OpenLayer -I/usr/include/freetype2  -g -O2 -fstack-
protector-strong -Wformat -Werror=format-security  -fPIC   -O2 -Wall
-fexpensive-optimizations -o CMakeFiles/openlayer.dir/src/loadpng.o   -
c /build/openlayer-2.1/src/loadpng.c
/build/openlayer-2.1/src/loadpng.c:22:30: error: 'Z_BEST_COMPRESSION'
undeclared here (not in a function)
 int _png_compression_level = Z_BEST_COMPRESSION;
                              ^
/build/openlayer-2.1/src/loadpng.c: In function 'really_load_png':
/build/openlayer-2.1/src/loadpng.c:89:9: warning: variable
'tRNS_to_alpha' set but not used [-Wunused-but-set-variable]
     int tRNS_to_alpha = FALSE;
         ^
/build/openlayer-2.1/src/loadpng.c: In function 'load_png':
/build/openlayer-2.1/src/loadpng.c:261:15: error: dereferencing pointer
to incomplete type 'png_struct {aka struct png_struct_def}'
     if (setjmp(png_ptr->jmpbuf)) {
               ^
CMakeFiles/openlayer.dir/build.make:593: recipe for target
'CMakeFiles/openlayer.dir/src/loadpng.o' failed

Reply via email to