History Of Ticket f75d036a14
  1. Ticket change [1f8152cad9] (rid 2220) by anonymous on 2016-07-16 13:53:50:

    1. Change comment to:

      tk/win/configure now errors if it can't find a cross-compiler, causing kitcreator to give up.

      --- tk/build.sh
      +++ tk/build.sh
      @@ -200,14 +200,14 @@  
                              fi
                      fi
                     
                      if [ "${STATICTK}" = "1" ]; then
                              echo "Running: ./configure --disable-shared --disable-symbols --prefix=\"${INSTDIR}\" --libdir=\"${INSTDIR}/lib\" --with-tcl=\"${TCLCONFIGDIR}\" ${CONFIGUREEXTRA}"
      -                       ./configure --disable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA}
      +                       ./configure --disable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} || continue
                      else   
                              echo "Running: ./configure --enable-shared --disable-symbols --prefix=\"${INSTDIR}\" --libdir=\"${INSTDIR}/lib\" --with-tcl=\"${TCLCONFIGDIR}\" ${CONFIGUREEXTRA}"
      -                       ./configure --enable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA}
      +                       ./configure --enable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} || continue
                      fi
                     
                      echo "Running: ${MAKE:-make}"
                      ${MAKE:-make} || (
                              # Workaround a bug in Tk on FreeBSD 8.1:

    2. Change foundin to "trunk"
    3. Change login to "anonymous"
    4. Change private_contact to "cb02a4a25e8da92f2790bc307bf01ef24ce6053e"
    5. Change severity to "Important"
    6. Change status to "Open"
    7. Change title to:

      build tk on unix even when no cross-compiler installed

    8. Change type to "Code Defect"
  2. Ticket change [e7feb04566] (rid 2310) by rkeene on 2016-09-07 14:15:26:

    1. Change icomment to "Applied, thanks !"
    2. Change login to "rkeene"
    3. Change mimetype to "text/x-fossil-plain"
    4. Change priority to "Immediate"
    5. Change resolution to "Fixed"
    6. Change status to "Fixed"
    7. Change subsystem to "Tcl"