vlc make중 오류발생! 도와주세요
vlc-0.8.1을 make DESTDIR=/tmp/vlc-0.8.1-yopy install
하면서 아래와 같은 오류가 생겼습니다.
/usr/include/hal밑에 libhal.h가 존재합니다만 찾지 못하는 것 같습니다.
src/libvlc.c:64: error: hal/libhal.h: No such file or directory
src/libvlc.c: In function `InitDeviceValues':
src/libvlc.c:2257: `LibHalContext' undeclared (first use in this function)
src/libvlc.c:2257: (Each undeclared identifier is reported only once
src/libvlc.c:2257: for each function it appears in.)
src/libvlc.c:2257: `ctx' undeclared (first use in this function)
src/libvlc.c:2257: warning: statement with no effect
src/libvlc.c:2258: parse error before `int'
src/libvlc.c:2261: `dbus_bool_t' undeclared (first use in this function)
src/libvlc.c:2263: warning: implicit declaration of function `hal_initialize'
src/libvlc.c:2263: `FALSE' undeclared (first use in this function)
src/libvlc.c:2265: `devices' undeclared (first use in this function)
src/libvlc.c:2265: warning: implicit declaration of function `hal_get_all_devices'
src/libvlc.c:2265: `i_devices' undeclared (first use in this function)
src/libvlc.c:2267: `i' undeclared (first use in this function)
src/libvlc.c:2269: warning: implicit declaration of function `hal_device_property_exists'
src/libvlc.c:2275: `b_dvd' undeclared (first use in this function)
src/libvlc.c:2275: warning: implicit declaration of function `hal_device_get_property_bool'
src/libvlc.c:2277: `block_dev' undeclared (first use in this function)
src/libvlc.c:2277: warning: implicit declaration of function `hal_device_get_property_string'
src/libvlc.c:2288: warning: implicit declaration of function `hal_free_string'
src/libvlc.c:2292: warning: implicit declaration of function `hal_shutdown'
make[2]: *** [src/lib_libvlc_a-libvlc.o] 오류 1
make[2]: Leaving directory `/root/vlc_onboard/vlc-0.8.1'
make[1]: *** [install-recursive] 오류 1
make[1]: Leaving directory `/root/vlc_onboard/vlc-0.8.1'
make: *** [install] 오류 2
답변부탁드립니다.
hal 데몬의 문제인가
hal 데몬의 문제인지 아님 라이브러리의 문제인지 잘 모르겠습니다.
댓글 달기