Displaying 20 results from an estimated 4000 matches similar to: "Compiler Question (Link Error)"
2009 May 04
2
using "ov_open" in XCode
Hello,
I'm trying to implement ogg file playback in Xcode for the iPhone. I built
the frameworks and added them to the project along with all the headers.
Now I'm just getting some linker errors saying:
_ov_open", referenced from: ...myclass.o
symbol(s) not found
This is declared in vorbisfile.h. Does this mean my vorbis.framework isn't
found? Any help will be greatly
2009 May 04
2
using "ov_open" in XCode
Thanks Conrad, but no matter what I try I'm dead in the water.
I guess I'm looking for somebody who can help me through the ogg/vorbis
installation process for Mac OSX. Maybe I did something wrong.
- Downloaded libogg-1.1.3 and libvorbis-1.2.0.
- ran the "sh ./configure" and "sudo make install"
- opened each xCode project and built the frameworks.
- copied the
2020 Oct 08
0
git clone failed
Using git-2.28.0, I can't seem to clone the official repo:
...
warning: object c53598453ebdbbd8b8f05eed412484ad7f4d1c26:
missingTaggerEntry: invalid format - expected 'tagger' line
warning: object 8478c2d69b2a0722957916689f8e3bf0053a7448:
missingTaggerEntry: invalid format - expected 'tagger' line
warning: object 47b5b6ef17a35f1d26de04386b9e1440f4941215:
missingTaggerEntry:
2020 Oct 08
2
git clone failed
(Resending in plain text.)
Using git-2.28.0, I can't seem to clone the official repo:
...
warning: object c53598453ebdbbd8b8f05eed412484ad7f4d1c26:
missingTaggerEntry: invalid format - expected 'tagger' line
warning: object 8478c2d69b2a0722957916689f8e3bf0053a7448:
missingTaggerEntry: invalid format - expected 'tagger' line
warning: object
2003 Apr 01
1
Underscores in BCB making vorbisfile unusable
I use Borland C++ Builder 3 and I'm having trouble getting vorbisfile to work. This version of C++ Builder prefixes function names with underscores, so in the .obj file ov_open would look like _ov_open. Now, when linking the .obj files, it looks for the function _ov_open in all other .obj files and .lib files in the project. It finds none, and gives me an unresolved external error. I can
2008 Mar 18
1
ssh: Disconnecting: Bad packet length
Hello,
I have the following problem with ssh on Solaris 10,
64bitx86 systems:
bash-3.00# ssh -v admin at 172.20.11.244
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL
0x0090704f
debug1: Rhosts Authentication disabled, originating
port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to 172.20.11.244 [172.20.11.244]
port 22.
debug1: Connection established.
debug1: identity
2004 Aug 06
1
[OT] Online music database
(Already noting the posts that say this is not available)
Are you willing to deal with "non authoritative" answers in your query?
If so, you can write some scripts that talk CGI to a commercial music vendor. I use a (no longer available) MP3 tagger called "MP3 Internet Renamer". It would go out and request a web page from the "All Music Guide" (
2013 Jul 30
2
MP3 Tagger
Is there any good tagger for CentOS 6?
--
_
?v?
/(_)\
^ ^ Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/
****
2000 Jun 27
1
vorbis-tools/Makefile.in glitch...
I'm updating my vorbis rpm spec file, and when I try to do "make -C
vorbis-tools ogg123", due to rpm's build environment, I get lots of:
gcc ogg123.o -o ogg123 -lm ../lib/libvorbis.a ../lib/vorbisfile.a
../lib/vorbisfile.a(vorbisfile.o): In function `_get_prev_page':
vorbisfile.o(.text+0x54): undefined reference to `ogg_sync_reset'
vorbisfile.o(.text+0xa9): undefined
2000 Apr 20
3
Thoughts on vorbisfile
Hi all,
While reading through various bits of libvorbis and vorbisfile, and then
thinking about how to implement other features in the xmms and winamp
plugins, I had some thoughts...
Vorbisfile is very useful, and very easy to use. It is, however, tied to
stdio - which means you can't use it for lots of other stuff where it'd be
useful - like streaming, or (under win32) avoiding stdio
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
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all,
I need to use BCB6 with Wine to develop a software that uses two ocxs
built with MS Visual C++.
I set ole32, oleaut, typelib to native for bcb, else it doesn't start
correclty. After that, BCB start up, I can design the forms, write the
code, but I have two problems that block me:
a) when I press the Execute button, the units are compiled, but the
linker hangs up with all the cpu used
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
2004 Jun 06
2
vorbisfile timestamp oddity
I'm seeing some inconsistency in returned timestamps using vorbisfile.
I open a file, read some data (grabbing timestamps with ov_pcm_tell),
then seek back with ov_pcm_seek(vf, 0) and read it again.
The seek lands back on 0, but on the second read through, there's a gap
in the timestamps: they jumps up by 2112 frames. This causes my vorbisfile
code to insert silence to maintain sync (as
2006 Mar 07
2
oggfile, skeleton and vorbis tools
On Tue, Mar 07, 2006 at 12:10:57PM -0500, Monty wrote:
> On Wed, Mar 01, 2006 at 10:36:38PM +0000, Ian Malone wrote:
> > I assume what this all means is there's no desire for any kind of stop-
> > gap libvorbisfile that does the "vorbis out of any otherwise valid Ogg
> > stream"[1], and that anything along these lines will wait until Oggfile.
>
> Well,
2005 Jun 17
1
ov_open fails on Version 1.0.1
Eddie,
I have been reviewing vorbis list postings, because I have been spinning my wheels for a week, trying to make a simple insertion of ogg vorbis decoding (vorbisfile) in the audio class of my MFC/C++ program. I just read your thread from April 2004.
Question: Do you have anything you could send me, since I assume you succeeded in getting results? And/or could you take a look at what I
2012 Dec 05
7
ov_open_callbacks takes so much time to open 210 MB OGG file
Why ov_open_callbacks(fd_, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) takes so
long to open OGG file?
The OGG file has just 210 MB. It takes a lot of time open the file.
I am working on OGG audio recorder and player.
Thanks in advance!
With kind regards,
Pavel
2000 Oct 18
1
Building on BeOS part 3
After fixing a 'bug' in libtool, I've finally got ogg compiling and producing
a shared library. Now I'm trying to build vorbis but I'm falling over
at the final step. While trying to produce libvorbisfile.
The make file is trying to compile with
gcc -nostart vorbisfile.o -L/boot/home/config/lib -logg -Wl,-soname -
Wl,libvorbisfile.so -o .libs/libvorbisfile.so
with
2001 Mar 29
3
ov_pcm_seek() is very slow...
I realise the it's hard to do a seek in a variable bitrate
file but I didn't think it was this bad. It seems to vary
a lot with the file but the total time to do an ov_open()
and ov_pcm_seek() can add upp to a second or more. By this
time my DirectX buffers have wrapped around and are looping.
Can anybody think of a solution for this? I really need a
faster response time for my in-game
2006 Mar 09
3
oggfile, skeleton and vorbis tools
----- Original Message -----
From: "Ian Malone" <ibmalone@gmail.com>
To: <ogg-dev@xiph.org>
Sent: Friday, March 10, 2006 8:42 AM
Subject: Re: [ogg-dev] oggfile, skeleton and vorbis tools
> Re-reading Monty's email: when you talk about vorbis-only vorbisfile and
> the concurrent vorbis stream case do you mean vorbisfile will need to be
> able to choose?