<div class="gmail_quote">hi<div><br></div><div>i am able to compile taglib on osx to include in my own app or even add a precompiled framework version without any errors,</div><div>but as soon as i try to use taglib using your simple example:</div>
<div><br></div><div><p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#008326"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#008326">// UntitledAppDelegate.mm</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#008326"><font color="#000000"><font color="#008326"><br></font></font></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#d62b24"><span style="color:#7a482f">#import </span>"UntitledAppDelegate.h"</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#d62b24"><span style="color:#7a482f">#include </span><taglib/fileref.h></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#d62b24"><span style="color:#7a482f">#include </span><taglib/tag.h></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#d62b24"><span style="color:#7a482f">#include </span><taglib/tstring.h></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#d62b24"><span style="color:#7a482f">#include </span><taglib/taglib.h></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo"><span style="color:#bf2e9d">@implementation</span> UntitledAppDelegate</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#bf2e9d">@synthesize<span style="color:#000000"> window;</span></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo">- (<span style="color:#bf2e9d">void</span>)applicationDidFinishLaunching:(<span style="color:#7340a3">NSNotification</span> *)aNotification {</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#008326"><span style="color:#000000"><span style="white-space:pre-wrap">        </span></span>// Insert code here to initialize your application </p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><span style="white-space:pre-wrap">        </span></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#d62b24"><span style="color:#000000"><span style="white-space:pre-wrap">        </span></span><span style="color:#7340a3">TagLib</span><span style="color:#000000">::</span><span style="color:#4b8186">FileRef</span><span style="color:#000000"> f(</span>"Latex Solar Beef.mp3"<span style="color:#000000">);</span></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#008326"><span style="color:#000000"><span style="white-space:pre-wrap">        </span></span><span style="color:#7340a3">TagLib</span><span style="color:#000000">::</span><span style="color:#7340a3">String</span><span style="color:#000000"> artist = f.</span><span style="color:#7340a3">tag</span><span style="color:#000000">()-></span><span style="color:#2e595d">artist</span><span style="color:#000000">(); </span>// artist == "Frank Zappa"</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><span style="white-space:pre-wrap">        </span></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#d62b24"><span style="color:#000000"><span style="white-space:pre-wrap">        </span>f.</span><span style="color:#7340a3">tag</span><span style="color:#000000">()-></span><span style="color:#3f217c">setAlbum</span><span style="color:#000000">(</span>"Fillmore East"<span style="color:#000000">);</span></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo"><span style="white-space:pre-wrap">        </span>f.<span style="color:#2e595d">save</span>();</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo">}</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;min-height:13.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:11.0px Menlo;color:#bf2e9d">@end</p></div><div><br></div><div>i get the following errors mentioning undefined symbols:</div><div><br></div><div><p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo">
Ld "/Users/Nonnus/iPhone Dev/Xcode builds/Debug/Untitled.app/Contents/MacOS/Untitled" normal i386</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo">cd /Users/nonnus/Desktop/Untitled</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo">setenv MACOSX_DEPLOYMENT_TARGET 10.6</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo">/Developer/usr/bin/g++-4.2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.6.sdk "-L/Users/Nonnus/iPhone Dev/Xcode builds/Debug" "-F/Users/Nonnus/iPhone Dev/Xcode builds/Debug" -filelist "/Users/Nonnus/iPhone Dev/Xcode builds/Untitled.build/Debug/Untitled.build/Objects-normal/i386/Untitled.LinkFileList" -mmacosx-version-min=10.6 -framework Cocoa -o "/Users/Nonnus/iPhone Dev/Xcode builds/Debug/Untitled.app/Contents/MacOS/Untitled"</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo">Undefined symbols:</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> "TagLib::String::String(char const*, TagLib::String::Type)", referenced from:</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> "TagLib::FileRef::~FileRef()", referenced from:</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> "TagLib::String::~String()", referenced from:</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> "TagLib::FileRef::tag() const", referenced from:</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> "TagLib::FileRef::save()", referenced from:</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> "TagLib::FileRef::FileRef(char const*, bool, TagLib::AudioProperties::ReadStyle)", referenced from:</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo"> -[UntitledAppDelegate applicationDidFinishLaunching:] in UntitledAppDelegate.o</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo">ld: symbol(s) not found</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo">collect2: ld returned 1 exit status</p>
<p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px"><br></p><p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px">
<br></p><p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px">can anyone provide some info on what is going on and how to fix it ?</p><p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px">
<br></p><p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px">thanks in advance</p><p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px">
<br></p><font color="#888888"><p style="margin:0.0px 0.0px 0.0px 12.0px;font:11.0px Menlo;min-height:13.0px">nonnus</p></font></div>
</div><br>