I couldn't find answers to my problem, so I posted it here, hoping someone can help me. The error does not come if I --disable-hal in configure script. This is the message I receive:
Code: Select all
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa487): In function `InitDeviceValues':
: undefined reference to `hal_initialize'
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa49d): In function `InitDeviceValues':
: undefined reference to `hal_get_all_devices'
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa4b9): In function `InitDeviceValues':
: undefined reference to `hal_free_string_array'
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa4c1): In function `InitDeviceValues':
: undefined reference to `hal_shutdown'
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa4e4): In function `InitDeviceValues':
: undefined reference to `hal_device_property_exists'
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa50c): In function `InitDeviceValues':
: undefined reference to `hal_device_get_property_bool'
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa529): In function `InitDeviceValues':
: undefined reference to `hal_device_get_property_string'
lib/libvlc.a(lib_libvlc_a-libvlc.o)(.text+0xa567): In function `InitDeviceValues':
: undefined reference to `hal_free_string'
collect2: ld returned 1 exit status
Any hint?
Thanks in advance!