Build of expect v5.43 fails with Tcl v8.5.8

Posted by E Brown on Server Fault See other posts from Server Fault or by E Brown
Published on 2010-05-06T20:27:34Z Indexed on 2010/05/06 20:29 UTC
Read the original article Hit count: 252

Filed under:
|
|

Hi, I'm trying to build "expect" from source v5.43, using Tcl built from source v8.5.8 on Redhat Linux. Tcl built fine, but my attempt to build expect fails. I run configure, then make, which gives me the error: `TCL_REG_BOSONLY' undeclared when compiling exp_inter.c. I did some digging around, and found the TCL_REG_BOSONLY value defined in Tcl file tclInt.h, but there is no #include for that in the exp_inter.c file.

My question is, can "expect" be built from source with Tcl version 8.5.8, or does it require an earlier version? Version 5.43 is the latest for "expect" that I can find, and the current Tcl version is 8.5.8, but something doesn't seem compatible between the two.

Any help appreciated.

© Server Fault or respective owner

Related posts about linux

Related posts about expect