Re: [dev] compiling error python

2009-09-17 Thread Roman Gegenbauer
hi tora, I'm 'glad' to tell you that it was a version problem. I copied the Archive-Zip 1.30 files over the old files and now it compiled right. 'perl -c packimages.pl' gave 'syntax ok' with the new file versions. log: packimages -- version: 1.17 packimages: packing ../unxlngx6.pro/bin/images

Re: [dev] compiling error python

2009-09-17 Thread tora - Takamichi Akiyama
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 x/solenv/bin/packager.pl syntax OK Tora tora - Tak

Re: [dev] compiling error python

2009-09-17 Thread tora - Takamichi Akiyama
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