20 Mar 23:20
perl Tcl
wamiks <jyodoshi_mik <at> yahoo.com>
2005-03-20 22:20:55 GMT
2005-03-20 22:20:55 GMT
Hi,
After some work, I got Tcl to compile and install on cygwin. I made
this edit to Makefile.PL:
$ diff Makefile.PL Makefile.PL.works
87c87
< if ($^O eq 'MSWin32') {
---
> if ($^O eq 'MSWin32' or $^O eq 'cygwin') {
and ran:
perl Makefile.PL --tclconfig /usr/lib/tclConfig.sh
Make test did pretty good:
Running make test
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/after.........ok
t/geomgr........ok
t/optmenu.......ok
t/photo.........skipped
all skipped: no Img extension available (can't find package
Img at /home/mik/.cpan/build/Tcl-Tk-0.87/blib/lib/Tcl/Tk.pm line 872.
t/ptk-compat....ok
t/text..........ok
t/zzPhoto.......skipped
all skipped: no Img extension available
All tests successful, 2 tests skipped.
(Continue reading)
RSS Feed