I've been using Ices2 for quite a while with no real problems; fairly stable and does what I want it to. Can't ask for more, eh? :) Anyway, the latest checkouts of CVS won't even get past the ./autogen.sh/./configure portion, so I was wondering if the automake/autoconf requirements had changed recently. This is my setup: Gentoo Linux automake 1.7.5(-r2) autoconf 2.57(-r1) The -r* just refers to the revision of the ebuild that I have installed, so it's probably safe to ignore that unless it makes any difference to the Gentooers out there. Anyway, here's (the important?) output I get when I run ./autogen.sh: $ ./autogen.sh Checking for automake version found automake-1.6 found aclocal-1.6 Generating configuration files for ices, please wait.... aclocal-1.6 -I m4 autoheader libtoolize --automake automake-1.6 --add-missing Makefile.am:6: required directory ./debian does not exist autoconf I 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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
chris wrote:> Anyway, the latest checkouts of CVS won't even get past the ./autogen.sh/./configure portion, so I was wondering if the automake/autoconf requirements had changed recently.[...]> Makefile.am:6: required directory ./debian does not exist > autoconf > I 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)'This looks to me like your CVS checkout went wrong and that debian/ and probably also m4/ are missing or incomplete. <p>Moritz --- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sun, 2003-10-12 at 10:47, gtgbr@gmx.net wrote:> chris wrote: > > Anyway, the latest checkouts of CVS won't even get past the ./autogen.sh/./configure portion, so I was wondering if the automake/autoconf requirements had changed recently. > [...] > > Makefile.am:6: required directory ./debian does not exist > > autoconf > > I 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)' > > This looks to me like your CVS checkout went wrong and that debian/ and > probably also m4/ are missing or incomplete.It's probably due to a cvs update failing, the m4 tree defines that macro, but cvs update doesn't handle the m4 tree addition. Try a fresh checkout or the daily tarballs. karl. <p>--- >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 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.