tcl_library=/opt/ActiveTcl-8.4/lib/tcl8.4; tcl_libPath=/home/cpanrun/ia64-lp64/build/5.8.2/lib/tcl8.4 /home/cpanrun/ia64-lp64/build/lib/tcl8.4 /home/cpanrun/ia64-lp64/build/5.8.2/library /home/cpanrun/ia64-lp64/build/library /home/cpanrun/ia64-lp64/build/tcl8.4.11/library /home/cpanrun/ia64-lp64/tcl8.4.11/library /opt/ActiveTcl-8.4/lib/tcl8.4 Warning: could not load Tk from tclsh; please edit and check Makefile.PL manually to reflect your system.tcl_version=8.4; tk_version=8.3 Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ltcl Note (probably harmless): No library found for -ltk Writing Makefile for Tcl::Tk cp Tk.pm blib/lib/Tcl/Tcl/Tk.pm /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap Tk.xs > Tk.xsc && mv Tk.xsc Tk.c Please specify prototyping behavior for Tk.xs (see perlxs manual) cc -c -I/usr/X11R6/include -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.75\" -DXS_VERSION=\"0.75\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Tk.c Error 112: "Tk.xs", line 4 # Include file not found. #include ^^^^^^^ Error 112: "Tk.xs", line 5 # Include file not found. #include ^^^^^^ Error 20: "Tk.xs", line 7 # ',' expected before '*'. typedef Tcl_Interp *Tcl; ^ Error 419: "Tk.c", line 57 # 'Tk_Window' is used as a type, but has not been defined as a type. Tk_Window mainWindow; ^^^^^^^^^ Error 185: "Tk.xs", line 27 # Left side of '->' requires a pointer to struct; type found was 'int'. croak(interp->result); ^^^^^^ Error 172: "Tk.xs", line 30 # Undeclared variable 'True'. XSynchronize(Tk_Display(mainWindow), True); ^^^^ Error 172: "Tk.xs", line 37 # Undeclared variable 'TCL_OK'. if (Tk_Init(interp) != TCL_OK) ^^^^^^ Error 185: "Tk.xs", line 38 # Left side of '->' requires a pointer to struct; type found was 'int'. croak(interp->result); ^^^^^^ make: *** [Tk.o] Error 2