http://www.perlmonks.org?node_id=1195751


in reply to Tk::TableMatrix won't build on Strawberry 5.26.0

Anyone know how to work through this?

As an interim solution:

1) Hide Strawberry's fake 'dmake' (strawberry/c/bin/dmake.exe) and make sure you have a functioning 'dmake.exe' in your path:
set PATH=%PATH%;C:\path\to_dmake
2) cd to the Tk-TableMatrix-1.23 source directory (which you'll find in your cpan build directory).

3) Run:
perl Makefile.PL MAKE=dmake dmake test dmake install
Then reinstate Strawberry's fake 'dmake' if you so wish.

Cheers,
Rob