ICEWM ERROR

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
matlock
Newbie
Posts: 2
Joined: Sun Sep 14, 2003 7:20 am

ICEWM ERROR

Post by matlock »

Hey i was tryin to install icewm on my gentoox. When i do emerge icewm it begins downloading but it then says

checking for pkg-config... /usr/bin/pkg-config
Package gnome-desktop-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-desktop-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-desktop-2.0' found
Package gnome-desktop-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-desktop-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-desktop-2.0' found
configure: error: gnome-config can not be found.
*** Install the GNOME´s development packages or use the argument of the
*** --with-gnome-menus switch to pass gnome-config´s location.

!!! ERROR: x11-wm/icewm-1.2.9 failed.
!!! Function econf, Line 303, Exitcode 1
!!! econf failed



I have no idea how to stop this from happenin. Please someone help me out a bit. I dont know if anyone else has had this problem, but i thought it could have something to do with my updates and whatnot so i reinstalled my gentoox and yet it still does this. The same thing happens when i try installing the regualr windowmaker.

* I have also tried doing this after downloading gdm, so i dont know why my econf is failing, but please someone help me.
bikr
Novice
Posts: 46
Joined: Mon Aug 11, 2003 5:11 pm
Contact:

Post by bikr »

do this..

Code: Select all

cd
wget http://belnet.dl.sourceforge.net/sourceforge/icewm/icewm-1.2.12.tar.gz

gunzip *.gz

tar -xvf ice*.tar

cd ice*

./configure 

make

make install

pico /home/gentoox/.xinitrc

*find startkde , or wmaker and change it to , icewm*

control + x

y

<enter>
Post Reply