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.
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.