I'm on Windows using Strawberry Perl. I run perl Makefile.pl
for the Buckwalter Encode module, that works fine. When I run make
, it says
Execution of -e aborted due to compilation errors
What is -e
? Which file do I go to fix the error? Apparently there's a missing curly bracket on line 1, but I don't know which file has that missing curly bracket so I don't know where to look.