atom feed16 messages in net.java.openjdk.bsd-port-devRe: Problem Compiling Java
FromSent OnAttachments
Eric RichardsonJan 7, 2009 8:55 pm 
Christian ThalingerJan 8, 2009 1:21 am 
Michael FranzJan 8, 2009 4:14 am 
Andrew John HughesJan 8, 2009 4:45 am 
Eric RichardsonJan 8, 2009 9:05 am 
Eric RichardsonJan 8, 2009 9:10 am 
Eric RichardsonJan 8, 2009 9:16 am 
Eric RichardsonJan 9, 2009 10:13 am 
Christian ThalingerJan 10, 2009 1:49 am 
Mark WielaardJan 11, 2009 4:28 am 
Christian ThalingerJan 11, 2009 4:51 am 
Mark WielaardJan 11, 2009 5:10 am.patch
Christian ThalingerJan 11, 2009 5:16 am 
Andrew John HughesJan 11, 2009 9:18 am 
Christian ThalingerJan 11, 2009 9:37 am 
Mark WielaardJan 11, 2009 10:22 am 
Subject:Re: Problem Compiling Java
From:Christian Thalinger (chri@gmail.com)
Date:Jan 11, 2009 4:51:48 am
List:net.java.openjdk.bsd-port-dev

On Sun, 2009-01-11 at 13:28 +0100, Mark Wielaard wrote:

Hi Christian,

On Sat, 2009-01-10 at 10:50 +0100, Christian Thalinger wrote:

On Fri, 2009-01-09 at 10:13 -0800, Eric Richardson wrote:

incorrect classpath: hotspot-tools/com/sun/codemodel/internal/ClassType.java

AFAIK this happens because of using:

-bootclasspath ''

in the Makefile. There seems to be some escape problem. I once wanted to fix it but... Mark said something about the fix not being properly... or something like that... I can't remember.

I cannot remember what this was precisely. Could you post a pointer to your fix? I am sure we can work out something that works for all compilers.

I simply escaped them once:

-bootclasspath \'\'

At least that worked on my box.

- Christian