> > vorbisfile.o needs to be removed from the lib/Makefile in LFILES since > > vorbisfile.a is a seperate lib now. As it stands I get unresolved > > symbol errors when linking with them, so this is a fairly important fix.This is an error in the build, yes, but I don't see why you'd get unresolved symbols. *unused*, yes, but not unresolved...> > sharedbook.c should really #include <math.h> and <string.h> for rint and > > memset, respectively.math.h was already there. String.h wasn't. Changes committed. Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/
Monty wrote:> This is an error in the build, yes, but I don't see why you'd get unresolved > symbols. *unused*, yes, but not unresolved...Yes, you are entirely correct. It was in fact multiple definitions of the same functions when I tried to link in both libvorbis.a and vorbisfile.a, not surprisingly. Sorry for being so unclear!> math.h was already there. String.h wasn't.Ahh... once again, I am mistaken. Thanks for fixing those, Monty! Jon Shiring/Slothy --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/