> blob_.c:776: error: ‘Z_FINISH’ undeclared (first use in this function)
> blob_.c:778: warning: implicit declaration of function ‘deflateEnd’
> blob_.c: In function ‘blob_uncompress’:
> blob_.c:818: warning: implicit declaration of function ‘uncompress’
> blob_.c:820: error: ‘Z_OK’ undeclared (first use in this function)
> make: *** [blob.o] Error 1

Seems like zlib is missing. Try installing the zlib-devel package.

$ sudo apt-get install zlib-devel

--
Dmitry Chestnykh
Coding Robots

http://www.codingrobots.com
[email protected]


_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to