I am compiling elegant in Ubuntu 2022, and there is an error due to tcl.h
Code: Select all
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -Werror-implicit-function-declaration -DUSE_TCL_STUBS -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I. -I.. -I../../../../../include/compiler/gcc -I../../../../../include/os/Linux -I../../../../../include -I../../../../../../../epics/base/include/compiler/gcc -I../../../../../../../epics/base/include/os/Linux -I../../../../../../../epics/base/include -I../../../../../../../epics/extensions/include -c ../tclCa.c
In file included from ../tclCa.c:173:
../tclCa.h:105:10: fatal error: tcl.h: No such file or directory
105 | #include <tcl.h>
| ^~~~~~~
Code: Select all
ls /usr/include/tcl
tclDecls.h tcl.h tclOODecls.h tclOO.h tclPlatDecls.h tcl-private tclTomMathDecls.h tclTomMath.h tkDecls.h tk.h tkPlatDecls.h tk-private
Best regards,
o