I'm trying to compile the GU/Text sample but I got an error that the font.c file is missing. I downloaded the original debug font.c file and pasted in GU/Text. But when I compile it again I get this error:
main.c: In function 'main':
main.c:168: error: 'font' undeclared (first use in this function)
main.c:168: error: (Each undeclared identifier is reported only once
main.c:168: error: for each function it appears in.)
make: *** [main.o] Error 1