garnome 0.27.1 links against wrong libraries.



I have this problem on two machines, both running debain sarge.

On the first machine I get this error when I run make install from meta/gnome-desktop:

libtool: link: cannot find the library `/usr/lib/libgnome-desktop-2.la'
make[5]: *** [gnome-settings-daemon] Error 1
make[5]: Leaving directory `/mnt/storage/build/garnome-0.27.1/gnome/control-center/work/main.d/control-center-2.4.0/gnome-settings-daemon'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mnt/storage/build/garnome-0.27.1/gnome/control-center/work/main.d/control-center-2.4.0/gnome-settings-daemon'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/storage/build/garnome-0.27.1/gnome/control-center/work/main.d/control-center-2.4.0'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/mnt/storage/build/garnome-0.27.1/gnome/control-center/work/main.d/control-center-2.4.0'
make[1]: *** [build-work/main.d/control-center-2.4.0/Makefile] Error 2
make[1]: Leaving directory `/mnt/storage/build/garnome-0.27.1/gnome/control-center'
make: *** [../../gnome/control-center/cookies/main.d/install] Error 2

Garnome tries to link against libgnome-desktop from /usr/lib. But I guess that it should use its own version of libgnome-desktop.

On the other machine compilation stops with errors concerning /usr/lib/libpango

I changed the following line in gar.conf.mk
main_prefix ?= $(HOME)/garnome
to
main_prefix ?= /usr/local/garnome

What is wrong?

Kind regards,

Martijn Brouwer



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