<no subject>
Xerxes Rånby
xerxes at zafena.se
Sun Mar 29 08:45:40 PDT 2009
The error you experience are probably related to the version of javac
you are using.
Could you please post the output from
/home/neale/icedtea-1.9/bootstrap/jdk1.6.0/bin/javac -version
I would recommended you to try compile Icedtea6-1.4.1 (openjdk 6) before
trying to compile icedtea-1.9 (openjdk 7)
Icedtea6 are more easy to compile and don't require the latest and
greatest compilers.
Icedtea6 are also more tested and stable thus it is the version most
people prefer and are the version shipped with most linux distributions
today.
http://icedtea.classpath.org/download/source/icedtea6-1.4.1.tar.gz
Cheers
Xerxes
Neale Ferguson skrev:
> This is my first attempt building zero and am making it to this point before
> bombing out:
>
> ANT_OPTS=-Djava.io.tmpdir='/home/neale/icedtea-1.9/openjdk-ecj/build/linux-s
> 390x/langtools/build/ant-tmp' ant -Djdk.version=1.7.0_0
> -Dfull.version='1.7.0_0-b50' -Drelease=1.7.0_0 -Dbuild.number=b50
> -Djavac.debug=true -Djavac.target=5
> -Dboot.java.home=/home/neale/icedtea-1.9/bootstrap/jdk1.6.0
> -Djavac.executable=/home/neale/icedtea-1.9/bootstrap/jdk1.6.0/bin/javac
> -Dbuild.dir=/home/neale/icedtea-1.9/openjdk-ecj/build/linux-s390x/langtools/
> build
> -Ddist.dir=/home/neale/icedtea-1.9/openjdk-ecj/build/linux-s390x/langtools/d
> ist build
> Buildfile: build.xml
>
> -def-check:
>
> -check-boot.java.home:
>
> -def-pcompile:
> [mkdir] Created dir:
> /home/neale/icedtea-1.9/openjdk-ecj/build/linux-s390x/langtools/build/toolcl
> asses
> [javac] Compiling 2 source files to
> /home/neale/icedtea-1.9/openjdk-ecj/build/linux-s390x/langtools/build/toolcl
> asses
> [javac] ----------
> [javac] 1. ERROR in
> /home/neale/icedtea-1.9/openjdk-ecj/langtools/make/tools/CompileProperties/C
> ompileProperties.java (at line 1)
> [javac] /*
> [javac] ^
> [javac] The type java.lang.Object cannot be resolved. It is indirectly
> referenced from required .class files
> [javac] ----------
> [javac] 2. ERROR in
> /home/neale/icedtea-1.9/openjdk-ecj/langtools/make/tools/CompileProperties/C
> ompileProperties.java (at line 1)
> :
> :
> ... A total of 100 errors in all.
>
> I¹m sure this is a newbie problem but can someone lend me a clue? I'm using
> the IBM 1.6 JDK.
>
> Neale
>
>
>
More information about the zero-dev
mailing list