Displaying 7 results from an estimated 7 matches for "xml_cflags".
Did you mean:
am_cflags
2004 Aug 06
2
Current Ices2 requirements?
...am going to run ./configure [...]
checking for an ANSI C-conforming const... yes
checking for uint64_t... yes
./configure: line 8798: XIPH_PATH_XML: command not found
./configure: line 8799: syntax error near unexpected token `XIPH_CFLAGS,'
./configure: line 8799: `XIPH_VAR_APPEND(XIPH_CFLAGS, $XML_CFLAGS)'
Any help is appreciated, thanks!
- chris
--- >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-request@xiph.org'
containing only the word 'unsubscr...
2004 Aug 06
0
small icecast fix
...cecast_SOURCES = config.c main.c loggin
icecast_LDADD = net/libicenet.la thread/libicethread.la httpp/libicehttpp.la\
log/libicelog.la avl/libiceavl.la timing/libicetiming.la
-LIBS = @LIBS@ -lxslt -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@
-CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@
+LIBS = @LIBS@ @XSLT_LIBS@ -lpthread @SOCKET_LIBS@ @XML_LIBS@ @OGG_LIBS@ @VORBIS_LIBS@
+CFLAGS = -g @CFLAGS@ @XML_CFLAGS@ @XSLT_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@
INCLUDES = -I$(srcdir)/net -I$(srcdir)/thread -I$(srcdir)/avl -I$(srcdir)/httpp \
-I$(srcdir...
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest
version in CVS. autogen.sh runs fine, configure runs fine, make fails
with the following:
gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1
-DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1
-I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g
-O20
2005 Oct 25
2
SOLARIS 9 INSTALL PROBLEMS
...RAP=''
SONAMEFLAG=''
TERMLDFLAGS=''
TERMLIBS=''
VFS_MODULES=''
VFS_STATIC=''
WINBIND_NSS=''
WINBIND_NSS_EXTRA_LIBS=''
WINBIND_NSS_EXTRA_OBJS=''
WINBIND_NSS_LDSHFLAGS=''
WINBIND_WINS_NSS=''
XML2_CONFIG=''
XML_CFLAGS=''
XML_LIBS=''
ac_ct_AR=''
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
builddir=''
configdir='${LIBDIR}'
datadir='${prefix}/share'
e...
2004 Aug 06
0
ices-2.0.0 install problem
...ONFIG=''
STRIP=''
VERSION='2.0.0'
VORBISENC_LIBS=''
VORBISFILE_LIBS=''
VORBIS_CFLAGS=''
VORBIS_LDFLAGS=''
VORBIS_LIBS=''
VORBIS_PREFIX=''
XIPH_CFLAGS=''
XIPH_CPPFLAGS=''
XIPH_LIBS=''
XMLCONFIG=''
XML_CFLAGS=''
XML_LIBS=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
am__include=''
am__quote=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu='&...
2004 Aug 06
3
ices2 compilations problems
...'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=''
XMLCONFIG='xml2-config'
XML_CFLAGS='-I/home/Darkmeteor/include/libxml2'
XML_LIBS='-L/home/Darkmeteor/lib -lxml2 -lz -lm'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__leading_dot='....
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