Open Liu-Richard opened 4 years ago
Hi Liu-Richard,
This is my fork of the official Apache OpenOffice. If you have a build question for the project I suggest using the dev@openoffice.apache.org mailing list. If you're not subscribed you can get the subscribe address here:
https://openoffice.apache.org/mailing-lists.html#development-mailing-list-public
I built AOO on aarch64 as follows:
wget https://github.com/apache/openoffice/archive/AOO415.tar.gz
tar -xvf openoffice-AOO415.tar.gz
cd openoffice-AOO415/main [root@localhost main]# autoconf [root@localhost main]# ./configure --prefix=/usr/local/openoffice --build=arm-linux ... Setting up the environment for building Apache OpenOffice Setting platform independent values... set_soenv: Cannot figure out what platform you are running
and then [root@yum-source main]# ./bootstrap.1
chmod: cannot access ‘/solenv/bin/build.pl’: No such file or directory chmod: cannot access ‘/solenv/bin/build_client.pl’: No such file or directory chmod: cannot access ‘/solenv/bin/zipdep.pl’: No such file or directory chmod: cannot access ‘/solenv/bin/gccinstlib.pl’: No such file or directory
so anybody build openoffice on aarch64? thanks