freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] A old problem when build the freetype with VS2005


From: Bang Jun-Young
Subject: Re: [ft-devel] A old problem when build the freetype with VS2005
Date: Tue, 4 Apr 2006 22:33:09 +0900

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(丁力) <address@hidden> 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.

reply via email to

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