Soprano build failure on SL
Ryan Schmidt
ryandesign at macports.org
Sat Mar 6 10:22:03 PST 2010
On Mar 6, 2010, at 11:14, Julian Wilcox wrote:
> I've been trying to get KDE4 up and running but am having problems with Soprano, a required dependency.
The output you attached contains:
ld: warning: in /Developer/SDKs/MacOSX10.6.sdk/Library/Frameworks//iodbc.framework/iodbc, missing required architecture x86_64 in file
So you have an iodbc framework that doesn't contain the x86_64 architecture. Turns out /Developer/SDKs/MacOSX10.6.sdk/Library/Frameworks is a symlink to /Library/Frameworks so this is not a problem with the SDK but with the fact that you have installed the iodbc framework at all. Either remove the iodbc framework, or get a version of it that contains the x86_64 architecture from wherever you got it from in the first place (it's not a usual part of Mac OS X as distributed by Apple as far as I can tell).
More information about the macports-users
mailing list