similar to: SIGTRAP in Xcode

Displaying 20 results from an estimated 5000 matches similar to: "SIGTRAP in Xcode"

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
2002 Jul 15
2
Patches and questions for spec files
I'm forwarding this mail, since thomasvs on #vorbis can't seem to subscribe/send to the list. Please Cc: thomas@apestaart.org when you answer, or write directly to him. ----- Forwarded message ----- Hi, I've been asked by Vakor to help out on the packaging of the 1.0 release (for Red Hat). (For some reason xiph.org is refusing any mail from our server, urgent.rug.ac.be, so I
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system. The c, and makefile are as follows, and the error produced. I've also included an ldd of the compiled file. If anyone can be of any help, it would be greatly appreciated! --------------------------C FILE------------------------------- #include <stdio.h> #include <string.h> #include
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0 RPMs on a few redhat machines and failing horribly. I'm in dependency hell. For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?) which does not seem to be available in any recent redhat releases. Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines choke. Worst of all is
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi, I'm trying to load the vorbis libs dynamicly on Mac OS X. I've got success for libogg, libvorbis and libvorbisfile. But libvorbisenc drives me crazy. The function "vorbis_encode_init" seems not to be in there if I am using "NSLookupSymbolInImage". But the tools "otool" and "nm" tell me that the function is declared. Does anyone know, what I
2007 Jul 23
4
libvorbis 1.2.0 release candidate
All, Monty has made some improvements to the vorbis reference implementation, and we're ready to do a new release. Please sanity check the release candidate at http://people.xiph.org/~giles/2007/libvorbis-1.2.0rc2.tar.bz2 And let us know if there are any problems. The plan is to make an official release on Wednesday. Changes since the 1.1.2 release: * new ov_fopen() convenience
2002 Dec 11
1
Docs Missing
Hi All, The "libvorbisenc api reference" (http://www.xiph.org/ogg/vorbis/doc/vorbisenc/reference.html) exists, but appears to be the libvorbisfile api reference. Is there anywhere where I can find the "libvorbisenc api reference"? Cheers -- Andrew Baker --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis and things, so please bear with me. :) I've been having trouble with libvorbisfile. My use of it is fairly simple, but when I try to ov_clear the vorbis file, it segfaults. I can attach or otherwise make availible some demo source code, but for now I'll just pull out relevant lines: //BEGIN PSEUDO CODE
2000 Sep 03
2
cvs changes
I'm trying to clean up CVS, getting everything where it should be, because pretty soon we're going to have to build SDK's and whatnot, and I want that to be easy. We're basically going to have 3 libraries: 1) libogg 2) libvorbis 3) libvorbisfile I have separated libogg out from the rest of the code, cleaned it up, got it doing 'make dist' and rpms and imported this into
2005 Dec 16
1
lib for compiling encoder_example.c
where do i can get these files -libogg.lib, -libvorbis.lib, -libvorbisenc.lib should i compile it on my own ? How do i compile it ? In step by step explanation please.. Thank you.. Best Regards __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2009 Mar 15
1
vorbisenc creates silent ogg files on ARM EABI
Hi Sorry, the reason I joined the list is for help finding a bug that occurs when libvorbisenc is compiled and run on ARM EABI systems (current Debian, Gentoo, OpenEmbedded etc). The symptom is that oggenc produces shorter ogg files than it should (about 1/2 size) that decode to the correct duration but of total silence. libvorbis/examples/encoder_example does the same on these systems, but
2006 Apr 27
4
Why?
Hello, I haven't installed anything other then what is in the Repos. Here are my Repo's: yum.repos.d $ cat atrpms.repo [atrpms] name= ATRPMS RPM Repository for Red Hat Enterprise Linux baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgcheck=1 enabled=1 yum.repos.d $ cat CentOS-Base.repo # CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance
2004 Nov 29
1
Vorbis and threads
Hi, I made an app. to encode/decode vorbis streams. My encoder is based on the libvorbis documentation, and I use ov_read for decoding. The two process is running on seperate threads (not paralell). If I use the code only encode or decode everything works fine, but when I try to encode and decode in the same code (threads) It crashes. My question is, is libvorbisenc and libvorbisfile thread
2008 May 02
0
error while cross compiling libvorbis
hi, i cross compiled the libao,libogg,libvorbis& vorbis-tool files to my arm board, all went right for libao,libogg,vorbis-tool, but while cross compiling libvorbis after, make install it showed the following error -z "/root/ogg/lib" || /bin/mkdir -p "/root/ogg/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbis.la'
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed. Makefile.am : some stuff copied from branch_beta3 ogg lib must be added only where necesary. vq subdir Makefile.am'ized, (but installs nothing) made distclean target slightly more clean -- check it by hand first, please --- also you'll want to remove vq/Makefile if the ...am passes inspection ------------------------------------------------- diff
2006 Jan 27
1
please help me with some files
Hello I'm someone who whants to do a project using your vorbis libraries for encoding. I'm very impressed about what this codec can do and I want to use it. I have a school project in which I want to compress a wave file , using the power of many computers from a local network. So I'm asking you , if it is possible , to upload on your site (or send them to me , if i'm not asking
2002 Jan 01
6
new vorbisenc behaviour
Just got around to compiling RC3 under beos and came across an anomaly when using managed bitrates. I haven't changed the code for the beos encoder but I now get double the bitrates so vorbis_encode_init(&vi,mediaFormat.u.raw_audio.channel_count,(long)mediaFormat.u.raw_audio.frame_rate , -1, 128000, -1); now gives me vorbis files that average around 325 - 350. Is this now the correct
2007 Sep 18
1
vorbis-tools configure
Hi guys, I'm trying to compile vorbis-tools with libvorbis-aotuvb5. The problem is that installed libvorbis conflicts with myself-compiled libvorbis-aotuvb5, though I specified --with-vorbis-libraries and --with-vorbis-includes to the vorbis-tools configure: vorbis-tools-1.1.1# CFLAGS="-static" ./configure
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