Re: glib.h

2004-09-17 Thread Sven Neumann
Hi, Kermit Tensmeyer [EMAIL PROTECTED] writes: Are you sure gsize is defined in glibconfig.h? gint16 guint32 are there but gsize isn't Something is wrong with your glib installation then. It should surely be defined (or rather typedef'ed) there. Sven

No fonts found; this probably means ...

2004-09-17 Thread Liu Chunfang-CCL083
Title: Message Hi All, I finally gotGTK+2.40 to compileon solaris 2.8. ButWhenI run gtk-demo I get:No fonts found; this probably means that the fontconfiglibrary is not correctly configured. You may need toedit the fonts.conf configuration file. More informationabout

No fonts found; this probably means ...

2004-09-17 Thread Liu Chunfang-CCL083
Title: Message Hi All, I finally gotGTK+2.40 to compileon solaris 2.8. ButWhenI run gtk-demo I get:No fonts found; this probably means that the fontconfiglibrary is not correctly configured. You may need toedit the fonts.conf configuration file. More informationabout

gtk-config file issue

2004-09-17 Thread Igor Kashevarov
Good afternoon, my name is Igor Kashevarov. I down load and compile source code of gtk+-2.4.2 version on solaris 2.6 I don't have any problems or errors during ./configure and make, make install. But I can't find gtk-config file, I need him for imlib, libstroke, fvwm. I nave the same problem

fonts issue on solaris 2.8

2004-09-17 Thread Liu Chunfang-CCL083
Title: Message Hi All, I finally gotGTK+2.40 to compileon solaris 2.8. ButWhenI run gtk-demo I get:No fonts found; this probably means that the fontconfiglibrary is not correctly configured. You may need toedit the fonts.conf configuration file. More informationabout

Re: glib.h

2004-09-17 Thread Kermit Tensmeyer
On Wednesday 15 September 2004 19:43, Matthias Clasen wrote: Am Mittwoch, den 15.09.2004, 21:24 -0700 schrieb Kermit Tensmeyer: and then I was stumped by another problem the typedef 'gsize' isn't defined in glib. (it's used extensively but not defined -and- it was defined in glib.h

Re: gtk-config file issue

2004-09-17 Thread Sven Neumann
Hi, Igor Kashevarov [EMAIL PROTECTED] writes: But I can't find gtk-config file, I need him for imlib, libstroke, fvwm. Application looking for gtk-config are looking for gtk+-1.2. The gtk+-2.x API is not compatible. You will need to install gtk+-1.2 (it can be installed in parallel with

troubles compiling on solaris 2.6

2004-09-17 Thread Riccardo Mottola
Hello, I have some troubles compiling gtk 2.4 (2.4.9) on solaris 2,6 on sparc. I was able to compile and install most packages (glib, pango, atk, Xrender , Xft, fontconfig, pango) the trouble child is gtk itself (I had other problems, the problem is that you really need those X extensions or it

Clearing TreeView rows - how?

2004-09-17 Thread Igor Gorbounov
Hi, All! Is there any way to blank all rows in a treeview? Now I scan all cells and blank their contents sequentially. Hope that exists some better solution. Igor Gorbounov ___ gtk-list mailing list [EMAIL PROTECTED]

Re: Clearing TreeView rows - how?

2004-09-17 Thread Diego Zuccato
Igor Gorbounov wrote: Is there any way to blank all rows in a treeview? Now I scan all cells and blank their contents sequentially. Hope that exists some better solution. To completly empty the view, just replace the model with an empty one. To empty just some cells (not entire rows) you have

Pango-1.6.0 compiler error.

2004-09-17 Thread lando lini
Below the log .Is it a problem known ? Regards. /home/lando/A_L_L_E_G_R_O/GTK+249/pango-1.6.0/pango/.libs/libpangoft2-1.0.so: undefined reference to `g_type_instance_get_private' /home/lando/A_L_L_E_G_R_O/GTK+249/pango-1.6.0/pango/.libs/libpangoft2-1.0.so: undefined reference to

Re: glib.h

2004-09-17 Thread Owen Taylor
On Fri, 2004-09-17 at 00:40, Kermit Tensmeyer wrote: On Wednesday 15 September 2004 19:43, Matthias Clasen wrote: Am Mittwoch, den 15.09.2004, 21:24 -0700 schrieb Kermit Tensmeyer: and then I was stumped by another problem the typedef 'gsize' isn't defined in glib. (it's used extensively

Re: glib.h

2004-09-17 Thread Kermit Tensmeyer
Sven Neumann wrote: Hi, Kermit Tensmeyer [EMAIL PROTECTED] writes: Are you sure gsize is defined in glibconfig.h? gint16 guint32 are there but gsize isn't Something is wrong with your glib installation then. It should surely be defined (or rather typedef'ed) there. Sven One version

Re: glib.h (or glibconfig.h)

2004-09-17 Thread Kermit Tensmeyer
On Friday 17 September 2004 18:39, Kermit Tensmeyer wrote:  I'll check back thru the Configure script and see where gsize is referenced or if it get's inserted at all.   and post results..  i traced thru the configure scripts and checked version numbers on files  The built glibconfig.h from