Bonsoir,
Je viens de passer la soirée à essayer de compiler OpenAL 1.1 sous Ubuntu.. On ne peut pas dire que ça soit vraiment User friendly ^^
Par défaut sous Ubuntu, il n'y a que OpenAL 0.8 ...
J'ai donc récupéré la version svn.. et là c'est pas top non plus... il faut savoir que la version linux se trouve dans OpenAL-Samples...
Ensuite sous Ubuntu, il manque les outils suivant : autoconf, automake...
Je lance donc le ./autogen.sh
et j'obtiens :
Code:
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
configure.ac:118: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
admin/autotools/m4/acx_pthread.m4:246: ACX_PTHREAD is expanded from...
configure.ac:118: the top level
configure.ac:118: warning: instead of using `AC_LANG', `AC_LANG_SAVE',
configure.ac:118: and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.
configure.ac:118: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/c.m4:71: AC_LANG_C is expanded from...
configure.ac:118: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
configure.ac:118: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
configure.ac:471: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:471: You should run autoupdate.
autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
configure.ac:471: the top level
configure.ac:479: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:479: You should run autoupdate.
configure.ac:479: the top level
configure.ac:118: warning: The macro `AC_LANG_SAVE' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
admin/autotools/m4/acx_pthread.m4:246: ACX_PTHREAD is expanded from...
configure.ac:118: the top level
configure.ac:118: warning: instead of using `AC_LANG', `AC_LANG_SAVE',
configure.ac:118: and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.
configure.ac:118: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/c.m4:71: AC_LANG_C is expanded from...
configure.ac:118: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
configure.ac:118: warning: The macro `AC_LANG_RESTORE' is obsolete.
configure.ac:118: You should run autoupdate.
autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
configure.ac:471: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:471: You should run autoupdate.
autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
configure.ac:471: the top level
configure.ac:479: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:479: You should run autoupdate.
configure.ac:479: the top level
configure.ac:76: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:77: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:107: error: possibly undefined macro: AC_CHECK_LIBM
autoreconf: /usr/bin/autoconf failed with exit status: 1
Et là, j'avoue que je ne sais plus trop quoi faire ^^