On 14/09/12 16:19, Alexander Hansen wrote: [] >> That macosx-version-10.4 is troubling. My build log shows >> macosx-version-10.7. Was this perhaps a Fink installation that was >> upgraded from a previous OS? [] > My own build log on 10.7 at the same points has: > > darwin.link.dll > bin.v2/libs/wave/build/darwin/release/threading-multi/libboost_wave-mt-1_35.dylib > ... > darwin.link.dll > bin.v2/libs/wave/build/darwin/release/libboost_wave-1_35.dylib > > i.e. no "macosx-version-10.7". Nevertheless it passes.
If I read darwin.jam correctly, it looks in /Developer/SDKs for the most recent sdk it can see and then sets -macosx-version-min and apparently also creates a directory accordingly. This is of course nonsense for recent OSX versions, but 1.35 is very old, and it seems to be harmless. Or maybe not... So for Greg: Try to move /Developer/SDKs/MacOSX10.4u.sdk out of the way (or throw the whole /Developer directory away) and see if this changes anything. -- Martin ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
