Revision 66453b4003d539f48ce0e2944556398624e64164 authored by Mohammad Akhlaghi on 24 March 2021, 21:01:35 UTC, committed by Mohammad Akhlaghi on 24 March 2021, 21:01:35 UTC
Until now the SWIG software would use the host operating system's packages
to find the TCL configuraiton (which we don't install yet in Maneage). In
particular, you can see the error during its configuration here:

....
checking for pkg-config... pkg-config
checking for Tcl configuration... found /usr/lib/tclConfig.sh
/usr/lib/tclConfig.sh: line 2: dpkg-architecture: command not found
/usr/lib//tcl8.6/tclConfig.sh: line 2: dpkg-architecture: com. not found

With this commit, TCL has been disabled when building SWIG with the
'--without-tcl' option. Later, when we add TCL in Maneage, we can remove
this option.
1 parent a981196
History
File Mode Size
reproduce
tex
.dir-locals.el -rw-r--r-- 1.3 KB
.file-metadata -rw-r--r-- 9.0 KB
.gitignore -rw-r--r-- 994 bytes
COPYING -rw-r--r-- 34.3 KB
README-hacking.md -rw-r--r-- 91.9 KB
README.md -rw-r--r-- 24.6 KB
paper.tex -rw-r--r-- 14.2 KB
project -rwxr-xr-x 20.9 KB

README.md

back to top