Displaying 20 results from an estimated 600 matches similar to: "problems building libvorbis-1.2.0 on Solaris 10 (sparc)"
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
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 
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
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
2004 Aug 06
2
Icecast 2.0 in OS X Server?
Thanks Ralph;
Maybe it's me.  I wiped out my whole /var/libvorbis directory, dropped 
in a new one from the libvorbis-1.0.1.tar.gz file including all the 
subdirectories, and edited /var/libvorbis/examples/Makefile.fm as 
instructed.  I then ran ./configure without difficulty, then ran make 
again, which started afresh but still ended up with the same error:
gcc -DDARWIN -fno-common
2015 May 18
5
Writting 16-bit PCM data to Ogg.
Hi Developers,
I have a 16-bit PCM data buffer, I want to write that to ogg file. Could
you help me to understand how to write pcm data to the ogg?
Thanks in advance.
Arun balaji
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20150518/6c8c9a63/attachment.htm
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'
2004 Dec 02
0
re: building theora
Hello,
*** I just got this problem with mandrake :
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char 
-fomit-frame-pointer -DUSE_MEMORY_H -static -o decoder_example 
decoder_example.o  ../lib/.libs/libvorbis.a -L/usr/local//lib -lm 
/usr/local/lib/libogg.a
/usr/bin/ld: cannot find -lm
*** I found a thread (Sun Sep 12 13:44:10 PDT 2004) about this problem 
and this is the answer :
2002 Jun 24
1
Date: Tue, 25 Jun 2002 00:06:12 +0300
Hello!
I'm trying to compile decoder_example.c example (MS VC 7) using debug static
ogg/vorbis libs with no luck. I got linker errors:
Linking...
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _malloc already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _free already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _memmove already
2000 Jul 24
3
Decoder example question
Hey all...I'm trying to use the decoder_example.c in the examples directory
to decode a .ogg file that was encoded by using the binary encoder
ogglame.exe and encoded via the encoder_example.c. I'm running into a
problem with the decoder though. It plays FINE under the WinAmp plugin but I
when I try and use the decoder_example.c to decode the file it says "End of
file before finding
2001 Apr 05
1
decoder_example -- event driven?
I'm trying to adapt decoder_example to to support more of an event driven
model.  I'm building an RTSP client/server where the client will have a
function called everytime a new packet comes in.  So, I want to queue
up these packets to be played.
My current attack is as follows (note this isn't very robust and I
realized that):
For first and second packet i grab all the header stuff
2002 Aug 08
1
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to
sdout I would like to output it to the soundcard so that I can hear the file
playing.  I am using Visual C++.  Could someone please tell me the quickest
way to do this.  I am quite new to Visual C++ so don't assume that I know
about the foundation classes.
Thanks,
Paul
PS I managed to build the GUI using the
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
2002 Aug 12
2
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to
stdout I would like to output it to the soundcard so that I can hear the
file
playing.  I am using Visual C++.  Could someone please tell me the quickest
way to do this.  I am quite new to Visual C++ so don't assume that I know
about the foundation classes.
Thanks,
Paul
--- >8 ----
List archives: 
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
2000 Oct 10
4
Mac Ogg Vorbis Player
Well, I updated the player to work with the branch_postbeta2, but it
contains some nasty kludges to the project files that probably shouldn't
be finalized.  I'm going to put it in a separate file
(http://oscar.the-rileys.net/programming/vorbis_pb2.tar.gz) for now. 
Unfortunately, this release doesn't seem to fix the "tearing sound"
problem.  I think this might be related to
1999 Oct 10
2
Well, I'm stumped
I'm getting some sort of weird distortion in the sound being output.  I've
tried many variations (including copying the seeming working code straight
out of decoder_example.c) and still it comes out distorted.  It is a
different type of distortion from choppiness (which it also has).  The
easiest way to hear it is to pause play for about ten seconds and then
resume.  xmms will continue to