similar to: libvorbis compile failure

Displaying 20 results from an estimated 1000 matches similar to: "libvorbis compile failure"

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
2000 Apr 21
5
BeOS diffs
HI, how do I get mods applied to Vorbis, I'm not a cvs guru and I don't know much about configure scripts. BeOS has this little quirk of being 99% POSIX compliant so these mods are required for vorbis to compile. To define int64_t in codec.h #ifdef __BEOS__ #include <inttypes.h> #endif run.c in vq needs 'changing' around line 141 becuase S_IFSOCK isn't
2000 Nov 05
1
branch_beta3 merged onto mainline
I merged branch_beta3 (modules ogg and vorbis) onto the mainline. Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be
2014 Aug 09
1
libvorbisfile dynamic linkage with pkg-config - inter-library dependencies?
Audacity is preparing to release version 2.0.6 shortly, so I have been doing numerous test builds. Since the last Audacity release, my development system (Gentoo Linux) has updated to libvorbis-1.3.4 and libogg-1.3.1. As a result (I think) of this, I now get link errors when trying to compile Audacity against the system copies of libogg and libvorbis (standard dynamic linkage to the system
2000 Nov 18
1
beta 3 release build is broken on BeOS
Seems we've gone back to the -L/path/to/libvorbis/ -lvorbis missing while building libvorbisfile :( it appears that. libvorbisfile_la_LIBADD = libvorbis.la and libvorbisenc_la_LIBADD = libvorbis.la have gone missing from vorbis/lib/makefile.am Dave --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list,
2003 Oct 01
9
win32sdk-1.0.1
Hi Ralph, Two diffs. One for vorbis.def and the other for vorbisfile.def. Hope they work!! regards John -------------- next part -------------- A non-text attachment was scrubbed... Name: vorbisdef.diff Type: application/octet-stream Size: 256 bytes Desc: vorbisdef.diff Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20031001/3b7df5ad/vorbisdef-0001.obj -------------- next part
2001 Jan 30
1
vorbis-tools build problems
Building vorbis-tools out of today's CVS (Jan 30) on Linux/i386 has a few problems. 1) Building oggenc: gcc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0prebeta4\" -I. -I. -pipe -O2 -m486 -fno-strength-reduce -c platform.c platform.c:55: warning: garbage at end of `#ifdef' argument 2) Building ogg123: gcc -DPACKAGE=\"vorbis-tools\"
2003 Mar 26
1
Libvorbis documentation.
Greetings, On the official documentation page, http://www.xiph.org/ogg/vorbis/docs.html, there are links to the documents describing the released libraries, ie. libvorbis, vorbisfile and vorbisenc. However, the first one is not a link at all, although I seem to remember that it was so earlier. I also downloaded the SDK for Mac OSX, which sorta contains a documentation for libvorbis, but
2000 Nov 12
2
This is not going well... but better than before!
Ok... This is begining to go a bit better.... I have compiled 4 lib's and placed them in my lib path. ogg.lib vorbis.lib vorbisenc.lib vorbisfile.lib When I try and compile oggenc.c I still have link errors.. unresolved external symbol _vorbis_comment_clear unresolved external symbol _optind unresolved external symbol _optarg unresolved external symbol _vorbis_comment_add_tag
2003 Sep 22
1
vorbisfile for Mac Classic
Hi, this is my first post, I hope it's the right mailing list (or should it be vorbis@xiph.org?) I just downloaded "SDK for MacOS9" and tried to compile the "vorbisfile_example.c" sample with CodeWarrior for Mac 8 on a Mac OS 9.2 machine. I included the libOgg and libVorbis libraries in my project, but the linker cannot file ov_clear(), ov_read(), ov_pcm_total(),
2000 Oct 26
1
ogg123 does not stop at the end of the file
MoiN ogg123 does not exit after playing a file but starts to eat all available cpu time, trying to read past the end of the file. Please apply the following patch to ogg123.c in vorbis-tools: --- vorbis-tools/ogg123/ogg123.c.orig Thu Oct 26 22:37:05 2000 +++ vorbis-tools/ogg123/ogg123.c Thu Oct 26 22:37:29 2000 @@ -461,9 +461,9 @@ while (!eos) {
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
2009 Mar 25
1
Vorbis libraries
Hello All, Please excuse the noob-ness of my question, but I am just starting out with Vorbis decoding/encoding. I downloaded all the necessary header files (codec.h, vorbisfile.h, vorbisenc.h, ogg.h); however I cannot find any pre-compiled static or dynamic libraries that I need, all I can find is the source code. Are there any precompiled libraries I can download, or do I have to compile them
2005 Jun 14
3
lack of detail for exception in ov_open
I am having one frustrating time trying to decipher why ov_read is failing in my MFC/C++ application, and I see in Google results that others have had difficulty as well. These google discussions generally involve libraries, dll's and linking options, as though there are perhaps some basic incompatibilities between ogg vorbis and win32 and/or MFC/C++. Very confusing. If I pass fopen a
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
2000 Nov 10
2
source browser updated
http://surf.chimie.uqam.ca/~kruus/vorbis/ now contain branch_beta3 and trunk subdirs that are updated daily (until branch_beta3 becomes historical next week, like the other snapshots at that URL). to web-browse the source code, go to http://surf.chimie.uqam.ca/~kruus/vorbis/lxr/http/source erik (back after audio-video sync miniproject. Yay!) --- >8 ---- List archives:
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
2003 Oct 06
2
Question about distribution Vorbis software
Dear Sirs, we should like to use your software for compression our sound files. We use the following dlls: ogg.dll, vorbis.dll, vorbisenc.dll, vorbisfile.dll We will insert your copyright "Copyright ¿ 2003, Xiph.org Foundation" in the documentations of our software and the following text in our End-User License Agreement: "THIS SOFTWARE IS
2001 Jul 19
2
win32: Encoder using vorbisenc.dll - AV?
Hello, When I compile either oggenc or encoder_example with static libraries, they work fine, but when I try them with the dynamic libraries, I get an access violation in vorbisenc.dll with both oggenc and encoder_example. Can anyone on win32 confirm this? It's strange because vorbisfile.dll *does* work with vorbisfile_example, and the configuration for vorbisfile.dll is exactly the same