|
From: | Boris Letocha |
Subject: | link problem ... |
Date: | Wed, 28 Jun 2000 10:08:33 +0200 |
Hi!
I have last cvs snapshot and compiling FT2 by Visual C++.
I have also downloaded last cygwin and using make for it.
make setup visualc
it setup make for visualc ok but ends with error in configuring modules... (Also all "($strip \)" I had to change to "\\" in make files)
make
ok it creates freetype.lib with all modules included (looks like ...)
but after:
C:\freetype2\demos>make
cl /nologo /c /Ox /G5 /W3 /WX /I../config/win32 /I../config /I../include /I../sr
c/base /Isrc /Foobj/ftlint.obj src/ftlint.c
ftlint.c
cl /nologo /c /Ox /G5 /W3 /WX /I../config/win32 /I../config /I../include /I../sr
c/base /Isrc /Foobj/common.obj src/common.c /DEXPAND_WILDCARDS
common.c
cl /nologo /MD -o bin/ftlint.exe obj/ftlint.obj ../obj/freetype.lib obj/common.o
bj
freetype.lib(ftinit.obj) : error LNK2001: unresolved external symbol _ft_smooth_
renderer_class
freetype.lib(ftinit.obj) : error LNK2001: unresolved external symbol _ft_raster1
_renderer_class
bin/ftlint.exe : fatal error LNK1120: 2 unresolved externals
make: *** [bin/ftlint.exe] Error 2
Problem is that I cannot find solution for this. Everything looks ok by renders are simply not linkable ...
Yesterday I solve it by including in ftinit.c directly renderers c files, but I want use FreeType without changes.
Boris Letocha
[Prev in Thread] | Current Thread | [Next in Thread] |