[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype]2.0 release install problems on Unix systems
From: |
Werner LEMBERG |
Subject: |
Re: [Freetype]2.0 release install problems on Unix systems |
Date: |
Thu, 09 Nov 2000 15:19:33 +0100 (CET) |
> I'm a bit surprised by it, but it seems that the default
> installation path for FreeType 2 on Unix systems conflicts with
> the one used by FreeType 1 installs. More specifically, the paths
> containing the public headers collide.
Yes.
> I have not monitored Unix builds until now, and I'd like to know
> Werner's opinion on the subject ? In the meantime, I'll change the
> default install path to "$prefix/include/freetype2" instead of
> "$prefix/include/freetype"
Hmm. I think it isn't a good idea that UNIX behaves differently
compared to other platforms. Additionally, the demo programs no
longer serve as `real' examples since the header file paths are
different.
What about using `ft2' instead of `freetype2', even in the FT library
itself? So we would have
#include <ft2/internal/...>
etc.
This fix can be done quickly, and it assures that future header
versions can get a directory of its own if necessary.
Werner