Artifacts Associated With Ticket f75d036a1431f45f
- Ticket change [1f8152cad9] (rid 2220) by anonymous on 2016-07-16 13:53:50: - comment initialized to:
tk/win/configure now errors if it can't find a cross-compiler, causing kitcreator to give up.<br /><br />--- tk/build.sh<br />+++ tk/build.sh<br />@@ -200,14 +200,14 @@   <br />                        fi<br />                fi<br />                <br />                if [ "${STATICTK}" = "1" ]; then<br />                        echo "Running: ./configure --disable-shared --disable-symbols --prefix=\"${INSTDIR}\" --libdir=\"${INSTDIR}/lib\" --with-tcl=\"${TCLCONFIGDIR}\" ${CONFIGUREEXTRA}"<br />-                       ./configure --disable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA}<br />+                       ./configure --disable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} || continue<br />                else    <br />                        echo "Running: ./configure --enable-shared --disable-symbols --prefix=\"${INSTDIR}\" --libdir=\"${INSTDIR}/lib\" --with-tcl=\"${TCLCONFIGDIR}\" ${CONFIGUREEXTRA}"<br />-                       ./configure --enable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA}<br />+                       ./configure --enable-shared --disable-symbols --prefix="${INSTDIR}" --libdir="${INSTDIR}/lib" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} || continue<br />                fi<br />                <br />                echo "Running: ${MAKE:-make}"<br />                ${MAKE:-make} || (<br />                        # Workaround a bug in Tk on FreeBSD 8.1:
- foundin initialized to: "trunk"
- login: "anonymous"
- private_contact initialized to: "cb02a4a25e8da92f2790bc307bf01ef24ce6053e"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to:
build tk on unix even when no cross-compiler installed 
- type initialized to: "Code Defect"
 
- comment initialized to:
- Ticket change [e7feb04566] (rid 2310) by rkeene on 2016-09-07 14:15:26: - icomment: "Applied, thanks !"
- login: "rkeene"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Fixed"
- status changed to: "Fixed"
- subsystem changed to: "Tcl"