Hello !
I'm trying to compile HAL from source, as apparently it isn't packed in the repos, in order to have the Amazon Instant video work in my Suse box. Apparently it is needed for the "correct playback of DRM protected content through
flash" (When are we going to finally get rid of that aberration)
I can install HAL-info without problems, but with HAL, I get the following error.
Code:
suser@linux-59h5:/opt/hal> sudo ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
configure.in:1052: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
configure.in:1052: the top level
configure.in:1052: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
configure.in:1052: the top level
configure.in:1052: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
configure.in:1052: the top level
configure.in:37: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
I use sudo because I'm working in /opt.
I have all the dependencies installed, according to:
freedesktop.org - Software/hal I didn't have glib, but I have glibc. Not an exact match by I believe it is the same library.
Can you guys please offer some advice ?
Thanks !!
No comments:
Post a Comment