Hi Christian, here it is:
export LC_ALL=C export LC_LANG=C export DEVTOOLS=/export/devtools/binary.plugs export ALT_BOOTDIR=$DEVTOOLS/soylatte16-i386-1.0.3/ export ALT_BINARY_PLUGS_PATH=$DEVTOOLS/jdk-7-icedtea-plugs export ALT_FREETYPE_HEADERS_PATH=/usr/X11R6/include export ALT_FREETYPE_LIB_PATH=/usr/X11R6/lib export ALT_CUPS_HEADERS_PATH=/usr/include export ANT_HOME=/usr/share/ant export NO_DOCS=true export HOTSPOT_BUILD_JOBS=1 export ALT_HOTSPOT_IMPORT_PATH=$ALT_BOOTDIR export ALT_JIBX_LIBS_PATH=/export/devtools/jibx-1.1.6 export ALT_JDK_IMPORT_PATH=$ALT_BOOTDIR time -p make VARIANT=DBG $* 2>&1 | tee $log You've compiled it on BSD or Mac? Thanks, Andrei Christian Thalinger wrote: > Andrei Dmitriev wrote: > >> Hi folks, >> >> the problem still persists with soylatte as well as with >> openjdk6-b16-24_apr_2009-r1. >> >> $sw_vers >> ProductName: Mac OS X >> ProductVersion: 10.5.7 >> BuildVersion: 9J61 >> >> I feel that the javac of the newer version is required. How are you >> building that guys, huh?! :) >> > > > This is very strange. The compiler error is because of the JSR 292 > stuff that was commited to b59. I have compiled myself the JDK with > openjdk6-b16-24_apr_2009-r1 and it worked. What environment variables > have you set? > > -- Christian > >