GTK adn Glib

2001-05-11 Thread PCc0d3r
Hi, I downloaded the 1.2.8 version of the gtk and glib. Firstly i compiled glib succesfully. Then i tried to compile gtk too. When i typed configure command it is always giving me cannot find glib-conf and glib. But i installed glib to /usr/local/lib/glib/ like that: checking

Re: GTK adn Glib

2001-05-11 Thread Ronald Bultje
On 2001.05.11 20:02:19 +0200 PCc0d3r wrote: Hi, I downloaded the 1.2.8 version of the gtk and glib. Firstly i compiled glib succesfully. Then i tried to compile gtk too. When i typed configure command it is always giving me cannot find glib-conf and glib. But i installed glib to

Re: Saving a Drawable to Disk

2001-05-11 Thread Sven Neumann
Hi, Stewart John Moorehead [EMAIL PROTECTED] writes: I am writing an application where I draw some data to the screen using gdk_draw_gray_image(). The data is stored in a 2D array of unsigned chars. I then draw overtop of this using gdk_draw_line(). This works fine and everything displays

Re: GTK adn Glib

2001-05-11 Thread Sven Neumann
Hi, PCc0d3r [EMAIL PROTECTED] writes: I downloaded the 1.2.8 version of the gtk and glib. Firstly i compiled glib succesfully. Then i tried to compile gtk too. When i typed configure command it is always giving me cannot find glib-conf and glib. But i installed glib to /usr/local/lib/glib/

Re: gtk-scrollbar bug with gtk-xemacs

2001-05-11 Thread Havoc Pennington
Rene Rebe [EMAIL PROTECTED] writes: I looked into XEmacs and gtk+ source - but can't figure out what might be wrong. The gtkscrollbar.c in gtk+ has not changed ... . bugzilla.gnome.org has a bug filed against GTK for this. The bug speculates that XEmacs is not guaranteeing that

Porting to gtk 1.3.5

2001-05-11 Thread monkeyiq
Hi, I know that gtk2 is not a stable API at current. Though it would be better to wait, I don't know that I will have the time to code when gtk2 is out, so I am doing it now in the hopes that the API doesn't change that much between now and then. I have gevas almost ported to 1.3.5, I suspect

Re: gtk compilation error for AIX

2001-05-11 Thread Valdis . Kletnieks
On Thu, 10 May 2001 16:58:13 CDT, Shantala Gopala Krishna [EMAIL PROTECTED] said: ld: 0711-781 ERROR: TOC overflow. TOC size: 78556 Maximum size: 65536 Could anyone help me on this? Adding -bbigtoc to your link flags should fix this. Also, I downloaded the gtk/glib source file

Re: Porting to gtk 1.3.5

2001-05-11 Thread Havoc Pennington
monkeyiq [EMAIL PROTECTED] writes: I know that gtk2 is not a stable API at current. Though it would be better to wait, I don't know that I will have the time to code when gtk2 is out, so I am doing it now in the hopes that the API doesn't change that much between now and then. I have

Re: Porting to gtk 1.3.5

2001-05-11 Thread monkeyiq
Havoc Pennington [EMAIL PROTECTED] writes: monkeyiq [EMAIL PROTECTED] writes: I know that gtk2 is not a stable API at current. Though it would be better to wait, I don't know that I will have the time to code when gtk2 is out, so I am doing it now in the hopes that the API doesn't

Re: ./configure (compiling of glib)

2001-05-11 Thread alexus
i already figure it out some other way thanks for your help though i'm using BSD - Original Message - From: Vlad Harchev [EMAIL PROTECTED] To: alexus [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, May 10, 2001 3:19 AM Subject: Re: ./configure (compiling of glib) On Wed, 9

Re: Porting to gtk 1.3.5

2001-05-11 Thread Havoc Pennington
monkeyiq [EMAIL PROTECTED] writes: All I get is: ... GRuntime-CRITICAL **: file gparamspecs.c: line 1465 (g_param_spec_enum): assertion `g_enum_get_value (enum_class, default_value) != NULL' failed Well, the lesson is, always debug the first warning first. The BadMatch is probably just a

whither gnome_program_init ?

2001-05-11 Thread Bill Haneman
Hi Folks: I have been hunting for gnome_program_init and can't seem to find where it has gone. I am also wondering if it or something like it is consistently called in all GTK+ programs (not just those that use gnome-libs) ? The follow-on to this is that we'd like to export application-name

Re: Compilation under Linux

2001-05-11 Thread Maher Awamy
Are you sure those are backticks between the comand `` is what you shuold use not single quotes.. Maher On Fri, 11 May 2001 19:24:05 +0100, Paulo Jorge de Oliveira Cantante de Matos said: Hi, I've been developing under Windows and everything was ok, when I get to try compilation under

Re: Compilation under Linux

2001-05-11 Thread Paulo Jorge de Oliveira Cantante de Matos
That's it then, thx... Maher Awamy wrote: Are you sure those are backticks between the comand `` is what you shuold use not single quotes.. Maher On Fri, 11 May 2001 19:24:05 +0100, Paulo Jorge de Oliveira Cantante de Matos said: Hi, I've been developing under Windows and