I'm trying to use NaturalDocs to generate HTML documentation for my C++ code. When I type the commands on the c prompt I am getting the following message:
Can't locate strict.pm in @INC (@INC contains: .) at NaturalDocs line 57.
BEGIN failed--compilation aborted at NaturalDocs line 57.
Can anyone tell me what is that message about?? THANKS!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I'm trying to use NaturalDocs to generate HTML documentation for my C++ code. When I type the commands on the c prompt I am getting the following message:
Can't locate strict.pm in @INC (@INC contains: .) at NaturalDocs line 57.
BEGIN failed--compilation aborted at NaturalDocs line 57.
Can anyone tell me what is that message about?? THANKS!
That seems very strange. Strict is a standard part of Perl.
What version of Perl are you using? On what platform? Can you run any other Perl scripts?
I have the same issue, i've tried Perl 5.6.1.638 and 5.8.6.811, on Windows XP. The example Perl scripts work.