Re: [gtk-osx-users] Setting module_extra_env['pkg-config'] discussion.

2022-01-15 Thread john
> On Jan 15, 2022, at 7:46 AM, Pascal wrote: > > Hello, > > JHbuildrc line 622 is: > module_extra_env['pkg-config'] = {'PYTHON':sys.executable} > (https://gitlab.gnome.org/GNOME/gtk-osx/-/blob/master/jhbuildrc-gtk-osx#L622) > > This overrides the previous line 3

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-26 Thread narcisse doudieu siewe
:  On 23.01.2014 12:07, Tarnyko wrote: Legorol writes: On the Windows 32-bit download page (http://www.gtk.org/download/win32.php), under the GTK+ 3.x heading, various other third party software are listed. One of those is pkg-config version 0.28.  Two download options are available: Tool or Sources

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-26 Thread Tarnyko
/ . Regards, Tarnyko       Le Jeudi 23 janvier 2014 15h12, Tarnyko tarn...@tarnyko.net a écrit :   Thank you both for your explanations.  A new pkg-config-dev package is now available on http://www.gtk.org/download/win32.php (and win64.php). It contains pkg.m4 and the man page

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-25 Thread narcisse doudieu siewe
23 janvier 2014 15h12, Tarnyko tarn...@tarnyko.net a écrit : Thank you both for your explanations. A new pkg-config-dev package is now available on http://www.gtk.org/download/win32.php (and win64.php). It contains pkg.m4 and the man page, just as the previous version did. I will modify

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-25 Thread Tarnyko
Legorol, Legorol writes: Two more issues on the win32 download page for GTK+ 3.x: The libpng 1.5.14 run-time download file from http://win32builder.gnome.org/packages/3.6/libpng_1.5.14-1_win32.zip is garbled. The contents of the zip file is nonsense when opened with Windows 7's built-in zip

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-25 Thread Tarnyko
2014 15h12, Tarnyko tarn...@tarnyko.net a écrit : Thank you both for your explanations. A new pkg-config-dev package is now available on http://www.gtk.org/download/win32.php (and win64.php). It contains pkg.m4 and the man page, just as the previous version did. I will modify the buildenv

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-23 Thread Tarnyko
Hi Legorol, Legorol writes: On the Windows 32-bit download page (http://www.gtk.org/download/win32.php), under the GTK+ 3.x heading, various other third party software are listed. One of those is pkg-config version 0.28. Two download options are available: Tool or Sources. The Tool option

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-23 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23.01.2014 12:07, Tarnyko wrote: Legorol writes: On the Windows 32-bit download page (http://www.gtk.org/download/win32.php), under the GTK+ 3.x heading, various other third party software are listed. One of those is pkg-config version 0.28

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-23 Thread Legorol
On 23.01.2014 12:07, Tarnyko wrote: Legorol writes: On the Windows 32-bit download page (http://www.gtk.org/download/win32.php), under the GTK+ 3.x heading, various other third party software are listed. One of those is pkg-config version 0.28. Two download options are available: Tool

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-23 Thread Tarnyko
Thank you both for your explanations. A new pkg-config-dev package is now available on http://www.gtk.org/download/win32.php (and win64.php). It contains pkg.m4 and the man page, just as the previous version did. I will modify the buildenv to regenerate this package in the next builds

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-23 Thread Legorol
Two more issues on the win32 download page for GTK+ 3.x: The libpng 1.5.14 run-time download file from http://win32builder.gnome.org/packages/3.6/libpng_1.5.14-1_win32.zip is garbled. The contents of the zip file is nonsense when opened with Windows 7's built-in zip handler. The Dev and Sources

pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-22 Thread Legorol
On the Windows 32-bit download page (http://www.gtk.org/download/win32.php), under the GTK+ 3.x heading, various other third party software are listed. One of those is pkg-config version 0.28. Two download options are available: Tool or Sources. The Tool option links to pkg-config_0.28

Re: circular dependency between glib and pkg-config

2011-09-29 Thread stuart
Thanks, Allin. Glib's ./configure --help mentions environment variables PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path ZLIB_CFLAGS C

Re: circular dependency between glib and pkg-config

2011-09-29 Thread Olav Vitters
On Wed, Sep 28, 2011 at 11:52:26PM -0700, stu...@zulazon.com wrote: I think it should be possible for someone unfamiliar with either package to build glib from source after reading INSTALL, before installing pkg-config. Either that, or to install pkg-config before installing glib I guess you

Re: circular dependency between glib and pkg-config

2011-09-29 Thread Simon McVittie
On Wed, 28 Sep 2011 at 23:52:26 -0700, stu...@zulazon.com wrote: CXXCPP C++ preprocessor There are many more like this (CC, LD, CXXFLAGS etc.), but they're standard for all Autotools packages, and none are mandatory. PCRE_CFLAGS C compiler flags for PCRE, overriding pkg-config

Re: circular dependency between glib and pkg-config

2011-09-28 Thread Allin Cottrell
On Tue, 27 Sep 2011, Stuart Ambler wrote: It seems that the pkg-config README in [Ryan Lortie's] message tried to address that, but sorry, I didn't see what zlib had to do with the dependency of glib on pkg-config. (To build pkg-config, you need glib installed already. Note that glib build

circular dependency between glib and pkg-config

2011-09-27 Thread Stuart Ambler
Hi. If no one here has looked into developments with pkg-config 0.26 (see http://comments.gmane.org/gmane.comp.package-management.pkg-config/620 ), I hope someone will. Apparently pkg-config used to contain within it an old version of glib, used mostly for strings, lists, hash tables

Re: circular dependency between glib and pkg-config

2011-09-27 Thread Matthias Clasen
be used by glib as well as other packages written in C that may be unrelated to Gnome.  Or perhaps there's another clean solution. Perhaps the glib and pkg-config developers would come up with a good solution if they communicated; if that hasn't already happened. GLib can be used very easily

Re: circular dependency between glib and pkg-config

2011-09-27 Thread Ryan Lortie
hi Stuart, On Sun, 2011-09-25 at 13:45 -0600, Stuart Ambler wrote: Apparently pkg-config used to contain within it an old version of glib, used mostly for strings, lists, hash tables, and a few other things, that the new version has removed and instead made itself depend on glib. glib

Re: circular dependency between glib and pkg-config

2011-09-27 Thread Stuart Ambler
Thanks Ryan, For those who want to read quickly, the last paragraph mentions what might be a bug in the glib make install, forgotten in my first post. Looking into glib more in response to replies from the list, the dependence of pkg-config on glib seems less like buying a car in order

pkg-config CFLAGS/LIBS ignored in GLIB 2.26.0 build

2010-12-03 Thread Mike
I am attempting to cross-compile GLIB 2.26.0, and it is complaining that it cannot find zlib.h. The configure script is properly finding the correct CFLAGS to include the path to zlib.h using pkg-config, and is storing them in ZLIB_CFLAGS. Now, the problem is that this variable is not used

cmake and pkg-config are not good friends at all

2008-10-21 Thread Pablo Yanez Trujillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'm writting a FindGTK+.cmake module which should set the CFLAGS and LDFLAGS requiered by GTK+ using pkg-config. I have: ... IF(NOT __FIND_GTK_FOUND) MESSAGE( -- GTK+ version ${__FIND_GTK_VERSION_FOUND} found ) SET(FIND_GTK_FOUND

configure:error - atk - pkg-config-glib-1.2.8

2008-10-17 Thread Embiza Tadesse
Hello ladies and gentle men. I configure --make--make installed the following packages in order successfully: zlib-1.2.3 libpng-1.2.18 libiconv-1.11.1 pkg-config-0.22 m4-1.4.11 --autoconf-2.63 --automake-1.10.1 --libtool-2.2.4 --fontconfig-2.4.2 --freetype-2.3.5 --pixman-0.10.0 --cairo-1.6.4

gtk-config pkg-config

2008-04-30 Thread 冯志胜
with the option -qpl, there's no information about where gtk-config is installed. Of couse, pkg-config works well. It is a good idea to write a perl script nammed gtk-config ,but I donnot know how to. May I do a link to pkg-config, or other? why not let the gtk2.0 compatible with the gtk1.2

Re: gtk-config pkg-config

2008-04-30 Thread 冯志胜
got a lot of problems: run the configure script, it tell me cannot find gtk-config; I installed gtk1.2 and glibc1.2 from the FedoraCore8 disk, it still cannot find. and I run with the option -qpl, there's no information about where gtk-config is installed. Of couse, pkg-config works well

Package pixman-1 was not found in the pkg-config search path.

2008-04-22 Thread zengqiang
Hi,I have been trying to use GTK+ in MinGW with MSYS. when i input $ pkg-config --cflags gtk+-2.0 i get 'Package pixman-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `pixman-1.pc' to the PKG_CONFIG_PATH environment variable Package 'pixman-1

Re: Package pixman-1 was not found in the pkg-config search path.

2008-04-22 Thread Tor Lillqvist
Already replied on the mingw-users list, and also to the cairo list, but OK, let's reply on this list, too: I think the correct thing is here for me to remove the requirement for pixman from the cairo.pc I distribute in the cairo-dev-1.6.4 package (zipfile). You don't really need anything

[WWW] Broken link to pkg-config

2008-02-09 Thread Bastiaan Veelo
Hi, On http://www.gtk.org/download-windows.html the links to pkg-config are broken. Tor Lillqvist seems to only distribute version 0.20, not 0.23. regards, Bastiaan. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

Re: [WWW] Broken link to pkg-config

2008-02-09 Thread Tor Lillqvist
On http://www.gtk.org/download-windows.html the links to pkg-config are broken. Fixed now. --tml ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: pkg-config availability

2007-10-03 Thread Yeti
On Tue, Oct 02, 2007 at 04:10:13PM +0200, Willem Ferguson wrote: Dunno where to find pkg-config in order to install GTK+. The dependencies folder in the GTK FTP site does not exist. Can anyone help, by any chance? Google, for instance? http://google.com/search?q=pkg-configbtnI Yeti

RE: Trouble getting pkg-config to work in Windows

2007-06-11 Thread Tor Lillqvist
The next steps are to figure out how to create projects from withing Dev-C++ that do not create console windows in addition to the window I create I do not want to work in a GUI -- I prefer to write code I sense an inconsistency here. If you don't want to work in a GUI, why do you keep

RE: Trouble getting pkg-config to work in Windows

2007-06-11 Thread Tor Lillqvist
I wrote Read up on the difference between console a GUI applications from the mailing list archives. This has been described time and time again on this and other GTK+ lists. See for instance: http://mail.gnome.org/archives/gtk-app-devel-list/2006-December/msg00042.html and

RE: Trouble getting pkg-config to work in Windows

2007-06-11 Thread Stewart Weiss
Richard, What player did you use on Windows XP? -Original Message- From: Richard Gipps [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 1:38 AM To: Stewart Weiss Cc: Yesudeep; gtk-list@gnome.org Subject: Re: Trouble getting pkg-config to work in Windows Stewart Weiss

RE: Trouble getting pkg-config to work in Windows

2007-06-11 Thread Stewart Weiss
Both of the suggestions below worked. The command editbin /SUBSYSTEM:WINDOWS executable_file removed the switch in the executable that runs a console window, AND adding the compiler switch -mwindows to the make files created executables w/o console windows. I am new to this user group,

RE: Trouble getting pkg-config to work in Windows

2007-06-10 Thread Stewart Weiss
Yesudeep: Thank you. Using the installers from the installation video to which you sent a link below , I was successful in creating a working GTK+ environment. So far, I have been able to compile successfully in MSys shells, Windows command line, and within Dev-C++. pkg-config finally works

Re: Trouble getting pkg-config to work in Windows

2007-06-10 Thread Richard Gipps
++. pkg-config finally works. The major difference between what did not work and what did work, was that before I was downloading the zip files from the Gimp download site, http://www.gimp.org/~tml/gimp/win32/downloads.html http://www.gimp.org/%7Etml/gimp/win32/downloads.html and unzipping them

RE: Trouble getting pkg-config to work in Windows

2007-06-09 Thread Stewart Weiss
into c:\mingw, as recommended in the http://www.mingw.org/. Using the second method, I installed mingw using the mingw installer, into c:/mingw, and then unzipped all of Tor Lillqvist's zip files into the c:/mingw directory tree. This method fails also. When I run pkg-config, it too fails to find

Trouble getting pkg-config to work in Windows

2007-06-08 Thread Stewart Weiss
I have spent many hours trying to get a version of pkg-config to work properly on my Windows XP system. I have installed GTK+ following instructions in various webpages. In the last attempt, I used http://www.ibiblio.org/apollo/WinGtkHowto.html as my guide. I have downloaded a few versions of pkg

Re: Trouble getting pkg-config to work in Windows

2007-06-08 Thread Yesudeep
Greetings Stewart, On 6/9/07, Stewart Weiss [EMAIL PROTECTED] wrote: I have spent many hours trying to get a version of pkg-config to work properly on my Windows XP system. I have installed GTK+ following instructions in various webpages. In the last attempt, I used http://www.ibiblio.org

Re: Trouble getting pkg-config to work in Windows

2007-06-08 Thread Yesudeep
On 6/9/07, Stewart Weiss [EMAIL PROTECTED] wrote: I have spent many hours trying to get a version of pkg-config to work properly on my Windows XP system. I have installed GTK+ snip A simple search on Google gave me this as the first link: http://www.mingw.org/MinGWiki/index.php/GladeGuide

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-09 Thread Michael Ekstrand
version of GTK configure scripts will find (and therefore applications will attempt to build against), do: pkg-config --modversion gtk+-2.0 This will work on all Unix-ish GTK-supported platforms, provided that pkg-config and GTK+ devel files are installed. - Michael -- Michael Ekstrand Research

Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread ying lcs
to be for this to compile? checking for pkg-config... /usr/bin/pkg-config checking for gtk+-2.0 = 1.3.7... Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found configure

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread Yeti
But when I try to run 'configure' for a program, it can't find gtk+-2.0.pc. Can you please tell me what should I set the PKG_CONFIG_PATH to be for this to compile? checking for pkg-config... /usr/bin/pkg-config checking for gtk+-2.0 = 1.3.7... Package gtk+-2.0 was not found in the pkg

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread Yeti
On Thu, Mar 08, 2007 at 09:53:51PM +0100, David Nečas (Yeti) wrote: RedHat Enhanced Linux 4 (AKA RHEL4) s/Enhanced/Enterprise/ Yeti ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread ying lcs
/lib/pkgconfig:/usr/local/share/pkgconfig/:/usr/share/pkgconfig But when I try to run 'configure' for a program, it can't find gtk+-2.0.pc. Can you please tell me what should I set the PKG_CONFIG_PATH to be for this to compile? checking for pkg-config... /usr/bin/pkg-config checking

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread Yeti
On Thu, Mar 08, 2007 at 03:58:21PM -0600, ying lcs wrote: Let's say I did the step above and install my program correctly. Will the binary of my program (a program build in RHEL4 with 'gtk2-devel') run on a Red Hat Enterprise Linux 4 without 'gtk2-devel'? Yes, it will[*]. Devel mean

Re: Where is the PKG-config files for gtk on Red Hat 4?

2007-03-08 Thread ying lcs
On 3/8/07, David Nečas (Yeti) [EMAIL PROTECTED] wrote: On Thu, Mar 08, 2007 at 03:58:21PM -0600, ying lcs wrote: Let's say I did the step above and install my program correctly. Will the binary of my program (a program build in RHEL4 with 'gtk2-devel') run on a Red Hat Enterprise Linux

Re: pkg-config output on the Windows platform?

2006-11-09 Thread Tor Lillqvist
Can anyone tell me what system pkg-config uses when some/all of the C Preprocessor paths contain spaces? How hard would it be to try yourself? ;) Well, quite hard :-). I would have to download and attempt to build all of GTK and whatever its dependencies are. Not keen

Re: pkg-config output on the Windows platform?

2006-11-09 Thread John Pye
Hi Tor, Tor Lillqvist wrote: Can anyone tell me what system pkg-config uses when some/all of the C Preprocessor paths contain spaces? How hard would it be to try yourself? ;) Well, quite hard :-). I would have to download and attempt to build all of GTK and whatever its

pkg-config output on the Windows platform?

2006-11-08 Thread John Pye
Hi all I am working on some cross-platform problems for the SCons build tool, relating to parsing the output of commands like 'pkg-config' as implemented in GTK and made available under windows as 'pkg-config.exe' in at least some of the binary packages. Can anyone tell me what system pkg-config

Re: pkg-config output on the Windows platform?

2006-11-08 Thread Tor Lillqvist
John Pye writes: Can anyone tell me what system pkg-config uses when some/all of the C Preprocessor paths contain spaces? How hard would it be to try yourself? ;) For example, is it -Lc:\Program Files\GTK\lib or -Lc:\Program Files\GTK\lib or -Lc:\\Program\ Files\\GTK\\lib It turns

Re: pkg-config output on the Windows platform?

2006-11-08 Thread Yevgen Muntyan
John Pye wrote: [snip] Can anyone tell me what system pkg-config uses when some/all of the C Preprocessor paths contain spaces? Apparently you just have to use bugzilla here. On linux, with pkg-config 0.21 the following pkg-config --define-variable=prefix=/foo blah --libs gtk+-2.0

Re: pkg-config --libs gtk+-2.0 omits -mwindows on Windows

2006-09-03 Thread John D. Ramsdell
Tor, I added a section in the README of my GTK+ application that instructs MSYS users to edit their copy of gtk+-2.0.pc, and add in the missing -mwindows option. After that change, the build process on MSYS is the same as it is on all other platforms. This solves my problem. If you write an

Re: pkg-config --libs gtk+-2.0 omits -mwindows on Windows

2006-09-03 Thread Tor Lillqvist
John D. Ramsdell writes: If you write an FLTK application on Linux, and follow the FLTK documentation on how to write build files, the build process for your application is identical on all platforms. The build process might be identical, but the behaviour of apps certainly isn't. I

pkg-config --libs gtk+-2.0 omits -mwindows on Windows

2006-09-01 Thread John D. Ramsdell
The GTK+ 2.0 Tutorial states that the command for compiling the hello world application is: $ gcc -Wall -g helloworld.c -o helloworld \ `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0` but this gives the wrong result when compiling on MSYS with MinGW. The link command for GUI

Re: pkg-config --libs gtk+-2.0 omits -mwindows on Windows

2006-09-01 Thread Tor Lillqvist
don't show up anywhere. Sorry, entering bug reports into the product pkg-config has been disabled. Well, the .pc file in question is part of GTK+, not pkg-config. Anyway, now that the discussion is here on the list, no need to open a bug report against GTK+, I would just resolve it with WONTFIX

Re: pkg-config / glib-config and conflicts

2006-03-21 Thread Murray Cumming
On Mon, 2006-03-20 at 18:13 -0500, craig gtk wrote: Hello, In buildint a gnome from source, some packages expect glib version 1.2 (with the glib-config), and other packages expect to learn about glib 2.6 by calling pkg-config. What is the correct way to resolve the conflict here

pkg-config / glib-config and conflicts

2006-03-20 Thread craig gtk
Hello,In buildint a gnome from source, some packages expect glib version 1.2 (with the glib-config), and other packages expect to learn about glib 2.6 by calling pkg-config. What is the correct way to resolve the conflict here? This seems inappropriate however, as some configure scripts complain

Re: pkg-config / glib-config and conflicts

2006-03-20 Thread Enrico Weigelt
* craig gtk [EMAIL PROTECTED] wrote: In buildint a gnome from source, some packages expect glib version 1.2 (with the glib-config), and other packages expect to learn about glib 2.6 by calling pkg-config. What is the correct way to resolve the conflict here? This seems inappropriate

pkg-config cross compilation

2006-03-07 Thread rakesh p
am trying to cross compile pkg-config.but all the way its ends up with the following error-checking whether we are using the GNU C compiler... (cached) yeschecking whether powerpc-405-linux-gnu-gcc accepts -g... (cached) yeschecking for

[PATH] pkg-config / $PKG_CONFIG fix

2005-09-21 Thread Enrico Weigelt
Hi folks, here's a little fix against configure to use always $PKG_CONFIG for calling pkg-config. I've got two versions, one against 2.6.4, another against 2.8.0. cu -- - Enrico Weigelt== metux IT service phone

pkg-config vs gnome-config

2005-08-02 Thread Mark C. Smith
If this message if out of place or already answered, please point me to the right direction and I'll be more than happy to follow up there. I'm working on an app that uses gtk+-2.0 and a gdk_canvas. 'gnome-config' points to the gtk-1.2 installation and pkg-config leaves out the necessary include

Re: pkg-config vs gnome-config

2005-08-02 Thread Brian J. Tarricone
to the gtk-1.2 installation and pkg-config leaves out the necessary include directories such that I get errors about gnome.h not being found. I'm not finding any .pc files in /usr/lib/pkgconfig that look like their for a standalone gnome app. Do I need to write one? Thanks. Here's what I

pkg-config problem

2005-01-03 Thread garvin riensche
Hi there, I have installed GTK 2.4 and all of the required packages (pango, atk, etc.). The installation worked fine without any errors. But unfortunately there seems to be something wrong with pkg-config because when i compile a simple helloworld.c using pkg-config i get the folowing error

Re: pkg-config problem

2005-01-03 Thread Renato Araujo
hi, Verify if you have the file gdk-x11-2.0.pc in your directory /usr/lib/pkg-config or /usr/local/lib/pkg-config. If no have, try install gtk devel version package. Renato Araujo Brasileiro, forgive me for my english On Mon, 3 Jan 2005 16:39:41 +0100 (MET), garvin riensche [EMAIL

Re: pkg-config

2004-01-30 Thread Serdar Ozgur ATA
Hi again using PATH=$PATH:/usr/local/bin instruction before building glib made me happy. thank you all for your help S..ATA [EMAIL PROTECTED] [EMAIL PROTECTED] Tel : 262 - 648 14 41 ___ gtk-list mailing list [EMAIL PROTECTED]

pkg-config

2004-01-29 Thread Serdar Ozgur ATA
Hi,as an inexperienced person on Linux platform, I try to build glib-2.2.3also gtk+-2.2.3 but I've received the error"pkg-config not found".for this purpose I've downloded these packages- pkgconfig-0.14.0.tar- glib-2.2.3.tar- gtk+-2.2.3.tarand also- atk-1.2.4.tar- pongo-1

Re: pkg-config

2004-01-29 Thread Aaron Neerenberg
Serdar- The reason that setting PKG_CONFIG_PATH=/usr/local/bin isn't working for you is that you need to set PKG_CONFIG when you invoke the configure: sh PKG_CONFIG=/usr/local/bin/pkg-config ./configure The PKG_CONFIG_PATH variable, if you intend to use it, should be set before invoking

Re: pkg-config

2004-01-29 Thread Xavier Ordoquy
Hi. At this point you should use your distribution binary packages. It's a trivial trouble and if you don't know the answer you may think about waiting to get more experience before going further with your own compilation. pkg-config not found means that either you've not installed it correctly

Re: pkg-config

2004-01-29 Thread Sven Neumann
Hi, Serdar Ozgur ATA [EMAIL PROTECTED] writes: as an inexperienced person on Linux platform, I try to build glib-2.2.3 also gtk+-2.2.3 but I've received the error pkg-config not found. You need to make sure pkg-config is in your executable path. Since it was installed to /usr/local/bin, you

Re: pkg-config

2004-01-29 Thread Gene Heskett
On Thursday 29 January 2004 10:49, Sven Neumann wrote: Hi, Serdar Ozgur ATA [EMAIL PROTECTED] writes: as an inexperienced person on Linux platform, I try to build glib-2.2.3 also gtk+-2.2.3 but I've received the error pkg-config not found. You need to make sure pkg-config is in your

Re: pkg-config

2004-01-29 Thread Gene Heskett
On Thursday 29 January 2004 10:10, Serdar Ozgur ATA wrote: Hi, as an inexperienced person on Linux platform, I try to build glib-2.2.3 also gtk+-2.2.3 but I've received the error pkg-config not found. for this purpose I've downloded these packages - pkgconfig-0.14.0.tar - glib-2.2.3.tar - gtk

Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread Alain D'eurveilher
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig ./configure Ok I'll try this in the future... But i haven't done it for the last dependencies.. Do you think it really matters ? If you have more than one lib/pkgconfig directory on your system, then it probably does.

Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread busmanus
Alain D'eurveilher wrote: Ok, yes i have others : /usr/lib/pkgconfig/ and the latest : /usr/local/lib/pkgconfig/ But I'm sorry but i don't really understand how to put the which one in wich other one...??!! If you only have these two, then you should probably put /usr/local/lib/pkgconfig first.

Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread Ramprasad
, and glib, atk, pango. Now, running ./configure of gtk, I've got : - configure: error: pangox Pango backend is required for x11 target - I've made a google search on my problem, and i've found a post with : (...) Try running 'pkg-config --list-all' and see what pango packages

Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread Alain D'eurveilher
- I've made a google search on my problem, and i've found a post with : (...) Try running 'pkg-config --list-all' and see what pango packages it lists. but i have : - % pkg-config --list-all Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add

problem with pangox - and also with pkg-config !

2003-11-29 Thread Alain D'eurveilher
, and i've found a post with : (...) Try running 'pkg-config --list-all' and see what pango packages it lists. but i have : - % pkg-config --list-all Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH

Re: problem with pangox - and also with pkg-config !

2003-11-29 Thread Russell Shaw
a google search on my problem, and i've found a post with : (...) Try running 'pkg-config --list-all' and see what pango packages it lists. but i have : - % pkg-config --list-all Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc

Re: problem with pangox - and also with pkg-config !

2003-11-29 Thread busmanus
Alain D'eurveilher wrote: Did if find the rest of Pango otherwise? What do you mean find the rest of Pango ?? I wanted to know if the configure script found it, because pango consists of several components that the gtk configure script checks separately. And where could I find the

[Fwd: Re: problem with pangox - and also with pkg-config !]

2003-11-29 Thread busmanus
Original Message Subject: Re: problem with pangox - and also with pkg-config ! Date: Sun, 30 Nov 2003 05:00:10 +0100 From: busmanus [EMAIL PROTECTED] To: Alain D'eurveilher [EMAIL PROTECTED] References: [EMAIL PROTECTED] Alain D'eurveilher wrote: Hi all, I'm trying to install

problem in compiling pkg-config

2003-02-24 Thread Raheel
ok...to compile gtk+-2.2.1, I have downloaded pkgconfig from freedesktop.org. But, when i try to run make for pkg-config, it gave me some errors (pasted below). Raheel. # pwd/downloads/pkgconfig-0.15.0 # makemake all-recursivemake[1]: Entering directory `/downloads/pkgconfig-0.15.0

Re: Package gdk was not found in the pkg-config search path

2003-02-12 Thread Neil Hodge
Tom: On Wed, 2003-02-12 at 19:37, TomF wrote: On a Redhat 8.0 sytem, I ran pkg-config --list-all. At the end of the list, the following messages were displayed: Package gdk was not found in the pkg-config search path. Perhaps you should add the directory containing `gdk.pc

Re: Package gdk was not found in the pkg-config search path

2003-02-12 Thread TomF
get the same result as you. So, the first question should be: What problem are you having that would cause you to run pkg-config --list-all i.e., what error message are you getting or what other problem are you having? No error. I am getting ready to start porting gnucash from gnome1

Re: Package gdk was not found in the pkg-config search path

2003-02-12 Thread Neil Hodge
Tom: On Wed, 2003-02-12 at 21:00, TomF wrote: pkg-config --modversion gdk-2.0 returned 2.0.6 on my system. What does this mean? I would rather not upgrade, since we don't want to require a later version of gnome2 than that shipped with Redhat 8.0, unless necessary. I believe

configure: error: *** pkg-config too old; version 0.14 or better required.

2003-01-08 Thread Mauro Venanzi
checking for pkg-config... /usr/bin/pkg-config configure: error: *** pkg-config too old; version 0.14 or better required. this message i receve when i try to upgrade my gtk version cause of the problem i said last time of course i have installed the pkgconfig-0.14 tarball but my redhat 7.1

Re: Problem with gtk and pkg-config

2002-05-29 Thread manuel . op . de . coul
I forgot adding the pkg-config output: $ pkg-config gtk+-2.0 --cflags -I$(top_builddir)//usr/users/coul1358/local/lib/pkgconfig/. -I$(top_builddir)// usr/users/coul1358/local/lib/pkgconfig -I/usr/users/coul1358/local/include/atk-1 0 -I/usr/users/coul1358/local/include/pango-1.0 -I/usr/users

Re: Building Gtk+ (pkg-config not found)

2002-04-16 Thread Janos Blazi
Hi, Janos Blazi [EMAIL PROTECTED] writes: I downloaded pkg-config... and installed it with ./configure --prefix/opt/gtk make make install After this I tried to build glib 2.02 but received the configuration error pkg-config not found. I can see pkg-config

Re: Building Gtk+ (pkg-config not found)

2002-04-16 Thread Sven Neumann
Hi, Janos Blazi [EMAIL PROTECTED] writes: export PKG_CONFIG_PATH=/opt/gtk/bin Salut, Sven This does not help either. Now I have tried so many things... For example I set PKG_CONFIG instead of PKG_CONFIG_PATH and the I got the message my pkg-config was too old version 0.5

Building Gtk+ (pkg-config not found)

2002-04-15 Thread Janos Blazi
I downloaded pkg-config... and installed it with ./configure --prefix/opt/gtk make make install After this I tried to build glib 2.02 but received the configuration error pkg-config not found. I can see pkg-config in the directory /opt/gtk/bin and I also set tha variable PKG_CONFIG_PATH

Re: Building Gtk+ (pkg-config not found)

2002-04-15 Thread Sven Neumann
Hi, Janos Blazi [EMAIL PROTECTED] writes: I downloaded pkg-config... and installed it with ./configure --prefix/opt/gtk make make install After this I tried to build glib 2.02 but received the configuration error pkg-config not found. I can see pkg-config in the directory /opt/gtk

Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Philip Bunce
Hi, I am having problems getting pkg-config to work. I tried pkg-config gtk+-2.0 --cflags --libs but I got this... sh: gnome-config: not found Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH

Re: Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Sven Neumann
Hi, Philip Bunce [EMAIL PROTECTED] writes: I am having problems getting pkg-config to work. I tried pkg-config gtk+-2.0 --cflags --libs but I got this... sh: gnome-config: not found ignore that message. It's because pkg-config has some evil hacks to try to give some sort

Re: Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Havoc Pennington
Philip Bunce [EMAIL PROTECTED] writes: sh: gnome-config: not found This only appears because pkg-config is trying to fall back to gnome-config when gtk+-2.0 isn't found So I set the environment variable to setenv PKG_CONFIG_PATH /export/home/pjb/gtk2/gtk+-2.0.0 PKG_CONFIG_PATH needs

Re: Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Havoc Pennington
Philip Bunce [EMAIL PROTECTED] writes: See... No gtk+-2.0.pc. It would seem as if the pkg-config install didn't happen properly? Well not pkg-config, but rather GTK didn't install its .pc files. What should I try next? Look at the output from configure and make install for GTK, and see

This pkg-config thing doesn't work for me

2001-04-23 Thread Tomasz Wegrzanowski
tried setting PKG_CONFIG_PATH and tried --with-glib=/home/taw/local. Both failed. Could you explain me how to use this pkg-config ? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: This pkg-config thing doesn't work for me

2001-04-23 Thread Havoc Pennington
Tomasz Wegrzanowski [EMAIL PROTECTED] writes: I have stable glib and gtk on my system in /usr. It's Debian GNU/Linux 2.3 woody i386. I downloaded glib and gtk+ from cvs. I compiled and installed glib to /home/taw/local/. I set ACLOCAL_FLAGS to '-I /home/taw/local/share/aclocal/'. Now I

Re: This pkg-config thing doesn't work for me

2001-04-23 Thread Lokesh Setia
Tomasz == Tomasz Wegrzanowski [EMAIL PROTECTED] writes: HI Tomasz, I had exactly the same problem as you have. In my case, upgrading to pkg-config version 0.5.0 (available at gtk+ ftp site), solved the problem. BTW, this is what pkgconfig returns on my system: [lsetia@milkyway]$ export

Re: how do I map pkg-config functionality to glib-config-2.0?

2001-04-17 Thread Skip Montanaro
Owen We decided after the first few releases of GTK+ that the official Owen -config solution for GLib and GTK+ would be pkg-config. With that Owen in mind, there is no reason to install glib-config-2.0: Owen - Using pkg-config is as easy glib-config-2.0 is intentionally Unless

pkg-config m4 macro

2001-04-13 Thread Havoc Pennington
Hi, In the CVS version of pkg-config I've added this macro: PKG_CHECK_MODULES (MYSTUFF, glib-2.0 = 1.3.3 gtk+-2.0 = 1.3.3) this will define the MYSTUFF_CFLAGS and MYSTUFF_LIBS variables with cflags/libs for the modules listed (glib and gtk), and will abort if the version predicates don't

how do I map pkg-config functionality to glib-config-2.0?

2001-04-10 Thread Skip Montanaro
Glib 1.3.3 contains an alert version of glib-config-2.0: #!/bin/sh echo glib-config-2.0 is no longer supported. Please use pkg-config instead 21 exit 1 Unfortunately, any tools that use glib-config-2.0 in the configure process (fribidi, for example) won't build. Not having built

  1   2   >