[icecast] icecast/libxslt compile error

Moritz Grimm gtgbr at gmx.net
Wed Aug 28 15:39:01 UTC 2002



Get current CVS again, this has been fixed ... or change the following
yourself in src/Makefile.am:

-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@

Run autogen.sh again after that.

<p>Moritz

P.S.: The latest change makes fileserve actually work, so getting CVS
from now should be a good idea anyways.

Bryan Jay Miller wrote:
> 
> 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 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE
> -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include
> -I/usr/include -I/usr/include/libxml2/libxml -I/usr/include/libxml2
> -I/include -I/include -I/include -c main.c
> In file included from xslt.h:5,
>                   from main.c:29:
--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list