Hi,

I see these warnings when I am compiling MITK on El Capitan (11.11)
using the Yosemite system environment (10.10).

ld: warning: object file (us_MitkCoreTestDriver/us_resources.o) was
built for newer OSX version (10.11) than being linked (10.10)

The applications look working fine in spite of the warnings, although
I have not checked which resources should be loaded and if they are
available.

These variables are set for the build:

 CMAKE_OSX_ARCHITECTURES          x86_64

CMAKE_OSX_DEPLOYMENT_TARGET      10.10
                                           CMAKE_OSX_SYSROOT
     /Applications/Xcode
6.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk

Clang provides the '-arch', '-mmacosx-version-min' and '-isysroot'
option to pass these values.

Same with the current master and 2015.05.2

Any idea how to fix this? Or can I safely ignore the warnings?

Cheers,
Miklos

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to