| delorie.com/archives/browse.cgi | search |
| From: | "David" <nobody AT bogus DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Problem making ALLEGTTF |
| Lines: | 26 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 5.00.2615.200 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2615.200 |
| Message-ID: | <unzp5.8358$eL4.74811@news4.atl> |
| Date: | Fri, 25 Aug 2000 14:59:56 -0400 |
| NNTP-Posting-Host: | 209.214.201.142 |
| X-Trace: | news4.atl 967230042 209.214.201.142 (Fri, 25 Aug 2000 15:00:42 EDT) |
| NNTP-Posting-Date: | Fri, 25 Aug 2000 15:00:42 EDT |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
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)
I can't find "FONT_GLYPH" in any of the header files on my system. I looked
for FONT_GLYPH using the following command:
C:\DJGPP>find . -name *.h -exec grep FONT_GLYPH {} ;
The same command was able to find occurrences of "FONT" in header files.
--
May God bless you,
David Cullen
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |