This is what I get when I issue the make command.
I must be missing some dependencies or something.
make
for i in formatsrc/*.xml; do
echo `echo $i | sed -e ‘s/formatsrc///g;’ | sed -e ‘s/\.xml//g;’` > .current_compile;
perl -s bin/FreeB_Compiler.pl $i > formatbin/`cat .current_compile`.pl;
chmod +x formatbin/`cat .current_compile`.pl;
rm .current_compile -f;
echo “Compiled $i”;
done
Can’t locate Parse/RecDescent.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at bin/FreeB_Compiler.pl line 21.
BEGIN failed–compilation aborted at bin/FreeB_Compiler.pl line 21.
Compiled formatsrc/hcfa.xml
Can’t locate Parse/RecDescent.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at bin/FreeB_Compiler.pl line 21.
BEGIN failed–compilation aborted at bin/FreeB_Compiler.pl line 21.
Compiled formatsrc/x12.xml
I’m using Debian Linux.
Any help would be appreciated.
That’s what I thought, so I did this.
apt-get update
apt-get install perl
I’m still having problems.
What should I install?
apt-get install “what?”
Thanks.
Aptget is used to install the base packages of PERL but the CPAN command shell is the most efficient way to install PERL modules.
SourceForge is filtering a lot of the special symbols. The CPAN prompt has a square bracket pointing to the right. This is being converted to > by the SourceForge server.
These will also install many other required dependencies. Debian should be very similar. This should take care of all the needed Perl modules, among other things.
Hi, I am kind of having a very busy beginning of the year, but yes, the built in billing generator (for x12 files) will be ready on or about mid February.
Andres, that’s good news. This will make installation a bit easier, but the main benefit will be streamlining the billing process – i.e. this messy concept of “batch processing” will just go away.
By the way I offer a preconfigured virtual machine for those who would like to skip all the installation hassles. See my web site for info.