In order to get ogg123 to compile under FreeBSD, I had to change the include order: Index: ogg123.c ==================================================================RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/ogg123.c,v retrieving revision 1.17 diff -u -r1.17 ogg123.c --- ogg123.c 2000/08/30 06:09:22 1.17 +++ ogg123.c 2000/09/19 17:18:12 @@ -27,8 +27,8 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/socket.h> /* !!! */ #include <sys/types.h> +#include <sys/socket.h> /* !!! */ #include <unistd.h> #include <netdb.h> #include <netinet/in.h> I don't have a linux machine handy, so I'm not sure if this still compiles under linux. -- miles at caddr dot 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.
On Tue, 19 Sep 2000, miles wrote:> In order to get ogg123 to compile under FreeBSD, I had to change the include > order: >< Patch Goodies snipped > I had to do the same thing to get it to compile under Irix, among a few other things here and there. I'm still cleaning it up, but I should have a patch soon. Being new to the vorbis development, do you normally submit patches to the list, or are people doing commits via CVS? Thaddeus Parkinson --- >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.