freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] Error in zlib.h when running make


From: Werner LEMBERG
Subject: Re: [Freetype] Error in zlib.h when running make
Date: Tue, 13 Apr 2004 15:31:28 +0200 (CEST)

> I am using
> /* zlib.h -- interface of the 'zlib' general purpose compression library
>   version 1.2.1, November 17th, 2003
> 
> I get an error here at Line 1050:
> ZEXTERN z_off_t ZEXPORT    gzseek OF((gzFile file,
>                                       z_off_t offset, int whence));

I've now installed zlib 1.2.1, and I don't get this error on my
GNU/Linux box.  The problem seems to be a missing or wrong definition
of `z_off_t' on your platform.  Together with zlib.h a file zconf.h
has been installed which should define this value.  You should check
this file.

Have you run the zlib test suite successfully (`make test')?  Perhaps
reinstallation of zlib helps.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]