Hi-- I'd like to stream Vorbis files from an OpenBSD 2.8 box. I followed the instructions at http://i.cantcode.com/~jack/icecast.html (via http://www.xiph.org/ogg/vorbis/index.html), and ran aground during the compilation of .../icecast/src/source.c. It needs /usr/include/ogg/{ogg,os_types,config_types}.h; /usr/include/ogg doesn't exist. I gather the directory and files were supposed to be created at some point (and that I would have gotten them if I were working from an RPM or Debian package). Can someone provide better instructions, or point out what I did wrong? thanks, -C -- Craig Latta composer and computer scientist craig.latta@netjam.org www.netjam.org crl@watson.ibm.com --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-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.
> I followed the instructions at http://i.cantcode.com/~jack/icecast.html > (via http://www.xiph.org/ogg/vorbis/index.html), and ran aground during > the compilation of .../icecast/src/source.c. It needs > /usr/include/ogg/{ogg,os_types,config_types}.h; /usr/include/ogg doesn't > exist. I gather the directory and files were supposed to be created at > some point (and that I would have gotten them if I were working from an > RPM or Debian package). > > Can someone provide better instructions, or point out what I did wrong?Install libogg and libvorbis from www.vorbis.com. If you installed them from ports, then you probably forgot the devel packages that contain the headers. Icecast depends on the ogg libraries for some functionality. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-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.