RE: why is gtk install so difficult?

2003-10-17 Thread Murray . Cumming
From: Tara Milana [mailto:[EMAIL PROTECTED] On 2003.10.16 01:43 [EMAIL PROTECTED] wrote: From: Tara Milana [mailto:[EMAIL PROTECTED] What if, for example, if a packaged GTK+ 2 was compiled for, say, a glibc 2.2 system and someone with a glibc 2.0 system could still run GTK+ 2 if

Re: gtk+-2.2.0 ./configure error about pango 1.2.0

2003-10-17 Thread Sven Neumann
Hi, busmanus [EMAIL PROTECTED] writes: Looks like for whatever reason libexpat (used by fontconfig) is not found in your library search path. What does that mean? Fontconfig must have found it during compilation, because the reason I installed expat was fontconfig refusing to compile

Using gtk_widget_set_extension_events() for a button?

2003-10-17 Thread David Bourguignon
Hi all, I'm trying to get extension events information from a button widget. This is useful, for example, to know which input device caused the button to emit a button_press_event signal. To test this feature, I modified the scribble-xinput.c example given with the distribution by adding

Re: gtk+-2.2.0 ./configure error about pango 1.2.0

2003-10-17 Thread busmanus
Sven Neumann wrote: Hi Does 'ldconfig -v' list libexpat ? Does 'nm -D /usr/lib/libexpat.so' list the symbols that were shown to be missing in config.log? The answer is yes to both questions. I have one idea though why this might have happened: I installed expat first from the sources found in

Re: Using gtk_widget_set_extension_events() for a button?

2003-10-17 Thread Owen Taylor
On Thu, 2003-10-16 at 22:56, David Bourguignon wrote: Hi all, I'm trying to get extension events information from a button widget. This is useful, for example, to know which input device caused the button to emit a button_press_event signal. To test this feature, I modified the

Re: Using gtk_widget_set_extension_events() for a button?

2003-10-17 Thread David Bourguignon
Owen Taylor wrote: Not all widgets honor gtk_widget_set_extension_events(). If you look at the code for gtk_widget_realize(), you'll see how it is handled there. This default realize() handler is inherited by GtkDrawingArea, but most widgets aren't going to do anything with it. Indeed, it is

gtk+2.2.4: text display problem...

2003-10-17 Thread gael . eveno
Hello! I'm a newby with gtk+2 I've compiled: freetype 2.1.5 fontconfig 2.2.0, pango 1.2.5, glib 2.2.3, gtk+ 2.2.4, and when I try its tests, for example ./simple, that should display a button hello world but I can only see [EMAIL PROTECTED]@@o. All texts are wrongs. I can only read

Re: why is gtk install so difficult?

2003-10-17 Thread Tara Milana
On 2003.10.17 01:33 [EMAIL PROTECTED] wrote: Hi, yes it is likely. Can you give me some more information? Is it likely on debian or Redhat, for instance? When/where have you seen such a problem? Dear Murray, Yes it is likely in all of the above, and in additional cases too. For example

Re: why is gtk install so difficult?

2003-10-17 Thread Michael Torrie
On Fri, 2003-10-17 at 18:49, Tara Milana wrote: instance? When/where have you seen such a problem? Dear Murray, Yes it is likely in all of the above, and in additional cases too. For example Red Hat 6.x users. Tara, can you be more specific? What we're really asking, is what distro are