Today I installed git, got the sources and then tried ./autogen. But it failed with missing Perl modules - see log extract below. Where do I go from here? respect...
Peter Gandalf:git pteeson$ git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo Cloning into libo... remote: Counting objects: 97336, done. remote: Compressing objects: 100% (25767/25767), done. remote: Total 97336 (delta 76935), reused 89473 (delta 70540) Receiving objects: 100% (97336/97336), 21.14 MiB | 22 KiB/s, done. Resolving deltas: 100% (76935/76935), done. Gandalf:git pteeson$ ./autogen.sh --with-max-jobs=8 --with-num-cpus=8 -bash: ./autogen.sh: No such file or directory Gandalf:git pteeson$ cd libo Gandalf:libo pteeson$ ./autogen.sh --with-max-jobs=8 --with-num-cpus=8 writing args to autogen.lastrun running ./configure with '--with-max-jobs=8' '--with-num-cpus=8' ........... ............ checking for perl... /opt/local/bin/perl checking the Perl version... checked (perl 5) checking for required Perl modules... Can't locate Archive/Zip.pm in @INC (@INC contains: /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/perl5/vendor_perl /opt/local/lib/perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 .) at -e line 1. BEGIN failed--compilation aborted at -e line 1. configure: error: Failed to find some modules -- Unsubscribe instructions: E-mail to [email protected] Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/www/users/ All messages sent to this list will be publicly archived and cannot be deleted
