Hello,
I'm trying to get Tcl::Tk up and working in windows on Activestate Perl
5.8.4 and Activestate Tcl 8.4.9.0.121397.
First I tried adding through Activestate's PPM. They don't have Tcl or
Tcl::Tk. I've tried CPAN's auto install: "perl -MCPAN -e shell", but
that errors out because it can't find 'test'.
I've never built a module before. However, I downloaded the modules
from CPAN and tried perl makefile.pl. It "looks good", but says, "Note:
(probably harmless)" the following libraries are not found (I've taken a
random sample and confirmed that they aren't on my system).
oldnames.lib
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
netapi32.lib
uuid.lib
wsock32.lib
mpr.lib
winmm.lib
version.lib
odbc32.lib
odbccp32.lib
msvcrt.lib
It ends with "Writing Makefile for Tcl". Running make returns this error:
make: *** No rule to make target `C:\Perl\lib^', needed by `Makefile'.
Stop.
I've been working on getting Tcl::Tk going for more than a day now, so
any help would be appreciated.
Thanks,
Nick
|