[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] no-cygwin configure / freetype 2.3.2 bug
From: |
David Turner |
Subject: |
Re: [ft-devel] no-cygwin configure / freetype 2.3.2 bug |
Date: |
Wed, 28 Mar 2007 16:48:51 +0200 |
It seems that there is some problem when building the executable name for
"apinames.exe"
the command invoked to build it is:
gcc -mno-cygwin -o /home/gchilds/D/freetype-2.3.2/objs/apinames..exe
/home/gchilds/D/freetype-2.3.2/src/tools/apinames.c
Note the double dot. I wonder wether this is a problem in Cygwin or our build
system.
- David
On Tue, 27 Mar 2007 14:12:51 +0100, "Rhythmic Fistman" <address@hidden> said:
> I can't configure and make a no-cygwin build of freetype 2.3.2 under
> cygwin:
>
>
> ./configure CC="gcc -mno-cygwin" && make
>
> gives me the attached output, which finishes with
> could not open
> '/home/gchilds/D/freetype-2.3.2/include/freetype/freetype.h' for
> writing
> make: *** [/home/gchilds/D/freetype-2.3.2/objs/ftexport.sym] Error 3
>
> Keep up the great work,
> RF.