Stephen Kelly wrote: > > Hi there, > > The ExportImport test is failing with two Xcode dashboards (but not the > other xcode dashboards) > > http://open.cdash.org/testSummary.php?project=1&name=ExportImport&date=2013-06-25 > http://open.cdash.org/testDetails.php?test=196266835&build=2946532 > > > clang: error: no such file or directory: '/Users/builder/external/CMake- > xcode-dbg- > x86_64/Tests/ExportImport/Import/A/excludedFromAll/Debug/libexcludedFromAll.a' > > Any idea why that library would not be created in only those two?
This problem was fixed by converting the library used in the interface from a static to a shared lib. http://open.cdash.org/buildSummary.php?buildid=2947412 The unit test now passes, but the problem remains for those dashboards with static libs and xcode. I can't debug that problem further. Thanks, Steve. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
