Let me make steps to conduct syntax check in a bit detail:
Expectations:
$ cd $SRC_ROOT/solenv/bin/modules
$ perl -c ../packager.pl
../packager.pl syntax OK
Or
$ perl -I $SRC_ROOT/solenv/bin/modules -c $SRC_ROOT/solenv/bin/packager.pl
xxxxx/solenv/bin/packager.pl syntax OK
Tora
tora - Takamichi Akiyama wrote:
I am not sure, but one possible solution might be either or both:
- Update some Perl modules, at least, Archive::Zip
http://search.cpan.org/dist/Archive-Zip/
- Update Perl
On your system, try
$ perl -c solenv/bin/packimages.pl
That should print
solenv/bin/packimages.pl syntax OK
I have no idea about how to instantly update them with Ubuntu.
Tora
Roman Gegenbauer wrote:
Bareword "AZ_OK" not allowed while "strict subs" in use at
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl
line 369.
Execution of
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl
aborted due to compilation errors.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]