This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Is Java broken on the trunk?


Mark Mitchell <mark@codesourcery.com> writes:

>   ../../../libjava/java/lang/natObject.cc:506: ISO C++ forbids declaration of 
>      `_Jv_ThreadId_t' with no type
>   ../../../libjava/java/lang/natObject.cc:506: parse error before `;' token
> 
> when building libjava on the trunk.  Is this a known problem?

I checked in changes to the threading primitives and start-up code.
I did not test the win32 code (not having access to a win32 development
environment), but both the posix-threads and no-threads versions
should work.  The check-in was on Monday.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]