undefined symbol errors when running latest taglib on osx app
Nonnus ™
nonnus3g at gmail.com
Sun Jan 30 04:27:17 CET 2011
(...)
What is your taglib framework's install path? The solution to your problem
depends on how the fw is configured (using @rpath or @loader_path, or
installed in a location external to your app) but more than likely you'll
need to set the appropriate runpath search paths in your app's build
settings.
Stephen
(...)
thanks for you help steven
after trying all the complicated solutions,
building with make, adding library location to header search paths,
compiling framework with a xcode proejct from github, adding framework to
project, etc...
i found out that i had a libtag.dylib available in my target settings info
section (under linked libraries),
as soon as i added it to project i only needed to perform the includes and
everything seems to be working perfectly :)
i am just not sure why the lib was listed there, if it was always there, if
it was because i compiled with make or using the xcode project,
i actually have a bunch of libtags listed:
libtag_c.0.0.0.dylib
libtag_c.0.dylib
libtag_c.dylib
libtag.1.9.0.dylib
libtag.1.dylib
libtag.dylib
not really sure why :D
in any case i am rolling now
thanks alot
nonnus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20110130/45cf0b00/attachment.htm
More information about the taglib-devel
mailing list