From: Mark H. <ha...@us...> - 2002-07-23 15:16:22
|
Hey Geoff, It is missing the glib includes and libs. These are put in the makefiles. You run programs xml-config or xml2-config with options --cflags or --libs. You also run glib-config with --cflags or --libs. The --cflags is for the compiling phase and the --libs is for the linking phase. Since gomni.c was compiled into ghostscript, I thought that these changes were made already. It might be easier to start from scratch by downloading a version of the ghostscript source and add the corresponding patch from the omni's Ghostscript directory. Mark Take a look at the Linux Omni Printer Driver Framework at http://www.ibm.com/linux/ltc/projects/omni/ |