Re: Build on Solaris as non-root

2002-04-30 Thread Erwann Chenede
Hi Robert, Try setting your CPPFLAGS and CFLAGS to something like this : CPPFLAGS=-I/home/rlugg/include CFLAGS=-g -I/home/rlugg/include before running autogen.sh or configure HTH, Erwann From: Robert Lugg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Build on Solaris as non-root

Re: no more GTK_CHECK_CAST in newly written code?

2002-04-30 Thread Sven Neumann
Hi, Kang Jeong-Hee [EMAIL PROTECTED] writes: I've found gtktypeutils.h define GTK_CHECK_CAST with comment of /* glib macro wrappers (compatibility) */. is that meaning I'd better not to use SOME_CHECK_CAST, but to use directly G_TYPE_CHECK_INSTANCE_CAST? for example, GStreamer do

atk-1.0.0 compile error

2002-04-30 Thread Josef Oswald
Hi :-) This is the situation: I need to install GTK+ of course it depends on some other packages, (this is on a Debian box upgraded from Progeny) now I installed all additional stuff in /usr/local/lib to keep with this tradition glib-2.0.0 was also installed there, yet ./configure in

Re: atk-1.0.0 compile error

2002-04-30 Thread [EMAIL PROTECTED]
./configure --prefix=/usr/local may work when you compile. Do you installed pkg-config properly? It should work if you just invoke it with: pkg-config --list-all should display at least one line with glib-2.0GLib - C Utility Library Pascal -- Initial message ---

Annoying space to right of GtkCheckButtons

2002-04-30 Thread Graham Ashton
Hi. Is is possible to remove the space that appears to the right of a GtkCheckButton? I want to create a standalone GtkCheckButton (i.e. without a label next to it), that doesn't have any more space on it's right than on it's left. I'm creating the widgets with gtk_check_button_new(). Example

Annoying space ... (attachment)

2002-04-30 Thread Graham Ashton
Oops. Here's the attachment. -- Graham Ashton #include gtk/gtk.h void CloseTheApp ( GtkWidget * window, gpointer data ) { gtk_main_quit (); } gint main ( gint argc, gchar * argv[] ) { GtkWidget * window; GtkWidget * button; GtkWidget * hbox; gtk_init ( argc, argv ); /*

Bus error when compiling gtk+-2.0

2002-04-30 Thread Florent PEYRAUD
Hello I'm dealing with upgrading from GTK+-1.2 to GTK+-2.0.2 at work (Solaris 8) and I'm encontering an issue at compiling time : Everything seem to be OK in the ./configure phase when doing the make command, the compilation starts. Then when trying to compile gtk stock-icon, I get a error

Where is the GTK 1.2 Tutorial?

2002-04-30 Thread Preben Randhol
I cannot find the GTK 1.2 Tutorial anymore only the GTK 2.0, but as I have not switch and won't before there are some binaries out for Linux and Windows (hopefully) I need a copy of the old tutorial. Does anybody know a site that still has it or does somebody have a copy? Thanks in advance

How to *not* destroy widgets after gtk_main_quit

2002-04-30 Thread Frank Boehme
Hi, This must have been answered before but I cannot find the right poiters in the dox or the mailing list archive. Sorry if this is an obvious FAQ. I am not a fluent gtk programmer. I am writing a framework in GNU-Eiffel using the EXG bindings to gtk. But my question only concerns gtk. It is

GtkCellRenderer does not update

2002-04-30 Thread David Emory Watson
Neither of the two calls below cause the cell renderer to update itself. Is this a bug in gtk or do I need to do something to explicit to get the cells to update? GtkCellRendererText *file_name_cell; ... g_object_set (file_name_cell, scale,

Re: atk-1.0.0 compile error

2002-04-30 Thread Josef Oswald
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: ./configure --prefix=/usr/local may work when you compile. Do you installed pkg-config properly? It should work I did not install it manually it was installed when I got Progeny Debian, and since then I upgraded it to woody. if you just invoke it

Re: atk-1.0.1 compile error

2002-04-30 Thread Valdis . Kletnieks
On Mon, 29 Apr 2002 20:09:09 +0200, Linux User [EMAIL PROTECTED] said: checking for GLIB - version = 2.0.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually

Re: atk-1.0.1 compile error

2002-04-30 Thread Josef Oswald
Hi :-) [EMAIL PROTECTED] writes: On Mon, 29 Apr 2002 20:09:09 +0200, Linux User [EMAIL PROTECTED] said: checking for GLIB - version = 2.0.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the ***

Re: atk-1.0.0 compile error

2002-04-30 Thread Pascal Ognibene
Josef Oswald wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: ./configure --prefix=/usr/local may work when you compile. Do you installed pkg-config properly? It should work I did not install it manually it was installed when I got Progeny Debian, and since then I upgraded it to