Re: [newbie] checking that gtk+-2.0 (version = 2.0.0) isinstalled... no

2003-06-30 Thread Eric Huff
Jeeze-oh-man!

I did so many things, but i think this is what made it work (i will ask why at the 
end):

1. In my newbie-ness, i installed pygtk2.0-1.99.16-1mdk.src.rpm

2. compiled pygtk-1.99.16.tar.gz.

Then failed to compile libwnck.  Hmm... waitaminute, there's an rpm for it.

Installed that.  

3.Then tried to compile pager, and the term went away. Oh, wait, now i have pager 
running!

I'm glad i got it working! (now i can see if i like it :)

So,
pygtk2.0-1.99.16-1mdk.src.rpm:
What did that do?  According to MUO, it should have built an rpm for me (can't find 
one).  However, instead of using rpmdrake, i just doubleclicked on it, so i have not 
idea where the files went to.

Even stranger, the configure scripts were then totally happy when they checked for 
gtk, evn though rpmdrake says pygtk isn't yet installed.

 When you *do* install from
 source tho, make sure you ./configure --prefix=/usr, or the ROX apps
 will not find it.

Whoops.  Fogot to do that, but the pager is working...

Now, what was i trying to do when i started all this?.

Thanks for your help, guys and gals,
eric

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] checking that gtk+-2.0 (version = 2.0.0) isinstalled... no

2003-06-27 Thread Anders Lind
On Fri, 27 Jun 2003 00:02:09 -0700
Eric Huff [EMAIL PROTECTED] wrote:

 Ok, i am stumped, though i know it must be an easy answer.
 i am running a configure script and i get the following:
 
 
 Compiling /stuff/rpms_local/other/rox/Pager... please wait...
 creating cache ./config.cache
 checking that pkg-config runs... yes
 checking that gtk+-2.0 (version = 2.0.0) is installed... no
 configure: error: Package is not installed
 
 
 However, i have the following installed:
 
 Name: libgtk+2.0_0-devel
 Version: 2.2.1-2mdk
 Size: 8351 KB
 Source: main
 
 Name: libgtk+2.0_0
 Version: 2.2.1-2mdk
 Size: 181 KB
 
 
 I am unsure what to do, but i did try adding:
 
 /usr/include/gtk-2.0/gtk
 /usr/include/gtk-2.0/gdk
 /usr/lib/gtk-2.0/2.2.0/immodules
 
 to my ld.so.conf
 
 and ran ldconfig
 
 which did not help.
 
 pkg-config still won't find gtk. At the cli, i can't seem 
 
 What do i need to install/configure to make this work?  I clearly have gtk because 
 all the other things that need it run...


This won't help you one bit but I had the same problem with GTK 2 on Mandrake, now I 
am running FreeBSD on my box here at work and I have not had the same problem. I have 
some other problems with libintl.h from Gettext instead but then again I can use the 
clever portssystem on FreeBSD and it runs smoothly. 

On a completly unrelated note I can say that XFCE 4 is awsome.

Cheers
Anders

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] checking that gtk+-2.0 (version = 2.0.0) isinstalled... no

2003-06-27 Thread JoeHill
On Fri, 27 Jun 2003 08:37:50 +0100
Derek Jennings [EMAIL PROTECTED] uttered:

 You need pygtk2.0-devel  but you would never guess from that error
 message. I only found out by installing almost everything containing
 'gtk'

Install pygtk from source, because otherwise it will force you to
uninstall the *ancient* Mandrake version. Apparently they are not
supposed to coexist, but I've had no probs. When you *do* install from
source tho, make sure you ./configure --prefix=/usr, or the ROX apps
will not find it.

-- 
+ Joe Hill
+ Registered Linux user #282046
+ Homepage: http://nodex.sytes.net
+ ICQ# 279518458 
+ Do what thou wilt, this shall be the
+ whole of the law.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] checking that gtk+-2.0 (version = 2.0.0) isinstalled... no

2003-06-27 Thread Stephen Kuhn
On Fri, 2003-06-27 at 17:02, Eric Huff wrote:
 Ok, i am stumped, though i know it must be an easy answer.
 i am running a configure script and i get the following:
 
 
 Compiling /stuff/rpms_local/other/rox/Pager... please wait...
 creating cache ./config.cache
 checking that pkg-config runs... yes
 checking that gtk+-2.0 (version = 2.0.0) is installed... no
 configure: error: Package is not installed
 

You can do a few things to try to get this working...

1.) When starting, do: ./configure --prefix=/usr
2.) Make links to the /usr/lib/gtk directories in the /usr/local/lib
directories (messy, but sometimes works)
3.) run pkg-config and point to the proper GTK lib directories

-- 
Fri Jun 27 22:15:01 EST 2003
 22:15:01 up 2 days, 22:01,  3 users,  load average: 1.28, 1.31, 1.34
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1  RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

Q:  What is the difference between Texas and yogurt?
A:  Yogurt has culture.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] checking that gtk+-2.0 (version = 2.0.0) isinstalled... no

2003-06-27 Thread Eric Huff
Derek Jennings [EMAIL PROTECTED] wrote:
 You need pygtk2.0-devel  but you would never guess from that error message.
 I only found out by installing almost everything containing 'gtk'

This pkg-config is a strange program indeed:


[EMAIL PROTECTED] huff]$ pkg-config --list-all
gdk  GDK - GIMP Drawing Kit
gmodule  GModule - Dynamic module loader for GLib
gnome-mime-data-2.0  gnome-mime-data - Base set of file types and applications for 
GNOME
glib GLib - C Utility Library
gmodule-2.0  GModule - Dynamic module loader for GLib
fontconfig   Fontconfig - Font configuration and customization library
libxml-2.0   libXML - libXML library version2.
Package gdk-x11-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-x11-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gdk-x11-2.0', required by 'GTK+', not found


I just asked it to --list-all, and it gives me an error.  Maybe it's pkg-config that 
needs the pygtk2.0-devel package?

Anyway, thanks for all the help.  I'll try it out tonite after work and report back.  
Then i'll add it to my growing list of Things you'll probably have to do when 
installing on a new machine.  

Thanks!
eric

  Compiling /stuff/rpms_local/other/rox/Pager... please wait...
  creating cache ./config.cache
  checking that pkg-config runs... yes
  checking that gtk+-2.0 (version = 2.0.0) is installed... no
  configure: error: Package is not installed

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] checking that gtk+-2.0 (version = 2.0.0) isinstalled... no

2003-06-27 Thread Todd Slater
On Fri, 27 Jun 2003 08:01:55 -0400
JoeHill [EMAIL PROTECTED] wrote:

 On Fri, 27 Jun 2003 08:37:50 +0100
 Derek Jennings [EMAIL PROTECTED] uttered:
 
  You need pygtk2.0-devel  but you would never guess from that error
  message. I only found out by installing almost everything containing
  'gtk'
 
 Install pygtk from source, because otherwise it will force you to
 uninstall the *ancient* Mandrake version. Apparently they are not
 supposed to coexist, but I've had no probs. When you *do* install from
 source tho, make sure you ./configure --prefix=/usr, or the ROX apps
 will not find it.

OK I'm totally late in this thread but pygtk and ROX rang a bell, I
remember needing pygtk to run ROX Wallpaper and not being able to
compile pygtk. This message might help:
http://marc.theaimsgroup.com/?l=mandrake-newbiem=104967089120371w=2

or it might be totally useless. :)

Todd


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com