User:Lafonjm/Setup
From Wiki.ooo4kids.org
Environment Setup
- Mac OS 10.6.4
- iMac i5 2.66Ghz (First generation)
- 4Go ram
11 sept 2010
- Checkout of the source code
- CCache installed
- Export done
- ccache -M 1G done
- ~/.profile updated
- ./configure done
Errors :
configure: error: for rebuilding unowinreg.dll you need the mingw32 C++ compiler.
Specify mingw32 g++ executable name with --with-mingwin.
Or use prebuilt one from http://tools.openoffice.org/unowinreg_prebuild/680/ and
put it into external/unowinreg
configure: error: Mozilla/SeaMonkey source archive not found.
Please copy seamonkey-1.1.14.source.tar.bz2 or seamonkey-1.1.14.source.tar.gz to moz/download/.
The archives can be found here:
ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.14/
Solution : Use the right options :
/configure --with-lang="nb de fr" --enable-cups --disable-crashdump --disable-fontconfig --with-epm=internal --disable-gtk --disable-gnome-vfs --with-system-curl --with-stlport=no --disable-build-mozilla --disable-binfilter --disable-odk --disable-vba --disable-mozilla --with-java=no --with-vendor="Eric Bachard" --with-OOoLight --with-use-shell=bash --enable-presenter-extra-ui --enable-presenter-console
Questions:
The page EnvironmentSetup/Mac OS X mention "(if using 10.5 aka Leopard, have a look at User:Dyrcona/LeopardBuild#flex)"
This page doesn't seem to exist…