View Issue Details

IDProjectCategoryView StatusLast Update
0003402Slicer4Core: Building (CMake, Superbuild)public2017-06-07 23:27
Reportersnape Assigned Tojcfr  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformAppleOSOS XOS Version10.8
Product VersionSlicer 4.3.0 
Target VersionSlicer 4.3.1Fixed in VersionSlicer 4.3.1 
Summary0003402: Superbuild fails using Xcode 5.0 or Xcode 5.0 command line tools
Description

Xcode no longer ships with MacOSX10.7.sdk (or earlier) from version 5.0, which is the most recent version specified in CMake/SlicerBlockSetCMakeOSXVariables.cmake. Therefore the superbuild fails when attempted to build Python and NumPy due to a missing version number or SDK location. Manually setting CMAKE_OSX_DEPLOYMENT_TARGET to 10.8 and CMAKE_OSX_SYSROOT to ${SDK_ROOT}/MacOSX10.8.sdk or editing SlicerBlockSetCMakeOSXVariables.cmake fixes the issue.

TagsNo tags attached.

Activities

2013-09-17 11:35

 

MountainLion.diff (1,084 bytes)
MountainLion.diff (1,084 bytes)

2013-09-17 11:35

 

Mavericks.diff (1,165 bytes)
Mavericks.diff (1,165 bytes)
snape

snape

2013-09-17 11:47

developer   ~0009975

On further investigation, the Tcl/Tk part of the superbuild also fails for the same reason.

jcfr

jcfr

2013-09-17 19:22

administrator   ~0009994

Fixed in r22454
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22454

snape

snape

2013-09-18 08:14

developer   ~0010005

Thanks, I can confirm that issue is resolved by r22454.

jcfr

jcfr

2013-09-18 08:21

administrator   ~0010008

After confirming an issue is resolved, as the reported, you can close it. Thanks for checking.

jcfr

jcfr

2017-06-07 23:27

administrator   ~0014586

Fix committed to 2145-support-for-installing-extension-from-file branch.

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file 05751cc8

2013-09-17 23:21:57

jcfr

Details Diff
COMP: Fix superbuild when using Xcode 5.0 or Xcode 5.0 command line tools

Xcode no longer ships with MacOSX10.7.sdk (or earlier) from version 5.0,
which is the most recent version specified in
CMake/SlicerBlockSetCMakeOSXVariables.cmake. Therefore the superbuild
fails when attempted to build Python and NumPy due to a missing version
number or SDK location. Manually setting CMAKE_OSX_DEPLOYMENT_TARGET
to 10.8 and CMAKE_OSX_SYSROOT to ${SDK_ROOT}/MacOSX10.8.sdk or
editing SlicerBlockSetCMakeOSXVariables.cmake fixes the issue.

Fixes 0003402

From: Jamie Snape <jamie.snape@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22454 3bd1e089-480b-0410-8dfb-8563597acbee
mod - CMake/SlicerBlockSetCMakeOSXVariables.cmake Diff File

Issue History

Date Modified Username Field Change
2013-09-17 11:24 snape New Issue
2013-09-17 11:24 snape Status new => assigned
2013-09-17 11:24 snape Assigned To => jcfr
2013-09-17 11:34 jcfr Target Version => Slicer 4.3.1
2013-09-17 11:35 snape File Added: MountainLion.diff
2013-09-17 11:35 snape File Added: Mavericks.diff
2013-09-17 11:47 snape Note Added: 0009975
2013-09-17 19:22 jcfr Note Added: 0009994
2013-09-17 19:22 jcfr Status assigned => resolved
2013-09-17 19:22 jcfr Fixed in Version => Slicer 4.3.1
2013-09-17 19:22 jcfr Resolution open => fixed
2013-09-18 08:14 snape Note Added: 0010005
2013-09-18 08:14 snape OS => OS X
2013-09-18 08:14 snape OS Version => 10.8
2013-09-18 08:14 snape Platform => Apple
2013-09-18 08:14 snape Product Version => Slicer 4.3.0
2013-09-18 08:14 snape Build => svn22453
2013-09-18 08:21 jcfr Note Added: 0010008
2013-09-18 08:23 snape Status resolved => closed
2017-06-07 23:27 jcfr Changeset attached => Slicer 2145-support-for-installing-extension-from-file 05751cc8
2017-06-07 23:27 jcfr Note Added: 0014586