[gtk-osx-users] Pango modules not found



Hi!

I have updated my gtkosx environment a few days ago and am also using the new gtk-mac-bundler 0.7.3.

After bundling my application and trying to run it without the ~/gtk directory tree, I get the following error (with the ~/gtk tree it works)

-------
Pango-CRITICAL **: No modules found:
No builtin or dynamically loaded modules were found.
PangoFc will not work correctly.
This probably means there was an error in the creation of:
  '/Users/steffen/gtk/inst/etc/pango/pango.modules'
You should create this file by running:
  pango-querymodules > '/Users/steffen/gtk/inst/etc/pango/pango.modules'

(MUIbase-bin:46315): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderCoreText', script='latin'
--------

The windows only show placeholder rectangles for all characters.  Any idea how to fix this?

On another note, the following lines in gtk-demo.bundle (which I based my bundle on) are missing the 'loaders' directory as the last component before *.so.

---------
<!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
  <binary>
    ${prefix}/lib/gdk-pixbuf-2.0/${pkg:${gtk}:gtk_binary_version}/*.so
  </binary>
----------

Best regards,

Steffen


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]