[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Compiling with Cygnus's Cygwin
From: |
Satpal Chander |
Subject: |
RE: Compiling with Cygnus's Cygwin |
Date: |
Mon, 28 Feb 2000 10:06:37 -0000 |
Dave,
Sorry my email should have been worded better, I got the answer anyway.
Also is there anyway of getting at the curve data so that I could output it
as
postscript vector data??
Are there any reall Dum Dum examples for getting/opening and displaying,
using the
library on 1.3.1. I have seen the one given in the user.txt.
Are the ftxopen ftxgpos etc still experimental for opening truetype stuff.
Also trying to compile the test code I get lots of errors relating to
gw_win32.c
bash-2.02$ make -f arch/win32/Makefile.gcc
make -C ../lib -f arch/win32/Makefile.gcc all
make -f arch/win32/Makefile.gcc LIB_FILES=OBJS_S libttf.a
make[2]: `libttf.a' is up to date.
gcc -Wall -ansi -O2 -g -I../lib -I../lib/arch/win32 -I. -I../lib/extend -o
ftstring.exe gmain.o disp
lay.o blitter.o arch/win32/gw_win32.o ftstring.o common.o ../lib/libttf.a
arch/win32/gw_win32.o: In function `Driver_Restore_Mode':
//d/Animo_stuff/freetype-1.3.1/test/arch/win32/gw_win32.c:99: undefined
reference to `DestroyWindow'
//d/Animo_stuff/freetype-1.3.1/test/arch/win32/gw_win32.c:100: undefined
reference to `PostMessageA'
arch/win32/gw_win32.o: In function `Driver_Display_Bitmap':
//d/Animo_stuff/freetype-1.3.1/test/arch/win32/gw_win32.c:196: undefined
reference to `GetDC'
//d/Animo_stuff/freetype-1.3.1/test/arch/win32/gw_win32.c:197: undefined
reference to SetDIBits'
//d/Animo_stuff/freetype-1.3.1/test/arch/win32/gw_win32.c:198: undefined
reference to ReleaseDC'
I am presuming that these are beacuse I an trying to compile with cygwin. As
it works with
vc++5.
Cheers
Satpal