On 8/5/07, Olaf Grüttner <[EMAIL PROTECTED]> wrote: > I have got hal - compile -troubles. > Can somebody give me a clue, what my problem is? > > Olaf > > hal-0.5.9.1
hal-0.5.9.1 needs newer kernel headers. Either keep using old hal or update your glibc/kernel headers. > gcc -DHAVE_CONFIG_H -I. -I../../.. -DPACKAGE_SYSCONF_DIR=\""/etc"\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_BIN_DIR=\""/usr/bin"\" > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_LOCALSTATEDIR= > \""/var"\" -I../../.. -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 > -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 > -I/usr/lib/dbus-1.0/include -g -O2 -Wall -Wchar-subscripts > -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align > -Wsign-compare -MT probe-input.o -MD -MP -MF .deps/probe-input.Tpo -c -o > probe-input.o probe-input.c > probe-input.c: In function 'main': > probe-input.c:61: error: 'SW_MAX' undeclared (first use in this > function) SW_MAX is defined in /usr/include/linux/input.h on newer kernel headers. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
