On Fri, 13 Jul 2007, Amer R. Child wrote:
Can anyone provide with a good link to download template toolkit the tar I have won't compile on windows I get the following error:Skip blib\lib\Template\Directive.pm (unchanged) cl -c -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAV E_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX - O1 -MD -Zi -DNDEBUG -DVERSION=\"2.19\" -DXS_VERSION=\"2.19\" -IC:\Perl\lib\ CORE Stash.c 'cl' is not recognized as an internal or external command, operable program or batch file.
"cl" is the VC++ C compiler; if you have it, it's apparently not in your PATH environment variable. Otherwise, you can get a ppm package from http://theoryx5.uwinnipeg.ca/ppms/ -- best regards, Randy Kobes _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
