I've been kind of busy lately, but I wanted to see what's up with ao after the build change. I was able to check out the vorbis module, but when I tried to check out the ao module I saw this: [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot co -r branch_postbeta2 ao cvs server: Updating ao cvs server: Updating ao/doc cvs server: Updating ao/include cvs server: Updating ao/include/ao cvs server: Updating ao/src cvs server: Updating ao/src/.deps cvs server: Updating ao/src/.libs This looked promising, except the command did not create an ao directory or put any files anywhere. This looks like the same command other people are using. Can anyone see what I'm doing wrong? --- Stan Seibert --- >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 Sun, Oct 01, 2000 at 07:17:19AM -0700, volsung@asu.edu wrote:> I've been kind of busy lately, but I wanted to see what's up with ao after the > build change. I was able to check out the vorbis module, but when I tried to > check out the ao module I saw this: > > [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot > co -r branch_postbeta2 ao > cvs server: Updating ao > cvs server: Updating ao/doc > cvs server: Updating ao/include > cvs server: Updating ao/include/ao > cvs server: Updating ao/src > cvs server: Updating ao/src/.deps > cvs server: Updating ao/src/.libs > > This looked promising, except the command did not create an ao directory or > put any files anywhere. This looks like the same command other people are > using. > > Can anyone see what I'm doing wrong?Well the entire build process, especially ao, is getting really changed around (hey, where'd ogg123 go ?!?!?) -- and even if you did get ao checked out, it doesn't build right due to what we have determined is likely an automake bug, or as I have put it, an "undocumented feature". Some workarounds have been suggested. It'll work sometime. Anyway, ao still should be there -- try the update again, and make absolutely sure that nothing got put in. Speaking of CVS trouble, there appears to be a problem in vorbis/lib/floor0.c (unless this has been fixed) that I couldn't commit a fix for: if you force it to compile with -Wall (which we definately should be doing IMHO), gcc flags a call to _oggpack_read -- note the underscore in front. The ogg library separation changed that to oggpack_read (no underscore) but one call didn't get changed. Others in the same file did, though. So whoever can get CVS to accept a commit right (I can't!) should replace _oggpack_read with oggpack_read in floor0.c. Also, methinks we don't need vorbis/lib/bitwise.* either -- that's in ogg/ now. Huh. The only thing I can say here is, good thing we're working on a branch! Kenneth --- >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 Sun, 1 Oct 2000 volsung@asu.edu wrote:> [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot > co -r branch_postbeta2 ao[...]> This looked promising, except the command did not create an ao directory or > put any files anywhere. This looks like the same command other people are > using.The branch_postbeta2 tag applies only to the vorbis module. When checking out the new modules (ogg, ao, vorbis-tools, vorbis-plugins) you want the main branch. Nothing was downloaded because that branch doesn't exist for libao. Personally, I would have partitioned the code within the existing vorbis tree (except maybe for libogg), just adding CVSROOT/modules entries for the (now independent) subdirectories. It's a bit tedious to have to run cvs update in 5 different directories! Hope that helps, -ralph -- giles@ashlu.bc.ca --- >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've been kind of busy lately, but I wanted to see what's up with ao after the > build change. I was able to check out the vorbis module, but when I tried to > check out the ao module I saw this: > > [stan@volsung vorbis]$ cvs -d:pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot > co -r branch_postbeta2 ao > cvs server: Updating ao > cvs server: Updating ao/doc > cvs server: Updating ao/include > cvs server: Updating ao/include/ao > cvs server: Updating ao/src > cvs server: Updating ao/src/.deps > cvs server: Updating ao/src/.libs > > This looked promising, except the command did not create an ao directory or > put any files anywhere. This looks like the same command other people are > using. > > Can anyone see what I'm doing wrong?CVS doesn't create new directories without -d (note that -d before the cvs command is different than the -d after it. Read the manpage) As for the exact new module setup, I'll be grilling Jack on that later so that at least two people understand it :-) Monty> > --- > Stan Seibert > > > > --- >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. >--- >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'm trying to do a checkout and I get a lock on a directory called "coupled" somewhere deep. I need an old checkout that corresponds to a project I'm trying to build. Any ideas? ___ Dan Miller (++,) Founder, CTO, On2.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.