Displaying 20 results from an estimated 10000 matches similar to: "Is it possible to compile libvorbis with mingw?"
2006 May 09
0
libvorbis build errors when using configure
First my environment
MinGW and MYSYS with gcc 3.4.2 under Windows XP pro.
I configured and built libbogg with out a problem. I configured
libvorbis and it finds libogg. When I type make it dies with:
gcc -shared .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o
.libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o
.libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o
2004 Nov 01
1
compile libvorbis using mingw?
I downloaded libogg-1.1.2 and libvorbis-1.1.0, and want to compile them
using mingw32.
In libogg-1.1.2 directory, 'sh configure --prefix=/mingw' and 'make' and
'make install' works smoothly. It create libogg.a, ligogg.dll.a,
libogg.la in my /mingw/lib and header files in /mingw/include/ogg, so I
think the gcc compiler will find them easily.
After switching to
2003 Sep 15
1
libogg and libvorbis on MinGW
I am using libogg, libvorbis, and libvorbisfile in my most recent
project. One of the build environments that my project must build on is
MinGW. http://www.mingw.org/
Unfortunately, it seems that there are a few (possibly) minor problems
with the libogg and libvorbis build processes which prevent me from
building them under MinGW.
One is that both of them reference header _G_config.h which
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'
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
2009 Jun 23
1
libVorbis 1.2.2 release announcement
Two weeks have passed with no bugs filed against the release
candidate, so we have officially tagged it as 1.2.2 final. Following
is the official release announcement:
Xiph.Org is pleased to announce the release of libvorbis-1.2.2. This
full release is code-identical to the preceeding 1.2.2-rc1 release
candidate.
1.2.2 is primarily a bugfix release to push out many fixes, some of
which have
2009 Jun 23
1
libVorbis 1.2.2 release announcement
Two weeks have passed with no bugs filed against the release
candidate, so we have officially tagged it as 1.2.2 final. Following
is the official release announcement:
Xiph.Org is pleased to announce the release of libvorbis-1.2.2. This
full release is code-identical to the preceeding 1.2.2-rc1 release
candidate.
1.2.2 is primarily a bugfix release to push out many fixes, some of
which have
2009 Jun 03
0
libVorbis 1.2.2 release candidate announcement
Xiph.Org is pleased to announce a release candidate of
libvorbis-1.2.2. This is primarily a bugfix release to push out
many fixes, some of which have been in SVN for a long time but
haven't warranted their own release mainly due to being picked up
asynchronously by distributions. Aside from the arcane bugfix
list in the SVN logs, this release includes a few new bugfixes
that languished due
2009 Jun 03
0
libVorbis 1.2.2 release candidate announcement
Xiph.Org is pleased to announce a release candidate of
libvorbis-1.2.2. This is primarily a bugfix release to push out
many fixes, some of which have been in SVN for a long time but
haven't warranted their own release mainly due to being picked up
asynchronously by distributions. Aside from the arcane bugfix
list in the SVN logs, this release includes a few new bugfixes
that languished due
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
2006 Nov 27
3
Compiling libogg and libvorbis using MinGW
Hi there,
This is probably a rather stupid question, but being a bit new to the open
source world I'd like to ask this question anyway:
I'm trying to learn more about Ogg Vorbis, so I downloaded the source code
for libogg and libvorbis. I unzipped them and tried to compile them using
../configure and make in MinGW. libvorbis complains that libogg is not
installed even though I just
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
2001 Sep 03
0
[paul@mail.me.maar.nu: Building vorbis-tools without libao]
Again, Hi All,
Thanks for your replies. I probably should've mentioned that
I'm not subscribed to the list but I found your answers on
the archives.
I just wanted to go on record and mention that I do in fact
have all the original CD's and that by re-encoding I meant
repeating the entire process of ripping the original CD's
(with cdparanoia (of course ;)) and then encoding them
2006 Jun 22
0
mingw compilation and changes?
during some testing i found that with the following toolkit i have
found, and correctly identified issues pertaining to theora and
mingw32 on windows...
the tools:
Mingw5.0.x ( full install of all posibly components )
extra api, namely the winapi 3.7 from the mingw site
directx 7 files from libsdl website
msys and msysDTK v 1.x
the libraries...
libogg-1.1.3
libvorbis-1.1.2
libtheora-1.0alpha6
2001 Sep 03
2
Building vorbis-tools without libao
Hi All,
For my new file (and thus mp3) server I've decided to switch
completely to Ogg Vorbis. This means having to reencode
~30GB worth of 128Kb MP3's, but i figured that it would all
be worth the effort. So I downloaded the sources for
libogg, libvorbis and vorbis-tools and fired up my trusty
old compiler. libogg and libvorbis built and installed
like a charm. Not so for
2000 Nov 18
0
Problem linking libvorbisfile on Mac OS X
I'm working on getting the Darwin/Mac OS X port of Vorbis up and running again and have run into problems building libvorbisfile. I have installed the latest libtool (1.3.5) and modified it to handle Darwin/Mac OS X better (to create shared libraries, dylibs, that can be linked against other dylibs instead of creating bundles which cannot be used as input to the linker).
But, when it tries
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
2007 Jul 26
2
libvorbis 1.2.0 release
A new libvorbis release is now available.
http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2
http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz
http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip
This release fixes some robustness issues with corrupt streams,
including a security issue. Also new in this release is support
for multiplexed streams in
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 Jan 26
1
[fwd] Ogg123 crash report on EV4 Multia
----- Forwarded message from Telford Tendys <telford@triode.net.au> -----
Delivery-Date: Thu Jan 25 22:22:57 2001
Date: Fri, 26 Jan 2001 16:26:27 +1100
From: Telford Tendys <telford@triode.net.au>
To: feedback@vorbis.com
Subject: Comments on your code
User-Agent: Mutt/1.2.5i
Dear Vorbis,
I didn't even know about ogg or vorbis until I was at a conference
and someone said, ``if