Re: [gtk-list] GIMP/Gtk bug report



This isn't really much of a bug, but the way gtk-config is designed.
You can specify the path to gtk-config by doing the following:
in bash like shells:  GTK_CONFIG=/full/path/to/gtk-config ./configure
and in csh like shells: setenv GTK_CONFIG=/full/path/to/gtk-config; ./configure

And adding to your PATH isn't very hard.  For exmaple:
in bash:  export PATH=$PATH:/prefix/to/gtk-config
and csh:  setenv PATH ${PATH}:/prefix/to/gtk-config

Hope this helps people having problems.

Matt Wilson
mswilso2@catt.ncsu.edu

On Fri, Mar 20, 1998 at 04:25:06PM -0600, Square Avenue wrote:
> 
> I've found a bug.  This really should go to the GIMP mailing list but I'm
> already on the GTK mailing list and that's more than enough email for me
> to go through, so could someone forward this over to that side if you can?
> 
> GIMP's configure script assumes that gtk-config (speaking of which,
> gtk-config works perfectly now :) will be installed somewhere in my path,
> which it isn't.  :)  It keeps trying to find it, and even though I provide
> GTK's location with --with-gtk, it doesn't seem to find the script where I
> put it.  I kludged around the problem by actually setting $GTK_CONFIG to
> the absolute path of gtk-config right before the test for GTK takes palce
> in the configure script (I suppose I could have put the script itself in
> my path but on my school's system that's actually more trouble than it's
> worth).
> 
> But like I said I can't really program in shell script very well so I have
> no idea why this is happening or how to fix it properly.  :)
> 
> Otherwise excellent job... when the GIMP is really running on Solaris I'll
> be sure to scream and hollar at everyone on this list for joy.  :)
> 
> Thanks for everyone's help!
> 
>                                       - Dave
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>   Name:  David Finton                  | "All free software is in Beta.  If
>  Email:  dfinton@d.umn.edu             |  there is a free software package
>    Web:  http://www.d.umn.edu/~dfinton |  bearing the version number 1.0 or
>                                        |  greater, it is obsolete and must
>                                        |  be replaced immediately by a
>                                        |  newer, better Beta version."
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> 
> 
> 
> 
> -- 
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]