I use ubuntu (12.04 server and 12.10 desktop) and have no problem building
trunk, branches/l10n.

I use the following conf call:

./configure \
     --with-dmake-url=
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \
     --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz\
     --disable-odk \
     --disable-binfilter \
     --enable-wiki-publisher \
     --with-lang="da"

(also with --with-lang).

I have not changed any java setup, actually I just installed the 12.10
yesterday, so it is fresh out of the box.

I had a problem with sysui and permission,but I committed a change to build
a while ago.

java is version 1.7.0_09
OpenJDK runtime (IcedTea 2.3.3)
OpenJDK 64bit server build 23-2-b09

I just had another build all this evening which just completed.


On 16 December 2012 20:52, Lucas Burson <ljdeli...@gmail.com> wrote:

> Hi,
>
> I cannot build AOO from source. I use Ubuntu 64bit. I have never been
> able to build correctly; I switched from jdk7 to jdk6 and that didn't
> change anything.
> I used these instructions, [1], to get things started but I use a
> different svn url. (off topic: I tried svn-git but it stops responding
> after a while).
>
>

> These are the commands that I run to get the build going:
> svn co https://svn-master.apache.org/repos/asf/openoffice/trunk~/aoo/trunk
> cd ~/aoo/trunk/main/
> autoconf
> ~/aoo/trunk/main/configure
> --with-dmake-url=
> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
> --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz
> --disable-odk --disable-binfilter
> ~/aoo/trunk/main/bootstrap
> source ~/aoo/trunk/main/LinuxX86-64Env.Set.sh
> cd ~/aoo/trunk/main/instsetoo_native/
> build --all -P4 -- -P4
>

I do the same...and when I run into problems I restart build without the P4
(solely: build --all)

hope it helps.
Jan.

>
>
> It fails. I get a bunch of compiler errors about abstract methods not
> being overridden:
> "
>     [javac] /home/ljdelight/aoo/trunk/main/hsqldb/
> unxlngx6.pro/misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java:127:
> error: jdbcStatement is not abstract and does not override abstract
> method isCloseOnCompletion() in Statement
>     [javac] public class jdbcStatement implements Statement {
>     [javac]        ^
> ERROR: error 65280 occurred while making
> /home/ljdelight/aoo/trunk/main/hsqldb
> When you have fixed the errors in that module you can resume the build
> by running:
>         build --from hsqldb
> "
>
> Thanks for the help,
> Lucas
>
> [1] http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
>

Reply via email to