[OpenIndiana-discuss] VLC dependancy libs
russell
stream at willows7.myzen.co.uk
Tue Mar 3 21:40:48 UTC 2015
Hi,
I have just a hand full of VLC dependancies to build.
I am having a problem with SDL2-2.0.3, as it is looking for the
following sources (configure.in)
if test x$enable_audio = xyes; then
case $ARCH in
sysv5|solaris|hpux)
AC_DEFINE(SDL_AUDIO_DRIVER_SUNAUDIO, 1, [ ])
SOURCES="$SOURCES $srcdir/src/audio/sun/*.c"
have_audio=yes
ESD is detected during the ./configure correctly but during the gmake
the compilation fails. What should I be changing the configure.in so
that audio will work correctly?
gmake
Warning, configure.in is out of date
#(cd /home/downloads/gnu/vlc/libs/SDL2-2.0.3 && sh autogen.sh && sh
configure)
/bin/sh build-scripts/updaterev.sh
/bin/sh ./libtool --mode=compile gcc -g -O3 -DUSING_GENERATED_CONFIG_H
-Iinclude -I/home/downloads/gnu/vlc/libs/SDL2-2.0.3/include -mmmx
-m3dnow -msse -fvisibility=hidden -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include -D_REENTRANT -Wall -MMD -MT
build/SDL_sunaudio.lo -c
/home/downloads/gnu/vlc/libs/SDL2-2.0.3/src/audio/sun/SDL_sunaudio.c -o
build/SDL_sunaudio.lo
libtool: compile: gcc -g -O3 -DUSING_GENERATED_CONFIG_H -Iinclude
-I/home/downloads/gnu/vlc/libs/SDL2-2.0.3/include -mmmx -m3dnow -msse
-fvisibility=hidden -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-D_REENTRANT -Wall -MMD -MT build/SDL_sunaudio.lo -c
/home/downloads/gnu/vlc/libs/SDL2-2.0.3/src/audio/sun/SDL_sunaudio.c
-fPIC -DPIC -o build/.libs/SDL_sunaudio.o
/home/downloads/gnu/vlc/libs/SDL2-2.0.3/src/audio/sun/SDL_sunaudio.c:34:25:
fatal error: sys/audioio.h: No such file or directory
#include <sys/audioio.h>
^
compilation terminated.
gmake: *** [build/SDL_sunaudio.lo] Error 1
TIA
Russell
More information about the openindiana-discuss
mailing list