View Issue Details

IDProjectCategoryView StatusLast Update
0003984Slicer4Core: Building (CMake, Superbuild)public2018-03-02 11:07
Reportergregsharp Assigned Tojcfr  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformWindowsOSWindows 7OS Version32-bit
Product Version 
Target VersionFixed in VersionSlicer 4.5.0-1 
Summary0003984: Fatal error tcl84.lib
Description

The error described in the below thread still needs fixing. Slicer does not build from source for 32-bit windows platforms.

http://massmail.spl.harvard.edu/public-archives/slicer-devel/2015/017198.html

I have verified the fix proposed by Chris Mullins is working. The highlighted section (lines 43-47) of External_tcl.cmake:

https://github.com/Slicer/Slicer/blob/master/SuperBuild/External_tcl.cmake#L43-47

should be changed as follows:

  set(TCL_TK_VERSION_DOT "8.5")
  set(TCL_TK_VERSION "85")
  set(INCR_TCL_VERSION_DOT "3.4")
  set(INCR_TCL_VERSION "34")
TagsNo tags attached.

Activities

jcfr

jcfr

2015-04-09 19:39

administrator   ~0013011

Thanks for the patch.
It has been integrated in r24168 [1]

[1] http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24168

Issue History

Date Modified Username Field Change
2015-04-09 07:20 gregsharp New Issue
2015-04-09 07:20 gregsharp Status new => assigned
2015-04-09 07:20 gregsharp Assigned To => jcfr
2015-04-09 19:39 jcfr Note Added: 0013011
2015-04-09 19:39 jcfr Status assigned => resolved
2015-04-09 19:39 jcfr Fixed in Version => Slicer 4.4.1
2015-04-09 19:39 jcfr Resolution open => fixed
2015-09-09 08:29 jcfr Fixed in Version Slicer 4.4.1 => Slicer 4.5.0-1
2018-03-02 11:07 jcfr Status resolved => closed