Skip to content

Releases: kemin711/Plotutils

autotools updated

07 Dec 16:51
Compare
Choose a tag to compare

Updated autotools, now the source can be regenerated by

autoreconf -i

command

work with newer png library now

19 Oct 18:24
Compare
Choose a tag to compare

Fixed a compiler issue when using newer png

libraries/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -I./../include -DLIBPLOT -DLIBPLOTTER    -O2 -MT x_retrieve.lo -MD -MP -MF .deps/x_retrieve.Tpo -c -o x_retrieve.lo x_retrieve.cc
z_write.cc: In function 'void _our_error_fn_stream(png_struct*, const char*)':
z_write.cc:520:19: error: invalid use of incomplete type 'png_struct {aka struct png_struct_def}'
   longjmp (png_ptr->jmpbuf, 1);
                   ^
In file included from z_write.cc:43:0:
/usr/local/include/png.h:475:16: note: forward declaration of 'png_struct {aka struct png_struct_def}'
 typedef struct png_struct_def png_struct;
                ^