freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] FreeBSD support.. just add...


From: Werner LEMBERG
Subject: Re: [Devel] FreeBSD support.. just add...
Date: Sat, 28 Jul 2001 07:06:48 +0200 (CEST)

> #ifdef _FreeBSD_
> #include <fcntl.h>
> #endif
> 
> in file.c
> otherwise functions open()/close()
> wont be reconized.. 

You are apparently talking about FT1 since FT2 doesn't have a file
called `file.c'.

But FT1 comes with a configure script which properly tests whether
fcntl.h is available -- usually, file.c is soft link to the file
`ttmmap.c'.

So either the configure script fails on FreeBSD (which I doubt) or you
haven't run it at all...


    Werner



reply via email to

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