Building glib docs

2004-06-20 Thread Russell Shaw
Hi, When building glib docs from cvs, i get: touch tmpl-build.stamp *** Building XML *** cd . \ gtkdoc-mkdb --module=glib --source-dir=../../.. --output-format=xml --sgml-mode --output-format=xml --ignore-files=trio 100% symbol docs coverage (1264 symbols documented, 6 not documented) See

Re: Building glib docs

2004-06-20 Thread Jean Bréfort
Le dim 20/06/2004 13:57, Russell Shaw a crit : Hi, When building glib docs from cvs, i get: touch tmpl-build.stamp *** Building XML *** cd . \ gtkdoc-mkdb --module=glib --source-dir=../../.. --output-format=xml --sgml-mode --output-format=xml --ignore-files=trio 100% symbol docs

Re: Building glib docs

2004-06-20 Thread Sven Neumann
Hi, Russell Shaw [EMAIL PROTECTED] writes: When building glib docs from cvs, i get: touch tmpl-build.stamp *** Building XML *** cd . \ gtkdoc-mkdb --module=glib --source-dir=../../.. --output-format=xml --sgml-mode --output-format=xml --ignore-files=trio 100% symbol docs coverage

Re: Building glib docs

2004-06-20 Thread Russell Shaw
Sven Neumann wrote: Hi, Russell Shaw [EMAIL PROTECTED] writes: When building glib docs from cvs, i get: ... ../glib-docs.sgml:69: warning: failed to load external entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd; If your Docbook XML setup was complete (this includes properly setup

Writing science application to visualisate physical process. Need help.

2004-06-20 Thread Peter Volkov Alexandrovich
Good time of day. I'm student and I need to write application to visualisate quantum mechanical process. So I'd like to write application where I could view some movie in dynamics. I tried to write it using GTK+-2.4.1 library, and now I am a bit frustrated. What I've done. I've took a

Re: Writing science application to visualisate physical process. Need help.

2004-06-20 Thread Jan-Marek Glogowski
Hi If you want to use static images and want to move them, look at the gdk-pixbuf API. For an examples see the gtk+ source (demos/gtk-demo). GtkImage should be used for static images, GtkDrawingArea for dynamic ones (like your movie). There isn't enought code to say what's wrong. If you code is