Oops! I accidently sent the previous message before I finished it, sorry! However, the problem remains the same. I cannot succesfully compile ices2 for some reason. I've followed some instructions I found on the web at http://www.6809.org.uk/kja3/ices2-howto.shtml. So far, what I've done is: 1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3) 2) Update of the oggutils package (which includes libogg & libvorbis 1.0) 3) Installed libshout-2.0 4) Got ices2 from xiph CVS (cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z3 co ices) 5) ./autogen (which runs successfully -- finds vorbis, shout, libxml...) 6) ...and the make process ends with the following errors: In file included from input.c:29: input.h:34: parse error before `shout_t' input.h:34: warning: no semicolon at end of struct or union input.h:36: parse error before `}' input.h:36: warning: data definition has no type or storage class input.c: In function `input_loop': input.c:263: `arg' undeclared (first use in this function) input.c:263: (Each undeclared identifier is reported only once input.c:263: for each function it appears in.) make[2]: *** [input.o] Error 1 make[2]: Leaving directory `/usr/local/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/ices/src' make: *** [all-recursive] Error 1 Does anyone have a clue why I'm getting these errors? Am I missing some libraries or is there something I've done the wrong way here? I'd appreciate any help -- I really look forward to experimenting with ices2/icecast2. Thanks in advance! --- >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 Mon, 30 Sep 2002, Jesper Johnson wrote:> 3) Installed libshout-2.0I don't know where you got this from, but AFAIK, libshout2 has never been released and, anyway, due to recent changes, you need libshout from CVS anyway. Geoff. <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.
> >So far, what I've done is: > >1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3) > >2) Update of the oggutils package (which includes libogg & libvorbis 1.0) > >3) Installed libshout-2.0 > > You didn't install libshout2 correctly. Perhaps an old version of libshout > is installed elsewhere on your system?Duh, I must be in dummy mode today. I used a libshout-2.0.tar.gz package that I got from god knows where instead of using the one from CVS... Ices2 compiles fine now. Needed to edit the configure script after running autogen.sh though, the dest. dir prefix needs to be /usr instead of /usr/local on Slackware. Thanks! --- >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.
Jesper Johnson wrote:> 3) Installed libshout-2.0No idea what that one is, but you'll need the libshout from cvs.xiph.org ... the error you get suggests that you use something else (or at least some other libshout is found/used by the configure script). <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.
At 06:23 PM 9/30/02 +0300, you wrote:>Oops! > >I accidently sent the previous message before I finished it, sorry! > >However, the problem remains the same. I cannot succesfully compile ices2 for >some reason. I've followed some instructions I found on the web at >http://www.6809.org.uk/kja3/ices2-howto.shtml. > >So far, what I've done is: >1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3) >2) Update of the oggutils package (which includes libogg & libvorbis 1.0) >3) Installed libshout-2.0You didn't install libshout2 correctly. Perhaps an old version of libshout is installed elsewhere on your system? Michael --- >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.