Making all in exo-hal gmake[2]: Entering directory `/tmp/xfce4-4.4.0-installer/exo/exo-hal' if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -DG_LOG_DOMAIN=\"exo-hal\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -I/usr/local/include -I/usr/X11R6/include -DHAVE_GNUC_VISIBILITY -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT libexo_hal_0_3_la-exo-hal.lo -MD -MP -MF ".deps/libexo_hal_0_3_la-exo-hal.Tpo" -c -o libexo_hal_0_3_la-exo-hal.lo `test -f 'exo-hal.c' || echo './'`exo-hal.c; \ then mv -f ".deps/libexo_hal_0_3_la-exo-hal.Tpo" ".deps/libexo_hal_0_3_la-exo-hal.Plo"; else rm -f ".deps/libexo_hal_0_3_la-exo-hal.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDBUS_API_SUBJECT_TO_CHANGE -DG_LOG_DOMAIN=\"exo-hal\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -I/usr/local/include -I/usr/X11R6/include -DHAVE_GNUC_VISIBILITY -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/local/include -I/usr/X11R6/include -O2 -pipe -DNDEBUG -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT libexo_hal_0_3_la-exo-hal.lo -MD -MP -MF .deps/libexo_hal_0_3_la-exo-hal.Tpo -c exo-hal.c -fPIC -DPIC -o .libs/libexo_hal_0_3_la-exo-hal.o exo-hal.c: In function 'exo_hal_drive_compute_display_name': exo-hal.c:392: error: 'LIBHAL_DRIVE_CDROM_CAPS_HDDVDRW' undeclared (first use in this function) exo-hal.c:392: error: (Each undeclared identifier is reported only once exo-hal.c:392: error: for each function it appears in.) exo-hal.c:394: error: 'LIBHAL_DRIVE_CDROM_CAPS_HDDVDR' undeclared (first use in this function) exo-hal.c:396: error: 'LIBHAL_DRIVE_CDROM_CAPS_HDDVDROM' undeclared (first use in this function) exo-hal.c:398: error: 'LIBHAL_DRIVE_CDROM_CAPS_BDRE' undeclared (first use in this function) exo-hal.c:400: error: 'LIBHAL_DRIVE_CDROM_CAPS_BDR' undeclared (first use in this function) exo-hal.c:402: error: 'LIBHAL_DRIVE_CDROM_CAPS_BDROM' undeclared (first use in this function) exo-hal.c: In function 'exo_hal_volume_compute_display_name': exo-hal.c:728: error: 'LIBHAL_VOLUME_DISC_TYPE_BDROM' undeclared (first use in this function) exo-hal.c:732: error: 'LIBHAL_VOLUME_DISC_TYPE_BDR' undeclared (first use in this function) exo-hal.c:736: error: 'LIBHAL_VOLUME_DISC_TYPE_BDRE' undeclared (first use in this function) exo-hal.c:740: error: 'LIBHAL_VOLUME_DISC_TYPE_HDDVDROM' undeclared (first use in this function) exo-hal.c:744: error: 'LIBHAL_VOLUME_DISC_TYPE_HDDVDR' undeclared (first use in this function) exo-hal.c:748: error: 'LIBHAL_VOLUME_DISC_TYPE_HDDVDRW' undeclared (first use in this function) gmake[2]: *** [libexo_hal_0_3_la-exo-hal.lo] Fehler 1 gmake[2]: Leaving directory `/tmp/xfce4-4.4.0-installer/exo/exo-hal' gmake[1]: *** [all-recursive] Fehler 1 gmake[1]: Leaving directory `/tmp/xfce4-4.4.0-installer/exo' gmake: *** [all] Fehler 2 !! Failed to build exo, see the errors above !! for details on the problem.
You are probably using an old version of HAL. Try updating to the latest version to solve the problem.
And the next time .. please follow the guidelines for filing bugs. There are exactly zero useful information submitted alongside (which distribution are you using etc.) which doesn't exactly help _us_ help _you_.
Fixed with revision 24776. 2007-01-28 Benedikt Meurer <benny@xfce.org> * configure.in.in: Bump required HAL version to 0.5.7. Bug #2828.