> > >if not, check the vorbis and ogg installations (best go for v1.0), if it >does, check that there is a #include <vorbis/vorbisenc.h> in the >encode.c file (~line 20). > >It's either not including the file or the file does not have them. > >The file does not have them. I need to upgrade? What's the quickest way to tell my version number, BTW? It would be nice if there was a README file that says this is what you need and this is how you do it. :^) I'll keep trying. Hopefully this will help someone else using a PPC someday... 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.
> > >seems odd.. > >with sh use >make 2>&1 1> output > >or with csh > >make >& output > >karl >I ran make again. Here is the output: Making all in src make[1]: Entering directory `/usr/ices/src' Making all in avl make[2]: Entering directory `/usr/ices/src/avl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/avl' Making all in thread make[2]: Entering directory `/usr/ices/src/thread' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/thread' Making all in net make[2]: Entering directory `/usr/ices/src/net' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/net' Making all in log make[2]: Entering directory `/usr/ices/src/log' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/log' Making all in timing make[2]: Entering directory `/usr/ices/src/timing' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/ices/src/timing' make[2]: Entering directory `/usr/ices/src' gcc -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -I/include -c encode.c encode.c: In function `encode_initialise': encode.c:91: storage size of `ai' isn't known encode.c:92: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function) encode.c:92: (Each undeclared identifier is reported only once encode.c:92: for each function it appears in.) encode.c:96: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) encode.c:101: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) make[2]: *** [encode.o] Error 1 make[2]: Leaving directory `/usr/ices/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/ices/src' make: *** [all-recursive] Error 1 <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 19:52, Drew Lane wrote: ...> make[2]: Entering directory `/usr/ices/src' > gcc -DPACKAGE=\"ices\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -I/include -I/include -I/include -c encode.c> encode.c: In function `encode_initialise': > encode.c:91: storage size of `ai' isn't known > encode.c:92: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function) > encode.c:92: (Each undeclared identifier is reported only once > encode.c:92: for each function it appears in.) > encode.c:96: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) > encode.c:101: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function)All this should be in the vorbisenc.h file, can you check that file, do things like grep OV_ECTL_RATEMANAGE_GET /usr/include/vorbis/vorbisenc.h it should show #define OV_ECTL_RATEMANAGE_GET 0x10 if not, check the vorbis and ogg installations (best go for v1.0), if it does, check that there is a #include <vorbis/vorbisenc.h> in the encode.c file (~line 20). It's either not including the file or the file does not have them. 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.