Sujet : Re: Packages won't run on Tcl/Tk 9.0
De : apnmbx-public (at) *nospam* yahoo.com (Ashok)
Groupes : comp.lang.tclDate : 30. Sep 2024, 07:48:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vddhj7$24sqg$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 9/29/2024 6:35 PM, Luc wrote:
On Sun, 29 Sep 2024 15:29:50 +0530, Ashok wrote:
The configure line is what you ran to generate the makefiles. That
assumes those extensions are built using autotools as is standard for
Tcl extensions using TEA.
>
Otherwise, post the steps (command line) you used to build those
extensions. It appears you are getting 8.x and 9.x headers crossed up.
Ah OK.
Tcl:
$ ./configure --disable-symbols --enable-shared --enable-64bit --prefix /opt/tcltk9
Tk:
$ ./configure --disable-symbols --enable-shared --enable-64bit --enable-xft --prefix /opt/tcltk9 --with-tcl=/home/build/tcl9/unix
Please note that I didn't build any of the packages. They are pre-built binaries
that I downloaded.
I was asking about the configure for the packages. As Christian said, extensions built for 8.x will not work with 9.0