From: Mark H. <ha...@us...> - 2002-07-12 14:39:23
|
Hi Geoff, How do you enable omni into ghostscript? Did you recompile ghostscript with our patch? If so, can you check out Ghostscript/new_src/gomni.c, change fDebugOutput to 1 and recompile and retest. That should give more debug output as to what is wrong. As far as your test program, libomni.so is C++ code so the calling application should link with stdc++. Also, while I don't know if this causes problems or not, all of our loading code uses glib's g_module_open instead of dlopen. Also, as a test you can run OmniDeviceOptions libKyocera_FS_1600_.so and see if that works. Mark Take a look at the Linux Omni Printer Driver Framework at http://www.ibm.com/linux/ltc/projects/omni/ |