[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] A few problems i've found in the latest code from cvs
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] A few problems i've found in the latest code from cvs |
Date: |
Wed, 11 Mar 2009 06:56:54 +0100 (CET) |
> The jam file at freetype2\src\base\Jamfile seems to be including
> both ftadvanc.c and ftbase.c (which already includes ftadvanc.c)
Fixed in CVS, thanks.
> When I compile ft2demos with the jam system and vs2005 I get an
> error:
> common.c
> src\common.c(250) : error C2059: syntax error : 'const'
> src\common.c(252) : error C2449: found '{' at file scope
> (missing function header?)
> src\common.c(300) : error C2059: syntax error : '}'
I think I've fixed this a week ago in the CVS. Are you using the
current CVS? I've found some other problems if compiling with a C++
compiler too.
> I've also found a typo in:
> http://freetype.sourceforge.net/freetype2/docs/design/design-5.html
> The explanation about module_interface is referring module_requires
> by mistake.
Fixed, thanks. Note that the `design' documents are not up to date.
For example, they are referring to the `autohint' module which has
been replaced with `autofit'.
Werner