Henrik antialising

Bert Freudenberg bert at impara.de
Tue Mar 21 20:16:54 UTC 2006


Am 21.03.2006 um 20:10 schrieb Andrew Tween:

> make[1]: Entering directory
> `E:/squeaks/Squeak-Win32-3.7.1-src/3.7.1/win32/plugi
> ns/FT2Plugin'
> dlltool \
>         --output-def ./FT2Plugin.def \
>         --output-exp ./FT2Plugin.exp \
>         --output-lib ./FT2Plugin.lib \
>         FT2Plugin.o
> dllwrap -mwindows \
>         -def ./FT2Plugin.def \
>         -o   ./FT2Plugin.dll \
>         -lddraw -ldinput -lopengl32 -lwsock32 -lcomdlg32 -lole32 - 
> lwinmm -luser32 -lgdi32 -lkernel32 -lcrtdll \
>         ./FT2Plugin.exp \
>         FT2Plugin.o
> FT2Plugin.o: In function `primitiveDoneFace':
> //E/squeaks/Squeak-Win32-3.7.1-src/3.7.1/win32/plugins/FT2Plugin/ 
> FT2Plugin.c
> :321
> : undefined reference to `FT_Done_Face'
> ---
> I think I may have the wrong freetype files in the wrong place.
> Do you know what I am doing wrong?

I have no idea about compiling on Windows ... but I'd suspect you'ld  
have to tell the linker to link with the freetype lib, like "- 
lfreetype" or the like.

- Bert -




More information about the Squeak-dev mailing list