Hi – I’ve been trying to get HTML::WikiConverter to build on a Win 2008R2 machine, without success. It might be a simple command syntax problem – I’m pretty new to Perl.
I first tried the perl –MCPAN –e “install Bundle::HTMLWikiConverter” which took quite a while compiling various dependencies but eventually failed saying it won’t install without force. So then I tried a manual install; ran perl Makefile.PL successfully. The instructions then say “make && make test && make install” which failed, so I found a 64bit version of nmake to try, but that produces a fatal syntax error at –e line 1, near “’775’) (which I suspect is really a symptom of some other issue?) My goal is get MWImporter to work in my WIMP stack (HTML::WikiConverter is required). I had everything working fine in a BitNami WAMP stack, but that’s no longer an option unfortunately. Any help on my next steps would be very much appreciated! Pete