2015-11-25 17:56 GMT-03:00 David Faure <[email protected]>: > On Wednesday 25 November 2015 14:54:49 Luiz Romário Santana Rios wrote: >> > >> > My /usr/include/zconf.h says >> > >> > #if defined(ZLIB_CONST) && !defined(z_const) >> > # define z_const const >> > #else >> > # define z_const >> > #endif >> >> Mine doesn't define anything like that. >> >> > >> > and /usr/include/zlib.h says >> > z_const Bytef *next_in; >> >> Mine says: >> typedef struct z_stream_s { >> Bytef *next_in; /* next input byte */ >> >> > >> > That's zlib-devel-1.2.8, what's your zlib version? >> >> Mine is 1.2.3.4. > > OK, fix committed. > http://commits.kde.org/karchive/e0875ab83a93fffff225c7af1285960017dd1933
Good. Can you check the review request of my KCompressionDevice tests? > > -- > David Faure, [email protected], http://www.davidfaure.fr > Working on KDE Frameworks 5 > -- Luiz Romário Santana Rios _______________________________________________ Kde-frameworks-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-frameworks-devel
