Thanks Conrad, but no matter what I try I'm dead in the water.<div><br></div><div>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. </div>
<div><br></div><div>- Downloaded libogg-1.1.3 and libvorbis-1.2.0. </div><div>- ran the "sh ./configure" and "sudo make install"</div><div>- opened each xCode project and built the frameworks.</div><div>
- copied the frameworks into the appropriate SDK Frameworks directory.</div><div>- included the frameworks and header files in my project</div><div><br></div><div>Do I need to do anything with the "libvorbis.a" and "libvorbisfile.a" files? I don't know what those are.</div>
<div><br></div><div>Thanks in advance for anybody willing to spoon feed me on this.</div><div><br></div><div>Jeff</div><div><br></div><div><br><br><div class="gmail_quote">On Mon, May 4, 2009 at 1:36 AM, Conrad Parker <span dir="ltr"><<a href="mailto:conrad@metadecks.org">conrad@metadecks.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">2009/5/4 Jeffrey Anderson <<a href="mailto:jeffmo77@gmail.com">jeffmo77@gmail.com</a>>:<br>
<div><div></div><div class="h5">> Hello,<br>
><br>
> I'm trying to implement ogg file playback in Xcode for the iPhone. I built<br>
> the frameworks and added them to the project along with all the headers.<br>
> Now I'm just getting some linker errors saying:<br>
><br>
> _ov_open", referenced from: ...myclass.o<br>
> symbol(s) not found<br>
><br>
> This is declared in vorbisfile.h. Does this mean my vorbis.framework isn't<br>
> found? Any help will be greatly appreciated.<br>
<br>
</div></div>I don't know the XCode frameworks, but I expect it means the<br>
vorbisfile.framework isn't found.<br>
<br>
They are separate libraries, libvorbis is a dependency of libvorbisfile.<br>
<font color="#888888"><br>
Conrad.<br>
</font></blockquote></div><br></div>