From: "doug" Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem making ALLEGTTF Date: 25 Aug 2000 21:50:35 GMT Organization: Rijksuniversiteit Groningen Lines: 22 Message-ID: <01c00fa8$e33e30c0$ac247d81@default> References: NNTP-Posting-Host: client36-172.oprit.rug.nl X-Trace: info.service.rug.nl 967240235 25576 129.125.36.172 (25 Aug 2000 21:50:35 GMT) X-Complaints-To: newsmaster AT rug DOT nl NNTP-Posting-Date: 25 Aug 2000 21:50:35 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com David schreef in artikel ... > When I try to make the Allegro True Type Font library, I get this problem: > > gcc -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fpeephol > e -s -I. -I../include -Ifreetype -c -o aaload1.o aaload1.c > aaload1.c: In function `import_grx_font': > aaload1.c:85: `FONT_GLYPH' undeclared (first use in this function) > aaload1.c:85: (Each undeclared identifier is reported only once > aaload1.c:85: for each function it appears in.) > aaload1.c:85: `g' undeclared (first use in this function) > aaload1.c:86: parse error before `char' > aaload1.c:104: `width' undeclared (first use in this function) This is because Allegttf version 1.8 is for the Allegro WIPs. You need AllegTTF 1.6, there is a link to it on the Allegttf page in the download section. I'll make that more clear next time I update the page. Doug