BUILD_HEADLESS_ONLY

2012-03-06 Thread martin burtscher
start the build: make LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk ALLOW_DOWNLOADS=true BUILD_HEADLESS_ONLY=true CROSS_COMPILE_ARCH=i586 ALT_COMPILER_PATH=/usr/bin As it doesn't seem to happen to someone else, i think its probably a configuration problem by myself. But i really have no idea what

Re: BUILD_HEADLESS_ONLY

2012-03-06 Thread David Holmes
altough i try to build it headless. Heres how i start the build: make LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk ALLOW_DOWNLOADS=true BUILD_HEADLESS_ONLY=true CROSS_COMPILE_ARCH=i586 ALT_COMPILER_PATH=/usr/bin Don't use BUILD_HEADLESS_ONLY it isn't really part of the OpenJDK build. It's

Re: BUILD_HEADLESS_ONLY

2012-03-06 Thread Anthony Petrov
Hi Martin, On 3/6/2012 6:17 PM, martin burtscher wrote: if I use BUILD_HEADLESS=true the awt packages are included and useable. So either I understand BUILD_HEADLESS wrong or it doesnt do what its supposed to do. AWT can work w/o a display, e.g. for in-memory image manipulation, or printing