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

2003-12-17 Thread busmanus
busmanus wrote: I should have closed this thread long ago, it's about two weeks or more that I finished installing the new gtk (I finally got v2.2.4). ... some files of Xft1 remained even after installing the new version, because they caused no name conflict. So I made a big cleanup, which

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

2003-10-21 Thread Olexiy Avramchenko
busmanus wrote: Hi, I downloaded and compiled pango-1.2.5, but it didn't help in itself, althogh I haven't tried out every possibility with it yet. I still have a suspicion that it's really Xft that I messed up things with. I'd like to ask, what version of fontconfig and Xft is considered to

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

2003-10-18 Thread busmanus
Olexiy Avramchenko wrote: If my memory is not lying I had a similar problem some time ago - the reason was freetype library. I had a new headers and lib in /usr/X11R6 and old ones in /usr. Check this out and remove old version. Hope this help. I eventually managed to run a succesful

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

2003-10-18 Thread Sven Neumann
Hi, busmanus [EMAIL PROTECTED] writes: Here's what's inside my (automatically generated) pangoxft.pc: prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: Pango Xft Description: Xft font support for Pango Version: 1.2.0 Requires: pango

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

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: gtk+-2.2.0 ./configure error about pango 1.2.0

2003-10-16 Thread busmanus
Sven Neumann wrote: Hi, busmanus [EMAIL PROTECTED] writes: When I am trying to configure the source code of gtk+-2.2.0, Is there a special reason you are compiling gtk+-2.2.0 instead of the newer gtk+-2.2.4? You should always use the latest released versions in the stable series

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

2003-10-16 Thread Sven Neumann
Hi, busmanus [EMAIL PROTECTED] writes: The download page still shows version 2.2.0 as the latest stable version, at least that's what I made out of it. What page is that? http://gtk.org/download/ says 2.2 is the latest version and it links to ftp://ftp.gtk.org/pub/gtk/v2.2/. At the beginning

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

2003-10-16 Thread Olexiy Avramchenko
busmanus wrote: When I am trying to configure the source code of gtk+-2.2.0, I get the following error: checking X11/extensions/XShm.h... yes checking Pango flags... -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/local/include/glib-2.0

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

2003-10-16 Thread busmanus
Sven Neumann wrote: Hi, busmanus [EMAIL PROTECTED] writes: I did take a look, but it wasn't written in a language I understand. I cannot quote it in now, but when I do, I'd like to know, if I can send the whole file, or I'll have to try to find the sections in it that may be of

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

2003-10-16 Thread Sven Neumann
Hi, busmanus [EMAIL PROTECTED] writes: I definitely won't, when I asked this question, I didn't realize it was 43 kB. Anyway, I had another look at the config.log and it makes some more sense now, but I'll need some help all the same. Here's what seems like the key to the problem:

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

2003-10-16 Thread busmanus
Hi Sven Neumann wrote: 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 without it. It's in

gtk+-2.2.0 ./configure error about pango 1.2.0

2003-10-15 Thread busmanus
When I am trying to configure the source code of gtk+-2.2.0, I get the following error: checking X11/extensions/XShm.h... yes checking Pango flags... -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include

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

2003-10-15 Thread Sven Neumann
Hi, busmanus [EMAIL PROTECTED] writes: When I am trying to configure the source code of gtk+-2.2.0, Is there a special reason you are compiling gtk+-2.2.0 instead of the newer gtk+-2.2.4? You should always use the latest released versions in the stable series (glib-2.2.3, pango-1.2.5,