From: Vinod G. <vi...@Pr...> - 2005-07-07 03:23:14
|
I downloaded plplot-5.5.3 source, unpaked it on REHL3 machine, saw no error in doing ./configure but make returned the following errors at the end: ... gcw.c: In function `proc_str': gcw.c:1023: `FontLookup' undeclared (first use in this function) gcw.c:1023: (Each undeclared identifier is reported only once gcw.c:1023: for each function it appears in.) gcw.c:1023: `N_TrueTypeLookup' undeclared (first use in this function) gcw.c:1029: warning: assignment makes pointer from integer without a cast gcw.c:1055: warning: assignment makes pointer from integer without a cast make[2]: *** [gcw_la-gcw.lo] Error 1 make[2]: Leaving directory `/tmp/plplot-5.5.3/drivers' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/plplot-5.5.3' make: *** [all] Error 2 Any help? Vinod |