Re: Fix x11 header check (was: Re: New official README-builds.html)

2013-03-19 Thread Andrew Hughes
- Original Message - > On 03/15/2013 03:55 PM, Omair Majid wrote: > > In file included from > > /builddir/build/BUILD/java-1.8.0-openjdk/jdk8/build/jdk8.build/jdk/gensrc_x11wrappers/sizer.64.c:11:0: > > /builddir/build/BUILD/java-1.8.0-openjdk/jdk8/jdk/src/solaris/native/sun/awt/awt_p.h:51:

Fix x11 header check (was: Re: New official README-builds.html)

2013-03-18 Thread Omair Majid
On 03/15/2013 03:55 PM, Omair Majid wrote: > In file included from > /builddir/build/BUILD/java-1.8.0-openjdk/jdk8/build/jdk8.build/jdk/gensrc_x11wrappers/sizer.64.c:11:0: > /builddir/build/BUILD/java-1.8.0-openjdk/jdk8/jdk/src/solaris/native/sun/awt/awt_p.h:51:36: > fatal error: X11/extensions/Xre

Re: New official README-builds.html

2013-03-18 Thread Andrew Hughes
- Original Message - > 2013/3/18 Andrew Hughes : > > > > > Depends how many distros you intend to support. > > Well, I guess that if somebody doesn't use one between > rhel/fedora/suse/ubuntu/mint/debian than most likely will figure out > the exact commands anyway, I think those are still

Re: New official README-builds.html

2013-03-18 Thread Mario Torre
2013/3/18 Andrew Hughes : > > Depends how many distros you intend to support. Well, I guess that if somebody doesn't use one between rhel/fedora/suse/ubuntu/mint/debian than most likely will figure out the exact commands anyway, I think those are still good suggestions to keep around. Cheers, Ma

Re: New official README-builds.html

2013-03-18 Thread Andrew Hughes
- Original Message - > 2013/3/15 Andrew Hughes : > >> Might want to update configure to check for these libs on linux. > >> > > > > Well that won't work everywhere: > > > > $ apt-get install libx11-dev libxext-dev libxt-dev libxrender-dev > > bash: apt-get: command not found > > > > so th

Re: New official README-builds.html

2013-03-18 Thread Andrew Hughes
- Original Message - > On 03/15/2013 02:05 PM, Andrew Hughes wrote: > >> Might want to update configure to check for these libs on linux. > >> > > > > Well that won't work everywhere: > > > > $ apt-get install libx11-dev libxext-dev libxt-dev libxrender-dev > > bash: apt-get: command no

Re: New official README-builds.html

2013-03-17 Thread Fredrik Öhrström
2013/3/15 Andrew Hughes : >> Might want to update configure to check for these libs on linux. >> > > Well that won't work everywhere: > > $ apt-get install libx11-dev libxext-dev libxt-dev libxrender-dev > bash: apt-get: command not found > > so this advice has limited usage anyway. Actually the c

Re: New official README-builds.html

2013-03-15 Thread Omair Majid
On 03/15/2013 02:05 PM, Andrew Hughes wrote: >> Might want to update configure to check for these libs on linux. >> > > Well that won't work everywhere: > > $ apt-get install libx11-dev libxext-dev libxt-dev libxrender-dev > bash: apt-get: command not found > > so this advice has limited usage a

Re: New official README-builds.html

2013-03-15 Thread Andrew Hughes
- Original Message - > I followed the instructions in the README and tried building on a > new, > blank ubuntu 12.04.2 LTS system. configure was able to detect that > cups, > asound & freetype libs were not installed, and provided helpful > instructions to get them, but it failed to catch t

Re: New official README-builds.html

2013-03-15 Thread Akhil Arora
I followed the instructions in the README and tried building on a new, blank ubuntu 12.04.2 LTS system. configure was able to detect that cups, asound & freetype libs were not installed, and provided helpful instructions to get them, but it failed to catch that X libraries were not installed -

Re: New official README-builds.html

2013-03-06 Thread Mike Duigou
The testing section could be made simpler: JT_HOME=/path/to/jtreg make test The test suite can be specified with the TEST environment variable: JT_HOME=/path/to/jtreg make test TEST=jdk_util The default is TEST=jdk_core which runs a wide selection of tests. Multiple tests can be specified. JT

New official README-builds.html

2013-03-01 Thread Kelly O'Hair
Please do not 'reply all', send concerns or issues to just the build-dev or build-infra-dev aliases. The very latest README-builds.html file is: http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html This documents the new build makefiles only. As with all documents of this typ