This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: java/lang/natObject.cc Difficulties


>>>>> "Jeffrey" == Jeffrey Oldham <oldham@codesourcery.com> writes:

Jeffrey> 	I am having difficulty compiling
Jeffrey> libjava/java/lang/natObject.cc for gcc 3.1 i686-pc-linux-gnu:

Jeffrey> 1) /nfs/oz/home/oldham/gcc/gcc2/libjava/java/lang/natObject.cc:506: ISO C++ 
Jeffrey>    forbids declaration of `_Jv_ThreadId_t' with no type.  Should
Jeffrey> 		  #include <include/posix-threads.h>
Jeffrey>    be added near the top of the file?  Doing so seemed to cause
Jeffrey>    redefinition errors.

No, don't add that.
You must have configured without threads enabled.
I accidentally broke that yesterday.  I'll fix it today.

Jeffrey> Also, I see a ChangeLog entry in libjava/ChangeLog.  Is there
Jeffrey> a corresponding message in the gcc-patches mailing list?

We've been in the habit of sending library patches to java-patches
only.

Tom


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