Re: [Fwd: Re: Still have pb installing gtk+2.2]

2003-12-06 Thread Alain D'eurveilher
Ok, actually... I should look at the MINOR MAJOR lines Ok, i have the 0.2 version of render.. about xrender, i still don't know... I think I shoul install them anyway. But do I just need to install those two libs or all the Xserver ?? AlaiN. --- > And.. I d

Re: [Fwd: Re: Still have pb installing gtk+2.2]

2003-12-06 Thread Alain D'eurveilher
And.. I don't know if it helps to know about the versions, but I did this: % more /usr/X11R6/include/X11/extensions/render.h /* * $XFree86: xc/include/extensions/render.h,v 1.4 2001/08/16 08:03:25 keithp Exp $ * (...) and : % more /usr/X11R6/include/X11/extensions/xrender.h /* * $XFree86: xc

Re: [Fwd: Re: Still have pb installing gtk+2.2]

2003-12-06 Thread Alain D'eurveilher
--- > Alain D'eurveilher wrote: > > > Hi, > > > > I'm trying to install gtk+2.2. > > i already installed > > pkg-config 0.9.0 > > freetype 2.1.5 (but % freetype-config --versionreturns 9.4.3 : > > why ???!) > > and now i'm trying to install > > fontconfig 2.2.0 > > > > The >

Re: glib 2.2.3 compile failure

2003-12-06 Thread David Ellement
On 2003-11-23, I wrote > I'm trying to compile glib 2.2.3 on HP-UX 11.11. The compile fails in > glib/libcharset with this error: > > /bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -Wl,+s \ > -L/home/e/l/ellement/usr/lib -o libcharset.la localcharset.lo -lintl > false cru .li

[Fwd: Re: Still have pb installing gtk+2.2]

2003-12-06 Thread busmanus
Original Message Subject: Re: Still have pb installing gtk+2.2 Date: Sat, 06 Dec 2003 16:54:52 +0100 From: busmanus <[EMAIL PROTECTED]> To: Alain D'eurveilher <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Alain D'eurveilher wrote: Hi, I'm trying to install gtk+2.2. i alr

[Fwd: Re: Still have pb installing gtk+2.2]

2003-12-06 Thread busmanus
Original Message Subject: Re: Still have pb installing gtk+2.2 Date: Sat, 06 Dec 2003 16:38:25 +0100 From: busmanus <[EMAIL PROTECTED]> To: Alain D'eurveilher <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Alain D'eurveilher wrote: Hi, I'm trying to install gtk+2.2. i alre

Re: Pango without X display/gtk_init()?

2003-12-06 Thread W. Borgert
On Mon, Dec 01, 2003 at 01:35:29PM +0100, Sven Neumann wrote: > You could be using the PangoFT2 backend to render your fonts. You > don't need to call gtk_init() then. Thanks, this seems to work! I just need to call g_type_init(). Now I can run dia w/o a DISPLAY. Cheers, -- W. Borgert <[EMAIL

deleting text in a text view

2003-12-06 Thread Carl B. Constantine
I'm probably using the wrong widget for this, but never-the-less. I have a GtkTextView in a window used for data entry into a database. The text typed in the view gets put in the database no problem, but once the data entry has occurred, I want to clear the view so that the next screen of data can