hi, whenever i get a make error,i always assume that i am doing something wrong :) great that it is'nt the case this time
On 4/4/07, Alessandro Alocci <[EMAIL PROTECTED]> wrote:
On Wednesday 04 April 2007 09:25:26 anirudh vij wrote: > make[3]: Entering directory `/home/hackman/hal-0.5.7.1/tools' > /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wchar-subscripts > -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align > -Wsign-compare -o lshal lshal.o -L/usr//lib -ldbus-glib-1 - lgobject-2.0 > - lglib-2.0 -ldbus-1 ../libhal/libhal.la > gcc -g -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs > -Wpointer-arith -Wcast-align -Wsign-compare -o .libs/lshal lshal.o > -L/usr//lib /usr//lib/libdbus-glib-1.so -lnsl > /usr/lib/libgobject-2.0.so/usr/lib/libglib- > 2.0.so ../libhal/.libs/libhal.so /usr//lib/libdbus-1.so -Wl,--rpath > -Wl,/usr//lib > lshal.o: In function `main': > /home/hackman/hal-0.5.7.1/tools/lshal.c:704: undefined reference to > `dbus_connection_disconnect' > collect2: ld returned 1 exit status > make[3]: *** [lshal] Error 1 Hi, you need a little patch to compile hal-0.5.7.1 with newer version of dbus. Download this patch from: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/files/hal-0.5.7.1-dbus-close.patch?view=markup and apply with: patch -Np1 -i ../hal-0.5.7.1-dbus-close.patch Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
