DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding:sender; b=XLYDx8m3gzsJqXdnrmuzYXJx28Yl8EvB6pSnaSy8tc5DHBNccRT18gk1cx6n0yJr7h/o6Z+c2dXC0cYX8UxbTc1S2pR3KhAaOtDvXOS3Rkktaa8kcwHlFwNOj5Nu/lwQ53DOWaKkcWmVJUZ04LhVoF58gHmUnHtLgHLldPIxJH4= Message-ID: <436A576A.3080809 at inria.fr> Date: Thu, 03 Nov 2005 19:31:06 +0100 From: Julien Narboux MIME-Version: 1.0 To: lablgtk at math.nagoya-u.ac.jp Subject: pango error under windows Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: Julien Narboux Hi, I have just performed to compile drgeocaml under windows. I adapted drgeocaml to use pango instead of Gdk.font. now when I run drgeocaml on linux it works fine but under windows I get this : Narboux@DellJulien ~/drgeocaml $ ./drgeocaml.sh art_render_invoke: no image source given art_render_invoke: no image source given (drgeocaml-2005-11-03.exe:3332): Pango-WARNING **: Le module spÚcifiÚ est introu vable. Failed to load Pango module for id: 'BasicScriptEngineFc' (drgeocaml-2005-11-03.exe:3332): Pango-WARNING **: Le module spÚcifiÚ est introu vable. Failed to load Pango module for id: 'BasicScriptEngineFc' (drgeocaml-2005-11-03.exe:3332): Pango-WARNING **: Le module spÚcifiÚ est introu vable. Failed to load Pango module for id: 'BasicScriptEngineFc' (drgeocaml-2005-11-03.exe:3332): Pango-WARNING **: Le module spÚcifiÚ est introu vable. Failed to load Pango module for id: 'BasicScriptEngineFc' (drgeocaml-2005-11-03.exe:3332): GLib-GObject-CRITICAL **: g_object_ref: asserti on `G_IS_OBJECT (object)' failed (drgeocaml-2005-11-03.exe:3332): Pango-CRITICAL **: _pango_engine_shape_shape: a ssertion `PANGO_IS_FONT (font)' failed This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. And I get a popup window saying that : pango-error file shape.c line 75 (pango_shape) : assertion faile (glyphs->num_glyphs > 0) aborting ... Any idea about what I should do ? Regards Julien Narboux