Click to See Complete Forum and Search --> : Problem with Garnome..
jdvilla
11-01-2003, 12:55 AM
Does anyone know how to configure the gar.conf.mk file or whatever is needed to correct the following error:
pwd = /usr/local/src/garnome-0.27.1/meta/gnome-desktop/
then make install
then after a lot of building I get a problem with xrender
here is were my problem starts
Resolving pdx.freedesktop.org... done.
Connecting to pdx.freedesktop.org[131.252.208.82]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
22:51:59 ERROR 404: Not Found.
after that I assume that it's because of not being able to download xrender
jdvilla
11-01-2003, 01:35 AM
Moderator: please move this to the how I did it section.
I looked at the URL, the file is no longer at the location specified. I had to do a search and change the location of where the file would be found...
/usr/local/src/garnome-0.27.1/bootstrap/xrender/Makefile
je_fro
11-01-2003, 02:03 AM
There's another little "gotcha" further along. Reading the mailing list and using http://www.google.com/linux will get you through, though.
jdvilla
11-02-2003, 09:16 PM
Ok, I think I found the other gotcha. Would this happen to be it...
checking for X... no
configure: error: X is required, but it was either disabled or not found.
make[5]: *** [configure-work/main.d/xrender-0.8.3/configure] Error 1
make[5]: Leaving directory `/usr/local/src/garnome-0.27.1/bootstrap/xrender'
make[4]: *** [../../bootstrap/xrender/cookies/main.d/install] Error 2
make[4]: Leaving directory `/usr/local/src/garnome-0.27.1/bootstrap/xft'
make[3]: *** [../../bootstrap/xft/cookies/main.d/install] Error 2
make[3]: Leaving directory `/usr/local/src/garnome-0.27.1/gnome/pango'
make[2]: *** [../../gnome/pango/cookies/main.d/install] Error 2
make[2]: Leaving directory `/usr/local/src/garnome-0.27.1/gnome/gtk+'
make[1]: *** [../../gnome/gtk+/cookies/main.d/install] Error 2
make[1]: Leaving directory `/usr/local/src/garnome-0.27.1/gnome/metacity'
make: *** [../../gnome/metacity/cookies/main.d/install] Error 2
Any ideas on this? I'm googling for it as well as joined the mailing list, but have received no replies yet. I looked at the configure script and everything it includes all the dirs where X would be in...