Hi Tal, Tal Daniel wrote: > Finally, I've managed to build AOO401 on MAC OSX 10.6.8!
Congratulations! That's an important step in joining AOO development. > I'm publishing the steps needed, with configuration, for any comments. > Later on, I plan to edit the Mac Building Guide wiki page, accordingly, so > other Mac developers, please comment: > > Created a folder for Apache OpenOffice code > > SVN sync to tags/AOO401 (more stable code) I'd merge these two into svn co https://svn.apache.org/repos/asf/openoffice/tags/AOO401 myAOO401 > Created initial configuration script (build.sh), which contains: > [...] > echo "### checking for moz prebuild libs ... " > [...] > --disable-mozilla \ > > --disable-build-mozilla \ Currently when mozilla is disabled password protection etc. doesn't work. I suggest to remove the --disable-mozilla line when the mozilla prebuilt libs are available. BTW: there is work in progress to remove the insane dependency of AOO's crypto requirements to the ancient mozilla binaries (branch Remove_MOZ) > --enable-minimizer --enable-presenter-console These options are no longer needed. The very popular extensions Presenter Console and Presentation Minimizer have been merged into AOO's core. Kudos to Ariel for that. > build –all -P2 --html --html_path /Users/$USER/Sites/ > > Build time: started ~14:15 – 00:00 = ~10 Depending on how powerful your Mac is you could try e.g. build --all -P3 -- -P3 ... (three modules at once, the files at once, i.e. work for nine processors) > When the build is complete, opened DMG package present at > cd unxmacxi.pro/Apache_OpenOffice_SDK/dmg/install/en-US/ > and installed into a folder of my choice. Works. Wonderful :-) I look forward to work with you! Herbert --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org