Koen van der Drift wrote:
[]
> I tried that, and now get the following error instead at the same location:
> 
> Linking CXX executable massXpert.app/Contents/MacOS/massXpert
> cd /sw/src/fink.build/massxpert-x11-2.1.0-1001/massxpert-2.1.0/gui && 
> /sw/bin/cmake -E cmake_link_script CMakeFiles/massXpert.dir/link.txt 
> --verbose=1
> /sw/var/lib/fink/path-prefix-g++-4.0/c++    -mmacosx-version-min=10.3 
> -fvisibility-inlines-hidden -isysroot /Developer/SDKs/MacOSX10.4u.sdk 

OK, the -mmacosx-version-min=10.5 is gone, but -mmacosx-version-min=10.3 
is still there, and -isysroot /Developer/SDKs/MacOSX10.4u.sdk too.
I don't know if these have anything to do with the error you are seeing 
now, though.

[]
> QtXml -framework QtSvg -Wl,-all_load ../lib/libmasslib.a -Wl,-noall_load 
> -framework QtGui -framework QtCore ../lib/libmasslib.a
> 
> ld warning: option -noall_load is obsolete and being ignored
> Undefined symbols:
>   "_CFRelease", referenced from:
>       massXpert::ConfigSettings::initializeSystemConfig()      in 
[]

Looks like a missing -framework CoreFoundation. No idea who should have 
brought this in and didn't.

> And, indeed, I don't have  
> /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/crt1.10.5.o but have 
> /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/crt1.o .

That's why removing -mmacosx-version-min=10.5 worked (for your first 
error, at least).

-- 
Martin

------------------------------------------------------------------------------

_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to