I am looking into these failures and trying to fix these now on the
latest ubuntu 8.10 installation. The gcc/g++ is 4.3.2.
-Xiaobin
Martin Buchholz wrote:
On Wed, Dec 3, 2008 at 11:38, Joe Darcy <[EMAIL PROTECTED]> wrote:
The source bundle for OpenJDK 6 build 14 is available for download from:
http://download.java.net/openjdk/jdk6/
The new Hotspot 11 failed to compile on a modified 64-bit (debian arch=amd64)
Ubuntu dapper system as follows:
cc1plus: warnings being treated as errors
/usr/local/google/home/martin/ws/buildAllOpenJDK6/hotspot/src/share/vm/utilities/ostream.cpp:
In member function 'bool networkStream::connect(const char*, short
int)':
/usr/local/google/home/martin/ws/buildAllOpenJDK6/hotspot/src/share/vm/utilities/ostream.cpp:835:
warning: comparison is always false due to limited range of data type
32-bit systems are unaffected (not sure why).
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
Running make with WARNINGS_ARE_ERRORS="" as previously advertised,
appears to be the workaround.
Martin