Posted to tcl by venks at Tue Sep 08 04:27:39 GMT 2015view pretty

    102         ## Tk Resources (needed for Win32 support) -- remove kit-found resources to prevent the symbols from being in conflict
    103         TKDIR="$(cd "${OTHERPKGSDIR}/tk/inst" && pwd)"
    104         TKRSRC="${TKDIR}/lib/tkbase.res.o"
    105         if [ -n "${TKDIR}" -a -f "${TKRSRC}" ]; then
    106                 EXTRA_OBJS="${EXTRA_OBJS} ${TKRSRC}"
    107
    108                 echo ' *** Removing "kit.rc" since we have Tk with its own resource file'
    109
    110                 rm -f "${BUILDDIR}/kit.rc"
    111         fi
    112

Comments

Posted by venks at Tue Sep 08 06:11:19 GMT 2015 [text] [code]

False alarm. Missed pre.sh failures due to missing autoconf.