[eclipse-clp-users] Fwd: How to build tkexdr.so and tkeclipse.so

From: Kish Shen <kish.shen_at_...6...>
Date: Thu, 17 Jun 2021 14:37:33 +0100
>Are there any special procedure for building
>"tkeclipse.so" and "tkexdr.so"?

I suspect the reason tkeclipse was not built is because Tcl/Tk was not
found during configure.
Search the output produce during figure for 'Tcl' - if Tcl/Tk was
found, you should see something like:

configure: Using Tcl 8.5 in /usr/local

if configure did not find Tcl/Tk, this can be because you don't have
it installed on your system, or there can be other reasons.

You can check if you have Tcl/Tk installed by running Tk with the wish
command from your shell:

bash-3.2$ wish
% echo $tcl_version
8.5
% exit
bash-3.2$

if you are able to run Tcl, print the Tcl version as I did above - it
may be your Tcl version is not one that configure looks for.

Cheers,

Kish
Received on Thu Jun 17 2021 - 13:37:53 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 16 2024 - 09:13:20 CEST