Hi, When copmpiling a nesc program with the option nescDecls ( i.e. make micaz nescDecls ) nesc fails with the message : Can't locate XML/Simple.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux ... ... after emrging dev-perl/XML-Simple-2.14, it works well so adding "dev-perl/XML-Simple" as a dependency in nesc ebuild seems to be needed. thanks Aur
Hi, When copmpiling a nesc program with the option nescDecls ( i.e. make micaz nescDecls ) nesc fails with the message : Can't locate XML/Simple.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux ... ... after emrging dev-perl/XML-Simple-2.14, it works well so adding "dev-perl/XML-Simple" as a dependency in nesc ebuild seems to be needed. thanks Aurélien
Thanks for reporting, I'm going to fix the ebuilds.
Fixed in cvs adding dev-perl/XML-Simple as runtime dependency.