freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] Issues building FreeType 2.1.10 with Visual C++


From: John Bridges
Subject: [ft-devel] Issues building FreeType 2.1.10 with Visual C++
Date: Sun, 24 Sep 2006 15:47:06 -0700

The Visual C++ make file (DSP) included with FreeType 2.1.10 refers to
the autohint.c file.

According to the change log, David Turner removed the autohint source file.

2005-03-22  David Turner  <address@hidden>
        * src/autohint/*: Removed.

So I assumed the DSP had not been updated and removed the autohint.c
from the build.

But when I tried to link the resulting freetype2110.lib I get these errors:

freetype2110.lib(ftinit.obj) : error LNK2001: unresolved external
symbol _otv_module_class
freetype2110.lib(ftinit.obj) : error LNK2001: unresolved external
symbol _autofit_module_class
freetype2110.lib(ftglyph.obj) : error LNK2001: unresolved external
symbol _FT_Bitmap_Copy
freetype2110.lib(ftglyph.obj) : error LNK2001: unresolved external
symbol _FT_Bitmap_New
freetype2110.lib(ftglyph.obj) : error LNK2001: unresolved external
symbol _FT_Bitmap_Done

Are there other modules I need to include in the compile?  Or some
other #defines I need to add to fix this problem?




reply via email to

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