[torqueusers] Question about the new torque releas 1.1.0p1
Bas van der Vlies
basv at sara.nl
Thu Sep 16 02:38:52 MDT 2004
OS: debian sarge
I want to build this release with the gui support, but this will fail
because it does not find the tk.h file. On debian systems the tk.file is
locate inside the tcl directory, eg:
/usr/include/tcl8.4/tk.h
The configure script looks in the directory, eg:
/usr/include/tk*/tk.h
can the configure.in script be changed to this:
tk_h=/dev/null
for i in $TCL_DIR/include/tk.h \
`/bin/ls -d $TCL_DIR/include/tk*/tk.h 2> /dev/null` \
`/bin/ls -d $TCL_DIR/include/tcl*/tk.h 2> /dev/null` \ ; do
test -r $i && { tk_h="$i"; break; }
done
So it will search in more directories for the tk.h file?
Regards
--
--
********************************************************************
* *
* Bas van der Vlies e-mail: basv at sara.nl *
* SARA - Academic Computing Services phone: +31 20 592 8012 *
* Kruislaan 415 fax: +31 20 6683167 *
* 1098 SJ Amsterdam *
* *
********************************************************************
More information about the torqueusers
mailing list