in reply to Error getting while running the "nmake"
To compile modules that have a C (or "XS") component, you need a working C compiler that matches your Perl. If you have a matching C compiler (MSVC6 in your case I guess), you didn't set up the PATH environment variable correctly. If you don't have the C compiler installed on your system, there are various possibilities for Windows:
If you're not afraid to recompile your Perl executable and all additional modules, there also are Free MSVC tools + Activestate to compile CPAN Modules and Building Perl with the free MSVC tools.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error getting while running the "nmake"
by Joost (Canon) on May 10, 2006 at 17:58 UTC | |
by PodMaster (Abbot) on May 10, 2006 at 19:01 UTC |