Re: g_filename_to/from_utf8()

2004-02-02 Thread Sven Neumann
Hi, Egon Andersen [EMAIL PROTECTED] writes: I've had some problems with g_filename_to/from_utf8(). The encoding of the returned string depends on the encoding of your locale but only if you have the environment variable G_BROKEN_FILENAMES set. Sven

Re: glib-2.2.3 vs. pkgconfig-0.15.0

2004-02-02 Thread Aaron Neerenberg
Pavel- I think I may know what is happening to you, having run into this issue with the 2.2.2 series. It looks like, to me, that you have different versions of glib installed in different places. At a guess, I'd say that you have the 2.2.3 version installed in a nonstandard location, and have

g_filename_to/from_utf8()

2004-02-02 Thread Egon Andersen
Hi, I've had some problems with g_filename_to/from_utf8(). On a Linux RH7.3 g_filename_from_utf8() returns an utf8 string i.e. not converted. RH7.3 do not use utf8 as its native file name representation. On a Linux RH9 g_filename_from_utf8() returns an iso-8859-1 string (atleast it looks like

Re: Symbology and annotations on top of my images.

2004-02-02 Thread weasel
[EMAIL PROTECTED] wrote: Hi Amit, Have a look at my application called giv, which does exactly this (except for the dragging part). It is built around my widget GtkImageViewer, which you can also use yourself if giv isn't general enough for you. Wow, talk about blast from the past...hehe

Strange font display

2004-02-02 Thread Dennie, Brooke
Hi all, I'm not sure if this is a gtk, gnome, or messed up system in general problem, but any pointers at all would be greatly appreciated! I'm working with getting the chars of an iso8859-1 font to display in any of the text widgets. I've gotten all of them working by using g_convert, EXCEPT

Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr
Hola! I'm trying to compile a static version of gtk+ 2.2.4 under RedHat 7.3, using gcc 2.9.6. I've used ./configure --enable-static=gtk+, and have PKG_CONFIG=/usr/local/bin/pkg-config PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig/:/usr/X11R6/lib/pkgconfig

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Aaron Neerenberg
OK. If you are using --enable-static, then you will probably want to tell the build system what types of image loaders to compile in statically. I use the following, but if you are only worried about png support, you can trim the list down to just png:

Re: g_filename_to/from_utf8()

2004-02-02 Thread Egon Andersen
Sven Neumann wrote: Hi, Egon Andersen [EMAIL PROTECTED] writes: I've had some problems with g_filename_to/from_utf8(). The encoding of the returned string depends on the encoding of your locale but only if you have the environment variable G_BROKEN_FILENAMES set. Okay, this gave me some info

Re: g_filename_to/from_utf8()

2004-02-02 Thread Owen Taylor
On Mon, 2004-02-02 at 15:25, Egon Andersen wrote: Sven Neumann wrote: Egon Andersen [EMAIL PROTECTED] writes: I've had some problems with g_filename_to/from_utf8(). The encoding of the returned string depends on the encoding of your locale but only if you have the environment

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Aaron Neerenberg
Hmm. I took a look at my makefiles. You might try also using the --disable-modules flag to configure. If it helps any, I call configure as follows (note: this is being done from within a wrapper makefile.): ${TOOL}: echo Installation location will be ${INSTALL_PATH} tar -xvf

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr
On Mon, 2 Feb 2004, Aaron Neerenberg wrote: Hmm. I took a look at my makefiles. You might try also using the --disable-modules flag to configure. If it helps any, I call configure as follows (note: this is being done from within a wrapper makefile.): ${TOOL}: echo Installation

Re: g_filename_to/from_utf8()

2004-02-02 Thread Egon Andersen
Owen Taylor wrote: On Mon, 2004-02-02 at 15:25, Egon Andersen wrote: Sven Neumann wrote: Egon Andersen [EMAIL PROTECTED] writes: I've had some problems with g_filename_to/from_utf8(). The encoding of the returned string depends on the encoding of your locale but only if you have the

Re: g_filename_to/from_utf8()

2004-02-02 Thread Owen Taylor
On Mon, 2004-02-02 at 17:24, Egon Andersen wrote: On RH9: locale gives LANG=en_DK.UTF-8 LC_CTYPE=en_DK.UTF-8 LC_NUMERIC=en_DK.UTF-8 LC_TIME=en_DK.UTF-8 LC_COLLATE=en_DK.UTF-8 LC_MONETARY=en_DK.UTF-8 LC_MESSAGES=en_DK.UTF-8 LC_PAPER=en_DK.UTF-8 LC_NAME=en_DK.UTF-8

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr
Hrm. It looks like somewhere in my meandering, /usr/local/lib fell out of my LD_LIBRARY_PATH. Adding it back in seems to have cleared this up. cheers! On Mon, 2 Feb 2004, Gwendolynn ferch Elydyr wrote: On Mon, 2 Feb 2004, Aaron Neerenberg wrote: Hmm. I took a look at my makefiles. You

Re: g_utf8_collate on windows

2004-02-02 Thread busmanus
Jiri Pavlovsky wrote: Hi, The expected behaviour is to discard the accents when sorting (this happens on Linux for example). What does that mean? That's not what e.g. I would expect, if I understand the operation correctly. Isn't it something, where the expected behaviour is largely dependant on

Re: glib-2.2.3 vs. pkgconfig-0.15.0

2004-02-02 Thread busmanus
[EMAIL PROTECTED] wrote: You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, This may mean something like this: LD_LIBRARY_PATH=/usr/local/lib:/usr/lib ./configure Modify it according to your system. busmanus

Re: Static compile of gtk+-2.2.4 on RH7.3

2004-02-02 Thread Gwendolynn ferch Elydyr
... and replying to my own message again, no - it's not cleared up at all, but runing make again, without doing a make clean results in things just picking up and keeping right on going, happily. This makes me nervous, and I'm wondering how worried I should be. cheers! On Mon, 2 Feb 2004,

Lost text [still Re: Static compile of gtk+-2.2.4 on RH7.3]

2004-02-02 Thread Gwendolynn ferch Elydyr
On Mon, 2 Feb 2004, Gwendolynn ferch Elydyr wrote: ... and replying to my own message again, no - it's not cleared up at all, but runing make again, without doing a make clean results in things just picking up and keeping right on going, happily. This makes me nervous, and I'm wondering how

GTK Warning

2004-02-02 Thread Steve Slade
Hello, I'm very new to the world of UNIX having been introduced through my recent purchase of OS X. I am trying to find alternatives to programs such as Photoshop and Dreamweaver. I found the Gimp and Bluefish. I downloaded Fink and began installing GTK, Gimp, and Bluefish. I loaded the

restricting data entry (filters?)

2004-02-02 Thread Carl B. Constantine
I posted a note a while back about adding an input filter to a GtkEntry widget. I recieved a couple of responces, but I don't think they are what I need. I want the user to only be able to type numbers in a GtkEntry field. I don't want to have to check the value after the fact. One person came up

Re: restricting data entry (filters?)

2004-02-02 Thread Russell Shaw
Carl B. Constantine wrote: I posted a note a while back about adding an input filter to a GtkEntry widget. I recieved a couple of responces, but I don't think they are what I need. I want the user to only be able to type numbers in a GtkEntry field. I don't want to have to check the value after

Re: restricting data entry (filters?)

2004-02-02 Thread Vincent Torri
Carl B. Constantine wrote: I posted a note a while back about adding an input filter to a GtkEntry widget. I recieved a couple of responces, but I don't think they are what I need. I want the user to only be able to type numbers in a GtkEntry field. I don't want to have to check the