Hello, I've been trying to compile some things but have run into some problems. I've have the vorbis directory inside of /usr/src. I have compiled vorbis itself with no problems. I've also copied the results to their respective directories as per the README file. I've also compiled the XMMS plugin with no problem. However when it is installed in the /usr/lib/XMMS/Input directory, XMMS locks up when it is started. I've checked with gnorpm and the XMMS development appears to be there. Last night I found and tried Vorbize-0.1. I get compile errors. Everthing goes along file for a while then I get this: gcc -Wall -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES-fsigned-char-I./include/ -c vorbize. c vorbize.c:59: vorbis/modes.h: No such file or directory make[1]:***[vorbize.o] Error 1 make[1]: Leaving directory `/usr/src/vorbize-0.1' make: ***[all] Error 2 After that I copied directory /usr/src/vorbize-0.1/vorbis/include/vorbis to /usr/src/vorbize-0.1/include/vorbis and run 'make' again. The compile gets further along but I get several undefiined references that appear to be math functions and it errors out at this: lib/libvorbis.a(lpc.o)(.text+0x46e): more undefined references to `pow' follow lib/libvorbis.a(lpc.o): In function `_vlpc_de_helper': lpc.o(.text+0x762): undefined reference to `hypot' collect2: ld returned 1 exit status make[1]: *** [vorbize] Error 1 make[1]: Leaving directory `/usr/src/vorbize-0.1' make: *** [all] Error 2 Could anyone tell me what I'm doing wrong ? Thanks Karl --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
> Last night I found and tried Vorbize-0.1. I get compile errors. > Everthing goes along file for a while then I get this:[snip] Sorry -- that's my bug... Vorbis Tools 0.5 should get merged into the CVS tree soon (sorry Monty I'm real busy, but I'll get you a good version soon), and that'll fix any and all include problems left (I fixed that one). Kenneth --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
> I've also compiled the XMMS plugin with no problem. However when it >is installed in the /usr/lib/XMMS/Input directory, XMMS locks up when it is >started. I've checked with gnorpm and the XMMS development appears to be >there.Would you be able to do some more hunting here? The XMMS plugin SHOULD work, so I want to find and kill any bugs like this. Does XMMS lock up entirely? If so, does this happen a) on startup, b) on playing an ogg file, c) other? Otherwise, which bits lock up? Also, would it be possible to try a freshly-compiled (i.e. not from an rpm) version of xmms? Michael --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
Hi all Has Vorbis stream any delay before and after a song, like an mp3? If yes, how much silence is added and is it possible to minimize it to 0 ? I tested VQF and it seems that VQF hasn't any. Sathan Inc. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
Monty -- There are a bunch of C++-style comments in the current vorbis CVS head in various vorbis/lib/mode/*.h files. This prevents compiling on Solaris with native compilers. Can they be converted to C-style comments, or surrounded with #if 0/#endif? I can send a patch to convert them to /* */ if it would help. Thanks. {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" --- >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 would think of this more as a feature -- instead of propagating the error into the source code gcc catches the problem outright. Of course the study of #if 0 is acedemic at best :) OD --- Jeff Squyres <jsquyres@lsc.nd.edu> wrote:> On Thu, 25 Jan 2001, Beni Cherniavsky wrote: > > > #if 0/#endif can still lead to compiler complaints > if the comments > > (which it doesn't recognize as such contain > something like ubalanced > > (uneven number of) apostrophes. The contents of > #if 0/#endif must be > > complete preprocessor tokens - they are only (and > very) good for code. > > Forgive me for being off topic... > > Actually, that appears to be a gcc-ism -- and > admittedly without checking > the C specs -- I'd guess that it's wrong. > > I can compile the following program on multiple > different native compilers > (Solaris, IRIX) as well as KCC and pgcc (third party > C++ compilers) and > only gcc seems to have a problem with it: > > ----- > #include <stdio.h> > > int > main(int argc, char* argv[]) > { > #if 0 > This is totally bogus ' > #endif > printf("Hello, world!\n"); > return 0; > } > ----- > > gcc complains of an unterminated character constant. > But I think it > should apply the preprocessor *first*, and then do > the syntactical > analysis. All the others seem to do that. > > Just my $0.02. > > The point is moot, because: > > 1. Monty is fixing the real problem > 2. There were no unterminated char/string constants > in the code; if there > were, you'd have larger problems anyway > > :-) > > {+} Jeff Squyres > {+} squyres@cse.nd.edu > {+} Perpetual Obsessive Notre Dame Student Craving > Utter Madness > {+} "I came to ND for 4 years and ended up staying > for a decade" > > > --- >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 beignored/filtered. __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.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.