On May 25, 2010, at 5:36 PM, Tim Schuermann wrote:
> First, Laurent, thanks for your help, but OO still won't compile. I did 
> something wrong - but what?

A minimalist (wrt configure switches) approach is the below script, which works 
just fine for me.

-Stephan

> #!/bin/bash
> set -ev
> 
> # On Mac OS X 10.6.3:
> # - install latest Xcode 3.2.2 (through <https://developer.apple.com/mac/>),
> # including optional Mac OS X 10.4 SDK
> # - install latest MacPorts 1.8.2
> # 
> (<http://distfiles.macports.org/MacPorts/MacPorts-1.8.2-10.6-SnowLeopard.dmg>)
> # and make sure MacPorts does not add itself to the front of PATH in
> # ~/.bash_profile
> # sudo /opt/local/bin/port selfupdate
> # sudo /opt/local/bin/port install libidl +universal
> # sudo /opt/local/bin/port install mercurial pkgconfig wget
> 
> mkdir OOo
> 
> mkdir OOo/pkgconfig
> ln -s /opt/local/lib/pkgconfig/glib-2.0.pc OOo/pkgconfig/
> ln -s /opt/local/lib/pkgconfig/libIDL-2.0.pc OOo/pkgconfig/
> export PKG_CONFIG=/opt/local/bin/pkg-config \
>  PKG_CONFIG_LIBDIR=$PWD/OOo/pkgconfig
> 
> # DEV300_m78:
> /opt/local/bin/hg clone -r e4a9ffc6a905 \
>  http://hg.services.openoffice.org/DEV300 OOo/ooo
> 
> /opt/local/bin/wget \
>  http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll \
>  -P OOo/ooo/external/unowinreg
> 
> cd OOo/ooo
> ./configure
> ./bootstrap
> . MacOSXX86Env.Set.sh
> shopt -s expand_aliases
> cd smoketestoo_native
> build --all -P2 -- -P2

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to