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
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to