I am running the second preview of macOS Sierra and am attempting to build
swift. LLVM and cmark built successfully, but swift failed during the
configuration stage with the error message
Unsupported imported target type MODULE_LIBRARY
I hacked the cmake file by bypassing the conditional check, but I got some
link time error after compilation:
The following build commands failed:
Ld
../build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/lib/libswiftDemangle.dylib
normal x86_64
Ld ../build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/bin/swift-demangle
normal x86_64
I am using the second preview of macOS Sierra and am compiling with the
HEAD of the repository. Any hint on how to proceed? I have successfully
compiled swift on another Mac with El Capitan.
On Jul 7, 2016, at 11:10 AM, Minsheng Liu via swift-dev <swift-dev@swift.org> wrote:
Hi,
I am running the second preview of macOS Sierra and am attempting to build swift. LLVM and cmark built successfully, but swift failed during the configuration stage with the error message
Unsupported imported target type MODULE_LIBRARY
I hacked the cmake file by bypassing the conditional check, but I got some link time error after compilation:
The following build commands failed:
Ld ../build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/lib/libswiftDemangle.dylib normal x86_64
Ld ../build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/bin/swift-demangle normal x86_64
I am using the second preview of macOS Sierra and am compiling with the HEAD of the repository. Any hint on how to proceed? I have successfully compiled swift on another Mac with El Capitan.
On Jul 7, 2016, at 11:10 AM, Minsheng Liu via swift-dev <swift-dev@swift.org> wrote:
Hi,
I am running the second preview of macOS Sierra and am attempting to build swift. LLVM and cmark built successfully, but swift failed during the configuration stage with the error message
Unsupported imported target type MODULE_LIBRARY
I hacked the cmake file by bypassing the conditional check, but I got some link time error after compilation:
The following build commands failed:
Ld ../build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/lib/libswiftDemangle.dylib normal x86_64
Ld ../build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/bin/swift-demangle normal x86_64
I am using the second preview of macOS Sierra and am compiling with the HEAD of the repository. Any hint on how to proceed? I have successfully compiled swift on another Mac with El Capitan.