freetype
[Top][All Lists]
Advanced

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

[ft] Building freetype on windows


From: Manish Marathe
Subject: [ft] Building freetype on windows
Date: Tue, 17 Jan 2006 17:40:53 -0800

Hello,

I am trying to build Freetype 2.1.9 on Windows Server 2003 using Visual C++ cygwin. I followed the instructions in docs/INSTALL.ANY file. So basically I am compiling only required files from the src/base/ directory.

src/base/ftsystem.c
src/base/ftinit.c
src/base/ftdebug.c
src/base/ftbase.c
src/base/ftglyph.c
src/base/ftbbox.x
src/base/ftmm.c

I have included the include/ directory in the $INCLUDE variable, so its finding the ft2build.h header file. I am also ignoring the pre-compiled header while building with Visual C++. The errors I am getting are:

ftbbox.c
c:\tmp\freetype-2.1.10\src\base\ftbbox.c(28) : error C2006: #include expected a filename, found 'identifier'
c:\tmp\freetype-2.1.10\src\base\ftbbox.c(29) : error C2006: #include expected a filename, found 'identifier'
c:\tmp\freetype-2.1.10\src\base\ftbbox.c(30) : error C2006: #include expected a filename, found 'identifier'
c:\tmp\freetype-2.1.10\src\base\ftbbox.c(31) : error C2006: #include expected a filename, found 'identifier'

This is the case with all the files. Any help would be greatly appreciated.

Thanks
--
Manish Marathe
SpikeSource, Inc.
http://developer.spikesource.com

reply via email to

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