the library builds with no problems, but the commandline tool stops at this: gcc -O20 -D__NO_MATH_INLINES -fsigned-char -I. -I../lib -Dsize16='short' -Dsize32='int' -Dsize64='long long' -c main.c main.c: In function `main': main.c:201: warning: assignment makes pointer from integer without a cast main.c:253: warning: passing arg 1 of `CheckWav' from incompatible pointer type gcc -O20 -D__NO_MATH_INLINES -fsigned-char -I. -I../lib -Dsize16='short' -Dsize32='int' -Dsize64='long long' getopt.o getopt1.o main.o -I. -I../lib -Dsize16='short' -Dsize32='int' -Dsize64='long long' ../lib/libvorbis.a -o vorbis -lm main.o: Undefined symbol `_fill_buffer' referenced from text segment main.o: Undefined symbol `_CheckWav' referenced from text segment main.o: Undefined symbol `_CheckAiff' referenced from text segment *** Error code 1 Stop in /home/dbt/src/xiph/vorbis/cmdline. *** Error code 1 Any suggestions? I'm poking at it now... -- David Terrell | dbt@meat.net Prime Minister, Nebcorp Inc | http://wwn.nebcorp.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
> the library builds with no problems, but the commandline tool stops at > this:The command line tool does not build yet. Mike has been lame. I should handle this by modifying the toplevel makefile for the time being.> Any suggestions? I'm poking at it now...Yes. You'll have to content yourself with the examples in lib/ and/or the xmms plugin for now. Unless, of course, you're motivated to hack on bringing the command line tool into the modern era :-) (It's still mostly the old n-generation-ago ogg player with the beginning of updates added). Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
Monty <xiphmont@xiph.org> writes:> Given that Mike hasn't touched it in a while, I'd say it's an open > fiefdom.No objection from me. I've been hosed with other things and lame. Sorry about that. I'll try to contribute what I can when I can, but if someone else feels like making it work, that'd be way cool. -mike --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/