gtkmm win32 dependencies



Hi,

  I've sucessfully built my gtkmm application under win32, using
the gtkmm-win32 installer (dev version) from 
http://www.pcpm.ucl.ac.be/~gustin/win32_ports/
with nearly zero effort.
However, I'd like to provide a packaged bundle for my application
with all necessary GTK stuff in place. I tried to install
the gtk+ and gtkmm runtime libs without setting the environment 
variables, then start the aplication and for every missing .dll 
it reports, copy the appropriate file from the GTK installation
to the program path.
Well, I succeeded in "starting" the application, but before it 
shows anything, though, it displays the error message

,-----
| ** ERROR **: file shape.c: line 75 (pango_shape): assertion
| failed: (glyphs->num_glphs > 0)
| aborting...
`-----

Can anyone help me on this one? Or should I dump the idea
of bundling gtk(mm) with my application?

Thanks,
  Daniel Albuschat

-- 
eat(this); // delicious suicide



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