It occurs when you enable precompiled headers. I had the same problem and fixed it by choosing "Not Using Precompiled Headers" for "Create/Use Procompiled Header" and removing the value from "Precompiled Header File", both of which are located in Project - Properties... - Configuration Properties - C/C++ - Precompiled Headers. Even if you did the former properly, precompiled headers wouldn't be disabled if the file name were left unremoved in the latter field. I guess it's a bug of VS2005.
On 4/4/06, DingLi(丁力) <[EMAIL PROTECTED]> wrote: > > > > Before I update from the CVS, I can build the freetype2(in CVS) and > 2.1.10(released) with VS2005 and VC++6, but when I update the Freetype2 from > the CVS, and build with VS2005, I got some errors like this: (I can build it > with VC6 successfully.) > > > > 1>Compiling... > > 1>ftstroke.c > > 1>..\..\..\src\base\ftstroke.c(23) : error C2006: > '#include' : expected a filename, found 'identifier' > > 1>..\..\..\src\base\ftstroke.c(23) : fatal error C1083: > Cannot open include file: '': No such file or directory > > ……… > > ……… > > > > I don't know what brought this problem.
_______________________________________________ Freetype-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype-devel
