2008/11/26 Kelly O'Hair <[EMAIL PROTECTED]>:
> If you set the variable WARNINGS_ARE_ERRORS to be empty, it should
> be sent through to all the makefiles. It's the variable
> WARNINGS_ARE_ERRORS that contains the option "-Werror" for hotspot
> compiles, and it is -Werror that makes warnings fatal.
>
Dalibor Topic wrote:
> Douglas Felt wrote:
>
>> I'm running into multiple errors trying to build openjdk 7 on ubuntu
>> 8.10. I downloaded the sources from
>> http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip
>> as listed on http://download.java.net/op
Hi Douglas,
On Wed, 2008-11-26 at 00:27 -0800, Douglas Felt wrote:
> I'm running into multiple errors trying to build openjdk 7 on ubuntu
> 8.10. I downloaded the sources from
> http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip
> as listed on http://down
I'm running into multiple errors trying to build openjdk 7 on ubuntu
8.10. I downloaded the sources from
http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip
as listed on http://download.java.net/openjdk/jdk7/.
The problem appears to be that gcc flags are c
If you set the variable WARNINGS_ARE_ERRORS to be empty, it should
be sent through to all the makefiles. It's the variable
WARNINGS_ARE_ERRORS that contains the option "-Werror" for hotspot
compiles, and it is -Werror that makes warnings fatal.
So try:
make WARNINGS_ARE_ERRORS=
Not using -We
Douglas Felt wrote:
> I'm running into multiple errors trying to build openjdk 7 on ubuntu
> 8.10. I downloaded the sources from
> http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip
> as listed on http://download.java.net/openjdk/jdk7/.
>
> The problem app
I'm running into multiple errors trying to build openjdk 7 on ubuntu
8.10. I downloaded the sources from
http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip
as listed on http://download.java.net/openjdk/jdk7/.
The problem appears to be that gcc flags are c