This is the mail archive of the java-patches@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: Patch: FYI: Get xlib peers working again - OK for branch-4.0?


>>>>> "Scott" == Scott Gilbertson <scottg@mantatest.com> writes:

Scott> I just checked in these changes to trunk.  The xlib peers had
Scott> been busted for a long time, and these changes get them working
Scott> at least as well as they did a year ago (using my large
Scott> application for testing).

Unfortunately I just broke them again with the big classpath merge.

As I recall the problem is that ClasspathToolkit now declares some
abstract methods that the xlib peers do not implement.  You can turn
on building them again pretty easily: remove the gnu/awt/xlib and
gnu/gcj/xlib lines from libjava/standard.omit, run makemake.tcl
(redirect stdout to sources.am), and run automake.

Scott> OK to commit the equivalent patch to branch-4.0?

Do the peers compile or work at all in 4.0?
Our rule thus far for 4.0.x has been that we won't break the C++
ABI.  That is a pretty strict rule.

Tom


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