RE: Pango problem with 16-bit character?

2009-12-05 Thread Ian
> -Original Message- > From: Ian > Sent: Saturday, December 05, 2009 4:51 PM > > I seem to have uncovered a problem with Pango's handling of 16-bit UTF8 > characters in certain circumstances. Or not > the double-left facing chevron character (ASCII 171 or 0xab). I was in error there - i

Pango problem with 16-bit character?

2009-12-05 Thread Ian
Hi, I seem to have uncovered a problem with Pango's handling of 16-bit UTF-8 characters in certain circumstances. I have a program that displays the content of a text file in a GtkLabel, and although the content of the text file is mostly ASCII there is one extended-ASCII character that appears a

Re: GTK/Pango problem?

2007-05-10 Thread Yeti
On Thu, May 10, 2007 at 05:58:19PM -0400, Williams, Jacob A CTR USA 116th (PEROT) wrote: > > I am running RHEL 3 on several systems (no GTK2) and wanted GTK2 support > for some of my apps. I compiled all the requisite software originally > to be in /opt/ on my local machine and everything works

GTK/Pango problem?

2007-05-10 Thread Williams, Jacob A CTR USA 116th \(PEROT\)
If this isn't the correct list for this, can someone please point me in the right direction? Thanks. I am running RHEL 3 on several systems (no GTK2) and wanted GTK2 support for some of my apps. I compiled all the requisite software originally to be in /opt/ on my local machine and everything wo

Re: pango problem

2006-09-07 Thread Sergei Steshenko
--- pierre lyons <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem getting gtk 2.8.18 to compile. I'm stuck right at > ./configure. > It's telling me: > > checking Pango flags... configure: error: > *** Pango not found. Pango built with Cairo support is required > *** to build

Re: pango problem

2006-09-07 Thread Chris Vine
On Tuesday 05 September 2006 22:01, pierre lyons wrote: > Hi, > > I'm having a problem getting gtk 2.8.18 to compile. I'm stuck right at > ./configure. It's telling me: > > checking Pango flags... configure: error: > *** Pango not found. Pango built with Cairo support is required > *** to buil

pango problem

2006-09-06 Thread pierre lyons
Hi, I'm having a problem getting gtk 2.8.18 to compile.  I'm stuck right at ./configure. It's telling me: checking Pango flags... configure: error: *** Pango not found. Pango built with Cairo support is required *** to build GTK+. See http://www.pango.org for Pango information. So it looks like

Re: that old pango problem

2005-07-17 Thread J. Ali Harlow
On 17/07/05 13:48:21, john q public wrote: Trust me folks Ive tried googling and archive searching till I can't take any more. I even checked a bug tracker that claimed it was "RESOLVED" thats fine but there was no patch and no suggestions, not very helpful in the end so could someone please

that old pango problem

2005-07-17 Thread john q public
Trust me folks Ive tried googling and archive searching till I can't take any more. I even checked a bug tracker that claimed it was "RESOLVED" thats fine but there was no patch and no suggestions, not very helpful in the end so could someone please either find me a cheap copy of XP on E-bay or

can't compile pango - problem with glib-mkenums?

2005-02-23 Thread Dan Nicholson
I'm trying to compile pango-1.4.1, but immediately get build errors when it calls glib-mkenums. I just build glib-2.4.8 and make check passed all tests. Disabling Xft didn't change anything, but I don't think that's an issue. By the way, I've been compiling with CFLAGS="-mcpu=v9 -O2" since I'm u

Re: Pango problem

2003-02-10 Thread Valdis . Kletnieks
On Mon, 10 Feb 2003 10:38:35 EST, george young <[EMAIL PROTECTED]> said: > I have the exact same problem. The set_usize (or in gtk2, set_size_request() ) of > extents.width works ok on my linux box, but fails on Windows/Exceed and Mac > X-servers. I wonder if the xserver is substituting some o

Re: Pango problem

2003-02-10 Thread george young
On 07 Feb 2003 18:34:44 +0100 Bernd Demian <[EMAIL PROTECTED]> wrote: > Am Fre, 2003-02-07 um 18.07 schrieb Paul Davis: > > > set_width_chars has nothing to do with *visual* appearance. it limits > > the number of chars that can be entered into the entry. > > > > see my recently posted set_usize

Re: Pango problem

2003-02-07 Thread Bernd Demian
Am Fre, 2003-02-07 um 18.07 schrieb Paul Davis: > set_width_chars has nothing to do with *visual* appearance. it limits > the number of chars that can be entered into the entry. > > see my recently posted set_usize_to_display_given_text() for how to do > this without pango, then think about how b

Re: Pango problem

2003-02-07 Thread Paul Davis
>I wrote this in the past, but nobody can help me. So I try again, >because this is for us very important. >In dialogs we use gtk_entry_set_width_chars(GTK_ENTRY(entry),length) and >mono spaced fonts like courier 12 to told the entry the visible lenght. >With Linux all is ok. When we start the appl

Pango problem

2003-02-07 Thread Bernd Demian
Hello all, I wrote this in the past, but nobody can help me. So I try again, because this is for us very important. In dialogs we use gtk_entry_set_width_chars(GTK_ENTRY(entry),length) and mono spaced fonts like courier 12 to told the entry the visible lenght. With Linux all is ok. When we start th

pango problem....

2002-11-18 Thread FMorales
Hey all, i posted before about not getting GTK+2.0 to work. And the 2 error's i was getting "Subject : GTK+ 2.0.2 problem" I haden't seen any response, nor found a place explaning anything so i thought i'd rebuilt it. This time i installed Xft with the freetype package, and tried rebuilding