| Headly  
 
 
 
 
 Group: Members
 Posts: 38
 Joined: July 2005
 | 
|  | Posted: Aug. 12 2006,11:33 |  |  Hi There,
 I'm trying to compile an application for DSL. (gpsdrive)
 I had it working on 2.0 and now I'm trying to get working on 3.01
 
 I was previously compiling it on Debian stable (sarge) and I have now moved to Debian testing (etch)
 
 It compiles fine and I create a .tar.gz package to install on DSL.
 
 When I try and run the program I get the following errors
 
 ===========================================================
 Error reading Pango modules file
 
 (gpsdrive:614): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
 
 (gpsdrive:614): Pango-CRITICAL **: _pango_engine_shape_shape: assertion `PANGO_IS_FONT (font)' failed
 
 Pango-ERROR **: file shape.c: line 75 (pango_shape): assertion failed: (glyphs->num_glyphs > 0)
 aborting...
 
 Key: $1$4c39dc91$PlPMGld2obZNMkkmOhgr./,id: PlPMGld2obZNMkkmOhgr./ 22 bytes, time: 14581474
 ===========================================================
 
 
 I don't know a lot about pango but when I look into /etc/pango/pango.modules
 I see lots of lines similar to this.
 
 ----------------------------------------------------------------------------------
 /usr/lib/pango/1.5.0/modules/pango-arabic-fc.so ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:*
 /usr/lib/pango/1.5.0/modules/pango-basic-x.so BasicScriptEngineX PangoEngineShape PangoRenderX common:
 -----------------------------------------------------------------------------------
 
 When I then go and look in /usr/lib/pango I see a directory for 1.4.0 and not 1.5.0
 
 I'm not sure if it is important but when I'm running on Debian it does use pango modules in a folder named 1.5.0
 
 Is there a problem with DSL here or is it my lack of understanding ?
 
 David
 |