Displaying 7 results from an estimated 7 matches for "shout_cflag".
Did you mean:
shout_cflags
2013 Apr 06
2
Don't hate yourself anymore, brendan
...-if test "$prefix" = "NONE"
-then
- prefix="$ac_default_prefix"
-fi
-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_L...
2004 Aug 06
3
cvs changes
> Well, I tried that, but it made no difference. I didn't see it show up in
> Makefile either. I did note however that --with-shout-prefix is correctly
> setting SHOUT-CFLAGS to -I/usr2/friends/geoff/include which I thought would
> have been sufficient.
THe problem is that hte standard include paths are searched first. I'm
not sure if there is a way to get around this.
2004 Aug 06
0
cvs changes
...actually installed,
reconfigured ices and tried 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...
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
1
cvs changes
> Update: I got Kirk to blow away /usr/include/shout/shout.h. Now shout.h
> isn't being found at all. Seems that SHOUT_CFLAGS isn't being used at all.
ices should not respect the various CFLAGS settings. You should be good
to go.
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-dev-req...
2004 Aug 06
3
ices2 compilations problems
...9;
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
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/...
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