search for: shout_libs

Displaying 5 results from an estimated 5 matches for "shout_libs".

2013 Apr 06
2
Don't hate yourself anymore, brendan
...-eval shout_includedir="$includedir" -prefix="$save_prefix" - SHOUT_VERSION="$VERSION" -SHOUT_CPPFLAGS="-I$shout_includedir $VORBIS_CFLAGS $PTHREAD_CPPFLAGS" -SHOUT_CFLAGS="$PTHREAD_CFLAGS" +SHOUT_CFLAGS="$VORBIS_CFLAGS $PTHREAD_CFLAGS" SHOUT_LIBS="-lshout" -XIPH_CLEAN_CCFLAGS([$SHOUT_CPPFLAGS], [SHOUT_CPPFLAGS]) XIPH_CLEAN_CCFLAGS([$SHOUT_CFLAGS], [SHOUT_CFLAGS]) XIPH_CLEAN_CCFLAGS([$VORBIS_LIBS $THEORA_LIBS $SPEEX_LIBS $PTHREAD_LIBS $LIBS], [SHOUT_LIBDEPS]) AC_SUBST(PTHREAD_CPPFLAGS) AC_SUBST(SHOUT_LIBDEPS) AC_SUBST(SHOUT_...
2004 Aug 06
0
cvs changes
...ed make again. The stream.c errors persist. ./configure --with-shout-prefix=/usr2/friends/geoff is putting the following in Makefile: LIBS = -L/usr/lib -lxml2 -lz -lm -L/lib -logg -L/lib -lvorbis -lm -lvorbisenc -L/usr2/friends/geoff/lib -lshout SHOUT_CFLAGS = -I/usr2/friends/geoff/include SHOUT_LIBS = -L/usr2/friends/geoff/lib -lshout SHOUT_CFLAGS and SHOUT-LIBS also appear in src/Makefile as shown above. Is this proof enough that the right files are being called or do I need to look further? > >This looked like an api change issue, so I did another update on libshout > >and ice...
2004 Aug 06
2
cvs changes
>stream.c:208: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast >stream.c:208: too few arguments to function `shout_strerror' >make[2]: *** [stream.o] Error 1 You probably didn't do a 'make install' on libshout, so it was picking up the old (wrong) headers. This was a minor api change. >This looked like an api change issue, so I
2004 Aug 06
3
ices2 compilations problems
...9;' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PROFILE='-O20 -g -pg -fsigned-char -D_REENTRANT' RANLIB='ranlib' SET_MAKE='' SHELL='/usr/local/bin/bash' SHOUT_CFLAGS='' SHOUT_CLFAGS='' SHOUT_LIBS='' SOCKET_LIBS='' STRIP='strip' SUN_CFLAGS='' VERSION='2.0' VORBISENC_LIBS='-lvorbisenc' VORBISFILE_LIBS='-lvorbisfile' VORBIS_CFLAGS='-I/home/Darkmeteor/include' VORBIS_LIBS='-L/home/Darkmeteor/lib -lvorbis -lm' XIPH_CFLAGS=...
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout. I have installed Libshout 2.0 in /home/Darkmeteor the configure line I'm using for ices2 is : ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor Problem : checking for Ogg... yes checking for Vorbis... yes checking for Shout... no