From: Geoff C. <geo...@bj...> - 2002-07-22 23:21:48
|
On Tue, 23 Jul 2002 06:38, you wrote: > Hi Geoff, > > Is your gomni.c the latest version? A couple of lines before the code that > you pointed out should have a call to g_module_error (). > If not, use this version: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/omniprint/Omni/Gh >ostscript/new_src/gomni.c?rev=HEAD&content-type=text/plain > No, my gomni.c isn't the latest version, just the one that comes out of the debian source package. It's labelled version 6.53 (for the ghostscript package). Anyway, the version I have got doesn't have a call to g_module_error(). I downloaded the above url, copied it over my gomni.c, but it has two #includes that my system can't supply: #include <glib.h> #include <gmodule.h> Any chance you could tell me what is supposed to supply them? I did a google search on gmodule.h, but I didn't see anything that helped me. The other question I had was, other there are files under the ghostscript package that are likely to need modifying? If so, should I be looking for a patch for the ghostscript source, rather than replacing just the gomni.c file? > That should say why the g_module_open is failing. > > Mark Thanks for the help, I'm just not all that good a programmer. Geoff Crompton |