You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to build tkgate 2.0, but I found some errors during the installation phase! Unfortunately I wasn't able to install the program. I've followed all the steps wrote in the "INSTALL" file, and I've also correctly installed all the necessary dependencies. I've also tried to manually setup the ./config file in order to correctly read the *.sh files, but still got errors. That's the screenshots about the problem:
Basically the terminal return the error configure: error: could not find tclConfig.sh during the launch of the ./config script!
The text was updated successfully, but these errors were encountered:
tkgate's configure script doesn't use --with-tclConfig-file=... and --with-tkConfig-file=..., as far as I know, but you can point it to your tcl/tk install with the TKGATE_INCDIRS and TKGATE_LIBDIRS environment variables:
Hi,
I was looking to build tkgate 2.0, but I found some errors during the installation phase! Unfortunately I wasn't able to install the program. I've followed all the steps wrote in the "INSTALL" file, and I've also correctly installed all the necessary dependencies. I've also tried to manually setup the ./config file in order to correctly read the *.sh files, but still got errors. That's the screenshots about the problem:
Basically the terminal return the error
configure: error: could not find tclConfig.sh
during the launch of the./config
script!The text was updated successfully, but these errors were encountered: