> > >build libshout first, as ices uses libshout > >karl. > >OK, I built libshout from CVS and it seems to be installed OK under /usr/local/lib Now, with respect to ices, I've got as far as ./autogen.sh ./configure BUT, when I run 'make' I get an error: encode.c: In function 'encode_initialise': encode.c:91 storage size of 'ai' isn't known There are several other lines, which I can probably dump to a file, if necessary. Drew <p><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.
> > >> >> > >That line relates to this >struct ovectl_ratemanage_arg ai; > >which is defined in vorbis/vorbisenc.h. Is one of those other lines >stating that certain headers files could not be found? If so then make >sure that your system has the ogg and vorbis packages installed. You may >have to build libogg and libvorbis from source if you don't have the >binaries for PPC. > >Turns out I do have vorbis installed. I can use ogg123 and oggenc from the command line as well as lame and mpg123, mpg321 The file you mentioned is located in /usr/include/vorbis/vorbisenc.h The other lines indicate that 'OV_ECTL_RATEMANAGE_XXX' is undeclared. Where XXX is GET, SET, AVG How do I redirect the output from 'make' to a file so that I can post the rest of the error? Drew <p><p><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.
On Fri, 2002-12-20 at 16:59, Drew Lane wrote:> Now, with respect to ices, I've got as far as > > ./autogen.sh > ./configure > > BUT, when I run 'make' I get an error: > > encode.c: In function 'encode_initialise': > encode.c:91 storage size of 'ai' isn't known > > There are several other lines, which I can probably dump to a file, if > necessary.That line relates to this struct ovectl_ratemanage_arg ai; which is defined in vorbis/vorbisenc.h. Is one of those other lines stating that certain headers files could not be found? If so then make sure that your system has the ogg and vorbis packages installed. You may have to build libogg and libvorbis from source if you don't have the binaries for PPC. karl. --- >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.