Re: Building 32-bit on 64-bit Linux without jprt.config?

2009-05-21 Thread Nicholas Riley
s confusing me.) -- Nicholas Riley

Building 32-bit on 64-bit Linux without jprt.config?

2009-05-20 Thread Nicholas Riley
atch> However, there's no more jprt.config in make or corba/make. Where else would be a good place to make this change now? Thanks. -- Nicholas Riley

Re: build failure - IDL files?

2007-11-01 Thread Nicholas Riley
)/common/shared/ Defs-java.gmk corba/make/common/shared/Defs-java.gmk: JAVAC_JAR = $ (LANGTOOLS_DIST)/bootstrap/lib/javac.jar -- Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>

Re: build failure - IDL files?

2007-10-31 Thread Nicholas Riley
s the control reorganization I read about on your weblog), but it's still looking for stuff in ALT_JDK_IMPORT_PATH. I also needed to set ANT_HOME, which I didn't need before, but that's not a big deal. -- Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>

Re: build failure - IDL files?

2007-10-31 Thread Nicholas Riley
t to do is do a full build. -- Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>

Re: build failure - IDL files?

2007-10-30 Thread Nicholas Riley
I built was: % ./java -version openjdk version "1.7.0-internal" OpenJDK Runtime Environment (build 1.7.0-internal-njriley_31_aug_2007_14_05-b00) OpenJDK Server VM (build 11.0-b05, mixed mode) -- Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>

Re: build failure - IDL files?

2007-10-30 Thread Nicholas Riley
** [j2se-build] Error 2 I do see rt.jar in j2re-image/lib and j2sdk-image/jre/lib in my older build, but it really seems it the current OpenJDK build should be creating rt.jar itself. Thanks, by the way, for your weblog entries on the build process - I wouldn't have come this far without

Re: build failure - IDL files?

2007-10-30 Thread Nicholas Riley
On Tue, Oct 30, 2007 at 05:01:29AM -0500, Nicholas Riley wrote: > Hi, > > I successfully built an older OpenJDK version (SVN rev 249) but have > been unable to build the current version (255) on the same system. and by 255, I mean 256. > It seems it's trying to copy from a

build failure - IDL files?

2007-10-30 Thread Nicholas Riley
ll] Error 1 make[1]: Leaving directory `/mounts/hel/disks/0/shared-data/njriley/openjdk/jdk/j2se/make' make: *** [j2se-build] Error 2 It seems it's trying to copy from a partial build of the JDK, but I'm doing a full build of the JDK. This is RHEL4U5, 32-bit x86. Thanks for any ad