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]
Other format: [Raw text]

Re: Merge checked in


Hi Tom,

On Tue, 2007-01-09 at 11:27 -0700, Tom Tromey wrote:
> I've checked the big gcj-eclipse branch merge into svn trunk.

Woot! So great to see this go in. Thanks.

> Please give it a try.

The xlib peers (--enable-java-awt=gtk,xlib) seem to be broken:

../../../gcc/libjava/gnu/gcj/xlib/natClip.cc:22:31: error: gnu/gcj/xlib/Clip.h: No such file or directory
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc:28: error: 'gnu::gcj::xlib' has not been declared
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc: In function 'void init(AWTRectArray*)':
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc:46: error: 'xrects' was not declared in this scope
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc: At global scope:
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc:49: error: 'gnu::gcj::xlib' has not been declared
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc: In function 'void dispose()':
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc:51: error: 'xrects' was not declared in this scope
../../../gcc/libjava/gnu/gcj/xlib/natClip.cc:53: error: type '<type error>' argument given to 'delete', expected pointer
make[3]: *** [gnu/gcj/xlib/lib_gnu_awt_xlib_la-natClip.lo] Error 1

Rebuilding now with only the gtk+ peers enabled.

Attachment: signature.asc
Description: This is a digitally signed message part


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