Re: gtk-config problem

2019-06-28 Thread Pierre Frenkiel
On Thu, 27 Jun 2019, Pierre Frenkiel wrote: hi, trying to compile xdialog, I get the following error when running ./configure: *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG env

Re: gtk-config problem

2019-06-27 Thread Sven Joachim
On 2019-06-27 17:08 +0200, Pierre Frenkiel wrote: > hi, > trying to compile xdialog, I get the following error when running ./configure: > > *** The gtk-config script installed by GTK could not be found > *** If GTK was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set

Re: gtk-config problem

2019-06-27 Thread Reco
Hi. On Thu, Jun 27, 2019 at 05:08:20PM +0200, Pierre Frenkiel wrote: > hi, > trying to compile xdialog, I get the following error when running ./configure: > > *** The gtk-config script installed by GTK could not be found > *** If GTK was installed in PREFIX, make sure PREFIX/bin is i

Re: gtk-config problem

2019-06-27 Thread Greg Wooledge
On Thu, Jun 27, 2019 at 05:08:20PM +0200, Pierre Frenkiel wrote: > hi, > trying to compile xdialog, I get the following error when running ./configure: > > *** The gtk-config script installed by GTK could not be found > *** If GTK was installed in PREFIX, make sure PREFIX/bin is in > *** you

Re: gtk-config

2013-05-01 Thread Sven Joachim
On 2013-05-01 15:05 +0200, andrey.ry...@bilkent.edu.tr wrote: >> , >> | The package name specified on the pkg-config command line is defined to >> | be the name of the metadata file, minus the .pc extension. >> ` >> > pardon! > of course it should be without extension "pc". I had removed "

Re: gtk-config

2013-05-01 Thread andrey . rybak
> , > | The package name specified on the pkg-config command line is defined to > | be the name of the metadata file, minus the .pc extension. > ` > pardon! of course it should be without extension "pc". I had removed "pc" and now everything is ok! > For Multi-Arch, so that multiple instanc

Re: gtk-config

2013-05-01 Thread steef
andrey.ry...@bilkent.edu.tr schreef: hi all! before this time i was using for compilling my gtk applications next command: #gcc myprogram.c `pkg-config gtk+-3.0.pc --libs --cflags` but now it doesnt work: Failed to open 'gtk+-3.0.pc': No such file or directory No package 'gtk+-3.0.pc' found but

Re: gtk-config

2013-05-01 Thread Sven Joachim
On 2013-05-01 10:46 +0200, andrey.ry...@bilkent.edu.tr wrote: > before this time i was using for compilling my gtk applications next command: > #gcc myprogram.c `pkg-config gtk+-3.0.pc --libs --cflags` > but now it doesnt work: I don't think that this ever worked, really. You need to strip the t

Re: gtk-config

2005-08-01 Thread Yannick Le Saint (kyncani)
On Mon, 2005-08-01 at 22:57 -0700, ken keanon wrote: > When I try to run 'gtk-config --prefix', the system > responded with 'command not found'. Am I missing any > package? You may want to install apt-file. It's a tool that can tell you which packages (even not installed ones) provide which file

Re: gtk-config, what to install?

2004-08-26 Thread robin
Stefan O'Rear wrote: On Wed, Aug 25, 2004 at 08:20:42PM -0500, Lance Hoffmeyer wrote: ~ %% dlocate `which gtk-config` libgtk1.2-dev: /usr/bin/gtk-config ~ %% libgtk1.2-dev (WARNING: I use woody) Yeah, I am using SARGE and dlocate `which gtk-config` does no

Re: gtk-config, what to install?

2004-08-25 Thread Stefan O'Rear
On Wed, Aug 25, 2004 at 08:20:42PM -0500, Lance Hoffmeyer wrote: > > > > ~ %% dlocate `which gtk-config` > > libgtk1.2-dev: /usr/bin/gtk-config > > ~ %% > > > > libgtk1.2-dev (WARNING: I use woody) > > > > Yeah, I am using SARGE and dlocate `which gtk-config` > does not work. dlocate only tell

Re: gtk-config, what to install?

2004-08-25 Thread Lance Hoffmeyer
> > ~ %% dlocate `which gtk-config` > libgtk1.2-dev: /usr/bin/gtk-config > ~ %% > > libgtk1.2-dev (WARNING: I use woody) > Yeah, I am using SARGE and dlocate `which gtk-config` does not work. Lance -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Re: gtk-config, what to install?

2004-08-25 Thread Stefan O'Rear
On Wed, Aug 25, 2004 at 06:40:00PM -0500, Lance Hoffmeyer wrote: > So, I am wanting to compile a program and during > the ./configure script I get the message: > > checking for GTK - version >= 1.2.0... no > *** The gtk-config script installed by GTK could not be found > *** If GTK was installed i

Re: gtk-config

2002-01-13 Thread Craig Dickson
Michael Ward Cole wrote of gtk-config: > What package would contain this command? > I am trying to build abiword0.9.6.1 and I keep getting an error about > gtk-config command not found. libgtk1.2-dev, it seems. Craig pgp5noWNLFs1B.pgp Description: PGP signature

Re: gtk-config & glib-config

2001-08-06 Thread Colin Watson
On Mon, Aug 06, 2001 at 12:35:45PM +0530, harsha wrote: > I am trying to compile abisuite-0.7.14 and I am stuck with the > problem that has left me scratching muy head. abisuite requires that > gtk-config and glib-config be present. > > If I try to install libglib1.2-dev it removes libgtk-

Re: gtk-config and glib-config?

2000-12-15 Thread Johann Spies
On Fri, Dec 15, 2000 at 12:58:48AM -0500, Ken Weingold wrote: > I am trying to install gaim, but configure can't seem to find > gtk-config and glib-config. What packages do these come with? I > am wondering if I don't have them. I have the Contents* files of my debian CD's in /potato on my syste

Re: gtk-config and glib-config?

2000-12-15 Thread Peter Jay Salzman
libglib1.2-dev libgtk1.2-dev On Fri 15 Dec 00, 12:58 AM, Ken Weingold said... > I am trying to install gaim, but configure can't seem to find > gtk-config and glib-config. What packages do these come with? I > am wondering if I don't have them. -- Just upgraded to Woody? Don't have permissi

RE: gtk-config ?

2000-03-12 Thread Pollywog
On 13-Mar-2000 Riva Lorenzo wrote: > Thank you Andrew. > Next problem: trying installing the gtk1.2-dev package it says it requires > the > gconv-modules package but I can't find it. > Where is it ? I am not sure about this, but it seems the gconv-modules package is obsolete. I know that it will

RE: gtk-config ?

2000-03-12 Thread Riva Lorenzo
Il dom, 12 mar 2000, Pollywog ha scritto: > On 12-Mar-2000 Pollywog wrote: > > > > On 12-Mar-2000 Riva Lorenzo wrote: > >> I was trying to install gfcc, a GUI for ipchains, but the installation > >> stops > >> halfway telling that he could not find the 'gtk-config' file from gtk1.2 > >> package. N

RE: gtk-config ?

2000-03-12 Thread Pollywog
On 12-Mar-2000 Pollywog wrote: > > On 12-Mar-2000 Riva Lorenzo wrote: >> I was trying to install gfcc, a GUI for ipchains, but the installation >> stops >> halfway telling that he could not find the 'gtk-config' file from gtk1.2 >> package. Now I have gtk1.2 installed but I can't find any gtk-con

RE: gtk-config ?

2000-03-12 Thread Pollywog
On 12-Mar-2000 Riva Lorenzo wrote: > I was trying to install gfcc, a GUI for ipchains, but the installation stops > halfway telling that he could not find the 'gtk-config' file from gtk1.2 > package. Now I have gtk1.2 installed but I can't find any gtk-config file. > How can I manage the problem ?

Re: gtk-config

1999-08-06 Thread Martin Bialasinski
* "Stephen" == Stephen Pitts <[EMAIL PROTECTED]> wrote: Stephen> How so? I've been running unstable since last Dec and I have Stephen> yet to have any serious problems. glibc2.1 broke java, and I Stephen> had to rebuild liburi-perl to get netscape to install, but Stephen> other than that, my syst

Re: gtk-config

1999-08-03 Thread Kevin Cramer
Hmm, maybe it is looking in the wrong place. The ii does mean that it is installed correctly. Try "locate gtk-config" and then set GTK_CONFIG to the path to gtk-config (i.e., export GTK_CONFIG=). On my system, it would be "export GTK_CONFIG=/usr/bin/gtk-config". Kevin On Mon, Aug 02, 1999 a

Re: gtk-config

1999-08-03 Thread Kevin Cramer
I had some problems with glib, gtk, and gnome in the past. As you just pointed out to me earlier, you can easily download the source from unstable and build your own package. I think it is best to do this and not run unstable. At least if you don't want to deal with the possibility of a broken

Re: gtk-config

1999-08-03 Thread Stephen Pitts
On Mon, Aug 02, 1999 at 10:00:04PM -0400, Kevin Cramer wrote: > I wouldn't upgrade to potato. I used to run a system from unstable > and it worked fairly well but I finally got burned. > How so? I've been running unstable since last Dec and I have yet to have any serious problems. glibc2.1 broke

RE: gtk-config

1999-08-03 Thread Pollywog
Sorry, I thought I had stopped this message from going out. I noticed after I sent it that you had already installed the dev package. -- Andrew > This is what I have on Potato. The version is different for Slink. > > ii libgtk1.2 1.2.3-2The GIMP Toolkit set of widgets for X > ii l

Re: gtk-config

1999-08-03 Thread D'jinnie
:Check the messages during compiling. It is probably looking for a :libgtk >= 1.2. No..but...I get this: checking for gtk-config... no checking for GTK - version >= 1.0.6... no *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin i

RE: gtk-config

1999-08-03 Thread Pollywog
On 03-Aug-99 D'jinnie wrote: > I'm trying to compile a newer gtkicq (the current one doesn't seem to be > wanting to work too well) and it claims there's no gtk-config...I've > installed gtk1.1-dev package as was suggested about a month ago on this > list, but no cigar, there are just text files:

Re: gtk-config

1999-08-03 Thread Kevin Cramer
I just ran into a similar problem. You probably need libgtk1.2. You can get updated libglib1.2 and libgtk1.2 packages from ftp://ftp.netgod.net/x. Use dpkg to install them and then retry. You might also need libglib1.2-dev and libgtk1.2-dev to get the updated gtk-config script. Check the mess