From: Mark W. <mw...@ll...> - 2006-08-08 14:30:16
|
Hello, I get this error in drivers: gcw.c: In function 'proc_str': gcw.c:1021: error: 'FontLookup' undeclared (first use in this function) gcw.c:1021: error: (Each undeclared identifier is reported only once gcw.c:1021: error: for each function it appears in.) gcw.c:1021: error: 'N_TrueTypeLookup' undeclared (first use in this function) gcw.c:1021: warning: pointer targets in assignment differ in signedness gcw.c:1045: warning: pointer targets in assignment differ in signedness I have '--without-freetype2' in my config. I'm guessing it has something to do with that. |