At 7:45 AM +0100 2/18/05, Florian Heckl wrote: >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 >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. I second Florian's comments - the instructions below are NOT for the latest version of OOo, and in fact are out of date (I started working on updating the instructions, but I haven't completed the job - perhaps I should post what I have to this mailing list). >> I followed the instructions in >> (http://porting.openoffice.org/mac/build_11_X11.html) and got stuck >> with >> >> Building OpenOffice.org >> >> 2. ./configure --with-x >> >> I set my JAVA_HOME variable according to this technote from apple: >> http://developer.apple.com/qa/qa2001/qa1170.html >The output below has nothing to do with java but you might consider >adding --with-jdk-home=$JAVA_HOME to your configure command >nevertheless. You shouldn't need to do anything with JAVA_HOME for OOo v1.1.x on Mac OS X - configure does all that automatically. Just make sure you have the Java SDK installed (this is in addition to the end-user Java pieces that you have installed). >> 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 modules >Yeah, you have to install that first using (a missing perl module): >$ sudo cpan >cpan> install Archive::Zip > >If you have never used cpan before it might ask you for some >configuration settings. This doesn't seem like an issue that should be encountered while building OOo 1.1.x on Mac OS X, unless you removed Perl, or did a custom Mac OS X install without Perl. It might be a different story with OOo 2.0, but then as per above, you are using the wrong instructions. >> Any help appreciated >> >> Thanks >> Roddi >Good luck and best regards, >Florian Regards, Terry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
