Displaying 20 results from an estimated 2000 matches similar to: "re: building theora"
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all,
I was just trying to build myself a RC3 set of Ogg/Vorbis libs and
tools, but the build of libvorbis bombs out on me while making all in
examples. I've ./configure'd with no options, which gave no warnings
or errors. After that a normal make gives the below attached output.
Can anyone tell me what I've done wrong ?
I've also tried removing the examples/ directory. After
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello,
I'm running into problems while trying to build libvorbis. My build
platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6.
The build fails with the following error :
Making all in examples
gmake[2]: Entering directory
`/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2005 Mar 09
1
compile error
king all in vorbisfile
make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile'
Making all in vorbisenc
make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisenc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
2001 Dec 20
1
vorbis module compilation problem
[I just got on to this mailing list to report this problem. If it has
already been reported, then I'm sorry for duplicating the report. And I
seriously doubt this is not the right topic to talk about on this
mailing list, but if it is, sorry for that too.]
Okay, here's a new one. I have never seen this error before. This is the
latest CVS code I'm trying to compile, on a pretty close
2008 Aug 28
0
Error while cross compiling libvorbis 1.2.0
Dear All,
I am trying to cross compile the dependencies of ices for arm linux. I
have been able to compile libxml2 (2.6.32) and libogg (1.1.3)
successfully but I am getting stuck at compiling libvorbis (1.2.0).
Making install in examples
make[1]: Entering directory `/home/sr/armlinux/stream/libvorbis-1.2.0/examples'
/bin/bash ../libtool --tag=CC --mode=link
/usr/local/arm/bin/arm-linux-gcc
2003 Apr 13
1
Compile error in examples.
Greetings,
I am having some trouble when compiling libvoribis-1.0. It bombs out
when compiling the examples dir. The output::
<p>gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -O2
-march=i586 -DUSE_MEMORY_H -static -o decoder_example decoder_example.o
../lib/.libs/libvorbis.a -L/usr/lib -lm /usr//lib/libogg.a
../lib/.libs/libvorbis.a(mapping0.o): In function
2002 Jul 20
0
libvorbis 1.0 compile time err.
Hi there I get the following err. while compiling libvorbis:
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char
-DUSE_MEMORY_H
-static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.so
-L/usr/lib -lm /usr/lib/libogg.so -Wl,--rpath
-Wl,/mnt/gnu/source/console/libs/libvorbis/libvorbis-1.0/lib/.libs
/lib/ld-linux.so.2(*IND*+0x0): multiple definition of ^__xstat64'
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat
7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what
the errors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat
7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what
the errors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool
2004 Aug 06
2
Icecast 2.0 in OS X Server?
Folks;
I am having a hell of a time trying to get IceCast 2.0 installed on an
Apple XServe running OS X 10.2.3. The problem seems to stem from one
of the libraries required by IceCast, specifically libvorbis.
When running MAKE in an attempt to install libvorbis I get the
following:
<p>Making all in examples
/bin/sh ../libtool --mode=link gcc -DDARWIN -fno-common
2003 Aug 20
0
libvorbis configure script fails on Irix
Hello,
I'm trying to compile libogg, libvorbis, libao, and vorbis-tools on an
SGI Octane running Irix6.5.22. libogg configures and compiles without
a problem. I installed it in usr/local/lib.
When I moved on to libvorbis trouble began. The configure script made
the following complaint:
checking for Ogg... 12269:./conftest: rld: Error: unresolvable symbol
in ./conftest:
2002 Feb 16
2
libvorbis config error
Hi all.
I found some references to a problem similar to mine in the archives,
but none of the solutions posed there worked, so I'm left to ask again.
I'm running Debian 2.2r5, libc6, and as far as I know all other
necessary libraries for compilation. libao and libogg compile and
install fine, but when I try run ./configure for libvorbis, it fails and
says it can't find libogg.
2013 Apr 20
1
compile error
I've been trying to figure out for a couple of days why I can't get libvorbis to compile. It has me stumped, though I'm not a whiz at compiling from source.
I'm installing on Mac OSX 10.8.2. The relevant commands are:
export CC=clang
./configure --prefix=${TARGET} --build=x86_64 --with-ogg-libraries=${TARGET}/lib --with-ogg-includes=${TARGET}/include/ --enable-static
2005 Aug 18
1
Reg. Enabling Debugging.
Hi,
This is a repeat question.
Earlier I had asked the same question and eventually found the ans.
(http://lists.xiph.org/pipermail/vorbis-dev/2005-August/018179.html)
However now when I try the same thing somehow I am not able to use
debugging.
To use debugging, i compiled the source using the folloing commands,.
>make clean
>./autogen.sh --enable-DEBUG
>make
The configure.in has
2001 Oct 27
3
libvorbis won't compile on LFS.
This is a linux from scratch based on the 2.4.13 kernel. I'm using a GCC
2.95.3, autoconf 2.52, and automake 1.5. Libvorbis compilation fails with a
Signal 11 error as shown below. I had the same results with 2.4.12, 2.4.10,
and 2.4.9. I've compiled hundreds of other packages without getting this
error, and I've even tried changing the memory.
This is my configure line, I used
2001 Oct 27
3
libvorbis won't compile on LFS.
This is a linux from scratch based on the 2.4.13 kernel. I'm using a GCC
2.95.3, autoconf 2.52, and automake 1.5. Libvorbis compilation fails with a
Signal 11 error as shown below. I had the same results with 2.4.12, 2.4.10,
and 2.4.9. I've compiled hundreds of other packages without getting this
error, and I've even tried changing the memory.
This is my configure line, I used
2000 Nov 09
4
libvorbis compile failure
The latest CVS update of libvorbis fails to compile on SuSE Linux 6.4. The
error is below.
Also, what happened to the xmms plugin directory in cvs? It complains that
it is missing when I do a 'cvs update'.
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_
ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
2001 Oct 01
1
envelope.c CVS vorbis compile error.
Just checked out the vorbis CVS branch a couple minutes ago and got an
internal compiler error with gcc 2.95.4 on envelope.c
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc2\" -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1
-DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=1 -DHAVE_RINTF=1 -I. -I.
-I../include -O20 -ffast-math
2002 Oct 23
2
CVS vorbis, fatal cc1
current Vorbis cvs gives:
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0\" -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I../include -O20
--fast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -O2 -march=i686
-mcpu=i686 -DUSE_MEMORY_H -Wp,-MD,.deps/envelope.cpp -c envelope.c
-fPIC -DPIC -o .libs/envelope.lo
gcc: Internal compiler error: program cc1 got fatal
2000 Nov 06
1
Problems compiling with --with-ogg-prefix=xxx
My ogg library is located in /home/warren/local. So when I configure and
compile the vorbis module on my linux box using
configure --with-ogg-prefix=/home/warren/local
make
I get the following error during the make:
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT