Changes between Initial Version and Version 1 of Ticket #27449


Ignore:
Timestamp:
Nov 25, 2010, 9:43:11 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use WikiFormatting so your posts are legible.

Note we already have #15154 and #27232 filed for build problems with itk relating to the tcl version number mismatch, though the error message in those tickets looks different from yours. The problem is we have no maintainer for the itk port, so nobody is looking after it. If you can figure out how to fix this problem, please let us know.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27449

    • Property Keywords itk build problems removed
    • Property Summary changed from cannot install itk to itk: tclIntDecls.h:322: error: expected ')' before '->' token
  • Ticket #27449 – Description

    initial v1  
    1 an error occured during build of itk
    2 it is version 3.3 and utilizes tcl8.4.X
    3 however, macport already installed tcl8.5.9 version.
    4 is this leading to conflict?
    5 i dont know.
    6 Thanks!
    7 ----first error execution lines in log file
     1an error occured during build of itk [[br]]
     2it is version 3.3 and utilizes tcl8.4.X [[br]]
     3however, macport already installed tcl8.5.9 version. [[br]]
     4is this leading to conflict? [[br]]
     5i dont know. [[br]]
     6Thanks! [[br]]
     7==== first error execution lines in log file ====
     8{{{
    89:info:build /usr/bin/gcc-4.2 -pipe -DPACKAGE_NAME=\"itk\" -DPACKAGE_TARNAME=\"itk\" -DPACKAGE_VERSION=\"3.3\" -DPACKAGE_STRING=\"itk\ 3.3\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DTCL_THREADS=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DUSE_ITCL_STUBS=1   -DITK_LIBRARY=\"/opt/local/lib/itk3.3\" -DUSE_NON_CONST -I"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_itcl/work/itcl3.3/generic" -I"./generic" -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.9/generic -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.9/unix -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.9/generic -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.9/unix   -I/opt/local/include  -pipe -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_itk/work/tcl8.4.14/generic -arch x86_64 -Os -Wall -Wno-implicit-int -fno-common -c `echo ./generic/itk_util.c` -o itk_util.o
    910:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_itk/work/tcl8.4.14/generic/tclInt.h:2356,
     
    1213:info:build                  from ./generic/itk_archetype.c:37:
    1314:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_itk/work/tcl8.4.14/generic/tclIntDecls.h:322: error: expected ')' before '->' token
     15}}}
    1416
    1517
     18==== error message ====
    1619
    17 ----error message
    18 
     20{{{
    1921sh-3.2# port install itk
    2022--->  Computing dependencies for itk
     
    2729Log for itk is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_itk/main.log
    2830Error: Status 1 encountered during processing.
     31}}}