Am 18.02.2005 um 07:45 schrieb Florian Heckl:
Hi Roddi,
first of all welcome to the team.
On 18.02.2005, at 02:15, Ruotger Skupin wrote:I am a Cocoa developer and I'm thinking about joining the effort. To get started I tried to build OOo from freshly checked out sources.Did you check out the latest sources, i.e. without specifying a milestone?
Currently we are using Milestone 79 of the upcoming OOo 2.0 which requires a co command similar to this:
cvs -z4 co -rSRC680_m79 OpenOffice
Yes, this is the version I did check out.
Right now this does not build right out of cvs. So if you run into trouble somewhere you might first search the mailing list archives for a solution to your problem.
Ok.
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... Can't locate Archive/Zip.pm in @INC (@INC contains: /System/Library/Perl/5.8.1/darwin-thread-multi-2level /System/Library/Perl/5.8.1 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 /Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level /Network/Library/Perl/5.8.1 /Network/Library/Perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
configure: error: Failed to find some modulesYeah, you have to install that first using (a missing perl module): $ sudo cpan cpan> install Archive::Zip
This actually helped.
Ok. To wrap it up the additional things I needed to get as far as dmake for SRC680_m79 were:
- install perl module Archive::Zip
$ sudo cpan
cpan> install Archive::Zip- install epm
watch out, the correct address to download is: http://www.easysw.com/epm/
the configure script says something different.
- install compat
is a part of fink AFAIK. Maybe installing fink should be made a requirement.
First problem I encountered with dmake:
apply http://eric.bachard.free.fr/mac/patches/SRC680/m64/patches/soltools/ HIDCompiler/soltools_HIDCompiler_makefile.patch to soltools/HIDCompiler/
hope that helps Roddi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
