Re: Updated build instructions for 680 X11 builds
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
NAKATA Maho wrote: >In Message-ID: <[email protected]> >Eric Hoch <[email protected]> wrote: > > > >>http://porting.openoffice.org/mac/build_680_X11.html >> >> > >I think best way to solve build dependency is: use fink. >since building mozilla is now mandatory (yes I know --disable-mozilla doesn't >work atm) > >after installation of fink, >i typed >perl -MCPAN -e 'install "Archive::Zip"' >fink install gtk+2 > > This required a lot of work to get right. I recommend installing the individual packages as required by gtk+2 (I had to.) You may/may not run into problems with libjpeg. >fink install gtk+2-dev >fink install bison > > Not required/desired for Tiger and the Fink version is a downlevel from that installed on Tiger. >fink install ccache >fink install ant > > Broken. I recommend getting/installing Apache-Ant from the ASF site. It installed into /usr/local/ant without any problems >fink install fileutils >fink install zip > > This is a downlevel version from that installed on Tiger. >fink install unzip > > This is another downlevel version. >fink install libidl2 >for Tiger to install complete build dependencies. > > > James McKenzie