similar to: ogg-vorbis on sparc-solaris-2.8

Displaying 20 results from an estimated 10000 matches similar to: "ogg-vorbis on sparc-solaris-2.8"

2001 Aug 15
0
libvorbis (sparc-solaris-2.8)
Please excuse me for posting to a list to which I am not subscribed. I built libvorbis-1.0rc2 on sparc-solaris-2.8, using gcc-2.95.3, and find that the library has unreferenced functions, specifically __floatdidf and __floatdisf. I'd appreciate suggestions on how to compile this library on this architecture so it is fully functional. (Alas, since I don't subscribe, I'd appreciate a
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
2001 Dec 14
3
libvorbis and vorbis
Hello there, I use Redhat 7.1 and KDE2.2.2. There is always a dependency problem when I upgrade "kdebase". This needs "libvorbis". Instead of "libvorbis" I have a package called "vorbis-1.0beta4-3".I downloaded a new package called"libvorbis-1.0rc2-1". When I tried to installed it, there is a conflict problem: file
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 Sep 14
2
Fwd: Newbie q: decoupling vorbis from ogg
From: Nathaniel Gray <n8gray@gmail.com> Date: Sep 14, 2005 11:30 AM Subject: Newbie q: decoupling vorbis from ogg To: vorbis-dev@lists.xiph.org Hi, Sorry if this is a newbie question. I'm trying to write an OS X AudioCodec for Vorbis using libvorbis. I'm confused about the libvorbis dependency on libogg. I thought the vorbis spec didn't require ogg as the container, but the
2004 Aug 06
2
Ices on Linux PPC
> > >you probably have an old release, maybe we should put some checks in to >make sure. > It appears that I have version 1.0 rc2-1 I found the following RPM's with ogg or vorbis in the name: libogg-devel-1.0rc2-1 libogg-1.0rc2-1 libvorbis-devel-1.0rc2-2 libvorbis-1.0rc2-2 vorbis-1.0rc2-1 I figured I better try to remove these before installing a new version from source. I
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
2001 Jan 18
2
Ogg Vorbis on PPC Linux?
I work for Terra Soft Solutions (makers of Yellow Dog Linux) and I'm trying to compile the latest cvs snapshot for inclusion in our next release, but I'm running into some problems... I'm using modified versions of the SRPMs included in RedHat's Rawhide distro (I only updated to the latest cvs, but the old version also experienced this problem), which compile fine on an x86 box I
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
2006 Aug 29
3
How can I seek in Ogg Vorbis file, but not using Vorbisfile library?
Hello, All. I am making an Ogg Vorbis decoder based on Tremor. The Vorbisfile library provides a high-level API which enables us to seek in the file, but it needs to declare a pointer to OggVorbis_File structure. Because I am supposed not to use file, so I can't use the ov_pcm_seek() or ov_raw_seek() functions to seek in the file. For decoding an Ogg Vorbis file, I first put it in
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running: $ ./config_unix.py $ python setup.py build and as root: # python setup.py install for pyogg and pyvorbis in turn. This completed without error, however upon trying to import ogg.vorbis in IDLE I get an import error: ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory I was told this may have
2012 Sep 03
1
Ogg Vorbis and Images
Hello List, archives don't look very busy ... I'm interested in putting art into Ogg Vorbis files. This is for a project I'm working on with small local bands. I'm attempting to help get them more exposure by (with permission) distributing their music, especially recorded live from shows they do where they are allowed to record it. We are going with Ogg Vorbis frankly because
2002 Jul 19
2
compile optimization error in libvorbis-1.0
Wow, I've never seen an FSF gcc crap out like this on a non-overheating system. When lib/envelope.c is compiled with -march=i686, gcc gets a signal 11, but not with -march=i586. I'm not sure whether to blame gcc or libvorbis. There are apparently three other files in libvorbis where this same behavior is seen. jeffrey@diddl:/usr/src/build/libvorbis-1.0/lib$ gcc
2002 Mar 17
1
vorbis-tools rc3 link trouble
i ran into a link error trying to compile the linux vorbis-tools-1.0rc3 using gcc 2.95.3 gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a encode.o: In function `oe_encode': encode.o(.text+0x87): undefined reference to
2000 Sep 19
1
Vorbis vs OGG?
Hi there. I'm a little new to OGG, so please excuse the stupidity of this question, but: Could someone please tell me which of the two is the compression algorithm and which of the two is the framing methodology? From what I can figure, Vorbis is the compression and OGG is the framing. What is confusing me is the fact that libvorbis has a bunch of functions that start with ogg_, so
2001 Aug 27
1
oggenc 1.0rc2 dies on alpha
Embarrasing that I didn't notice this earlier. oggenc from 1.0rc2 dies for me on FreeBSD/alpha with SIGFPE. I expect this to come out of libvorbis. I've built libao/libogg/libvorbis/vorbis-tools with both gcc and ccc, no difference. I'll see whether I can dig up more details. -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ----
2009 Jul 15
2
Fixing ogg vorbis corruption caused by bad metadata
Adam Rosi-Kessel wrote: > Yes, it was Mediamonkey. They claim that it was due to a bug in vorbis > libraries. All software has bugs, but this explanation doesn't really add up. libvorbis is the codec. If they had blamed libogg, which does the container, then yes, that would have been a believable explanation :-). Erik --
2010 Dec 01
1
procrustes results affected by order of sites in input file
Dear All, I am using a Procrustes analysis to compare two NMDS ordinations for the same set of sites. One ordination is based on fish data, the other is based on invertebrate data. Ordinations were derived using metaMDS() from the {vegan} library as follows: fish.mds<-metaMDS(fish.data, distance="bray", k=3, trymax=100, wascores=TRUE, trace=TRUE, zero="add")
2009 May 20
1
Fwd: Regarding OGG VORBIS DECODER
Hi, V have used the tool chains arm-elf-gcc-3.2.1.tar.bz2 arm-linux-gcc-3.4.3_1.0.1tar.bz And v r using the - Cirrus-arm-linux-2.0.8-full.tar.bz2(kernel version 2.6) pls help us. V ll be using the "libvorbis-1.2.0.tar.gz" tool chain..... EP9302 Overview The EP9302 is an ARM920T-based system-on-a-chip design with a peripheral set targeted to a variety of applications: