[Theora-dev] Building theora
J. Grant
jg at jguk.org
Sat Aug 28 13:18:39 PDT 2004
Hello,
I'm trying to get theora built. However there is not a page listing what
depdencies there are. Would it be possible to have a developers page
with the point release tarballs etc? (There is subversion access, but
I do not have subversion for my OS).
I could not find libtheora release, only an alpha, this wasn't very
clear, it has been released now I think.
The libogg and libvorbis I managed to pickout from:
http://www.xiph.org/ogg/vorbis/download/
So I have:
libogg-1.1.tar.gz libtheora-1.0alpha3.tar.bz2 libvorbis-1.0.tar.gz
However I get this error:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include/SDL
-D_REENTRANT -MT encoder_example.o -MD -MP -MF ".deps/encoder_example.Tpo" \
-c -o encoder_example.o `test -f 'encoder_example.c' || echo
'./'`encoder_example.c; \
then mv -f ".deps/encoder_example.Tpo" ".deps/encoder_example.Po"; \
else rm -f ".deps/encoder_example.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc -I/usr/include/SDL -D_REENTRANT -o
encoder_example encoder_example.o ../lib/libtheora.la -logg
-lvorbisenc -lvorbis -lm -logg
gcc -I/usr/include/SDL -D_REENTRANT -o encoder_example encoder_example.o
../lib/.libs/libtheora.a -lvorbisenc -lvorbis -lm -logg
encoder_example.o: In function `main':
encoder_example.o(.text+0x1b19): undefined reference to
`vorbis_granule_time'
collect2: ld returned 1 exit status
make[2]: *** [encoder_example] Error 1
From the README I can see that I "need libvorbis and libvorbisenc from
the 1.0.1 release or later." However, there is not a 1.0.1 tarball in
the http://www.xiph.org/ogg/vorbis/download/ directory.. does anyone
have a link for me please?
Kind regards
JG
More information about the Theora-dev
mailing list