Hello Admins,
I installed Tcl v8.1 and am attempting to build Expect v5.28
on my Digital UNIX v4.0D Alpha. But I get this compile error:
---------------------------------------------------------------------
# make
cc -c -I. -I. -I/usr/local/sysadm/Tcl/tcl8.1/generic
-DEXP_VERSION=\"5.28.1\
" -DSCRIPTDIR=\"/usr/local/lib/expect5.28\"
-DEXECSCRIPTDIR=\"/usr/local/lib/expect5.28\"
-DTCL_DEBUGGER -g -DDFLT_STTY="\"sane\"" expect.c
cc: Error: expect.c, line 87: Missing type specifier or type qualifier.
regexp *re; /* if this is 0, then pattern match via glob */
--------^
---------------------------------------------------------------------
Anybody have any ideas about this problem? Thanks in advance.
Paul Youngblood
University of Alabama in Huntsville
e-mail: youngbp_at_uahis1.uah.edu
Received on Thu May 13 1999 - 00:07:48 NZST