Problem Compiling Java

Matthew Flaschen matthew.flaschen at gatech.edu
Sun Jan 11 20:08:40 PST 2009


Andrew John Hughes wrote:
> 2009/1/11 Christian Thalinger <christian.thalinger at gmail.com>:
>> On Sun, 2009-01-11 at 14:10 +0100, Mark Wielaard wrote:
>>> Hi Christian,
>>>
>>> On Sun, 2009-01-11 at 13:52 +0100, Christian Thalinger wrote:
>>>> I simply escaped them once:
>>>>
>>>> -bootclasspath \'\'
>>>>
>>>> At least that worked on my box.
>>> You mean like in the attached patch?
>>> That seems correct to me because in all those cases it is a shell
>>> snippet inside the Makefile. If I said that was wrong in the past, I
>>> cannot remember why I thought so. Running a full bootstrap now to double
>>> check. Will check it in if that passes. OK?
>> Exactly like the attached patch.  Please commit if it's OK.

I get:

if ! test -d /home/matthew/Code/Java/IcedTea/icedtea6/bootstrap/jdk1.6.0 ; \
        then \
          /usr/bin/ecj -nowarn  -g -d lib/rt \
            -source 1.5 \
            -sourcepath \

'openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/matthew/Code/Java/IcedTea/icedtea6/generated'
\
            -bootclasspath \'\' @rt-source-files.txt ; \
        else \

/home/matthew/Code/Java/IcedTea/icedtea6/bootstrap/jdk1.6.0/bin/javac
-g -d lib/rt \
            -source 1.5 \
            -sourcepath \

'openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/matthew/Code/Java/IcedTea/icedtea6/generated'
\
            -bootclasspath \'\' @rt-source-files.txt ; \
        fi
incorrect classpath: ''

But the build hasn't stopped thus far.

Matt Flaschen



More information about the distro-pkg-dev mailing list