<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I am trying to build the OggImport component using Xcode 3.0. &nbsp;Since I am a fan of frameworks, I have the&nbsp;<span class="Apple-style-span" style="color: rgb(100, 56, 32); font-family: Monaco; font-size: 10px; ">XIPHQT_USE_FRAMEWORKS&nbsp;</span>define set. &nbsp;Anyhow, I am getting a link error as listed below.<div><br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; ">Ld /Users/jeff/programming/xiph-qt/OggImport/build/Development/OggImport.component/Contents/MacOS/OggImport normal i386</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; ">&nbsp; &nbsp; cd /Users/jeff/programming/xiph-qt/OggImport</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; ">&nbsp; &nbsp; /Developer/usr/bin/gcc-4.0 -o /Users/jeff/programming/xiph-qt/OggImport/build/Development/OggImport.component/Contents/MacOS/OggImport -L/Users/jeff/programming/xiph-qt/OggImport/build/Development -F/Users/jeff/programming/xiph-qt/OggImport/build/Development -F/Developer/SDKs/MacOSX10.4u.sdk/Library/Frameworks -F/Users/jeff/Library/Frameworks -filelist /Users/jeff/programming/xiph-qt/OggImport/build/OggImport.build/Development/OggImport.build/Objects-normal/i386/OggImport.LinkFileList -framework Carbon -framework CoreFoundation -framework QuickTime -framework Ogg -framework Vorbis -framework TheoraExp -framework Speex -arch i386 -exported_symbols_list src/OggImport.exp -bundle -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>Undefined symbols:</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; "__store_sample_reference", referenced from:</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__vorbis in stream_vorbis.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__speex in stream_speex.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__flac in stream_flac.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__theora in stream_theora.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__theora in stream_theora.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; "__commit_srefs", referenced from:</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__vorbis in stream_vorbis.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _flush_stream__vorbis in stream_vorbis.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__speex in stream_speex.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _flush_stream__speex in stream_speex.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__flac in stream_flac.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _flush_stream__flac in stream_flac.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _process_stream_page__theora in stream_theora.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>&nbsp; &nbsp; &nbsp; _flush_stream__theora in stream_theora.o</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>ld: symbol(s) not found</i></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 32px; text-indent: -32px; font: normal normal normal 11px/normal Courier; "><i>collect2: ld returned 1 exit status</i></div><div style="text-indent: -32px;"><font class="Apple-style-span" face="Courier" size="3"><span class="Apple-style-span" style="font-size: 11px;"><i><br class="webkit-block-placeholder"></i></span></font></div>
</div><div>Unfortunately, a google search reveals no hits for&nbsp;<span class="Apple-style-span" style="font-family: Courier; font-size: 11px; font-style: italic; ">store_sample_reference&nbsp;<span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; font-style: normal; ">and&nbsp;<span class="Apple-style-span" style="font-family: Courier; font-size: 11px; font-style: italic; ">commit_srefs<span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; font-style: normal; ">. &nbsp;Am I missing a file or library somewhere?</span></span></span></span></div><div><br class="webkit-block-placeholder"></div><div>Jeff</div></body></html>