classpath-testresults
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-testresults] classpath daily snapshot 20060630 FAILED


From: Michael Koch
Subject: [cp-testresults] classpath daily snapshot 20060630 FAILED
Date: Fri, 30 Jun 2006 05:49:13 +0200 (CEST)


    54. public class XGraphics2D
                     ^---------^
*** Semantic Error: The abstract method "java.awt.image.WritableRaster 
getDestinationRaster();", inherited from type 
"gnu.java.awt.java2d.AbstractGraphics2D", is not implemented in the 
non-abstract class "gnu.java.awt.peer.x.XGraphics2D".


    61.   private Drawable xdrawable;
                  ^------^
*** Semantic Error: Type "Drawable" was not found.


    66.   private GC xgc;
                  ^^
*** Semantic Error: Type "GC" was not found.


    73.   XGraphics2D(Drawable d)
                      ^------^
*** Semantic Error: Type "Drawable" was not found.


    77.     xgc = new GC(d);
                      ^^
*** Semantic Error: Type "GC" was not found.


   242.         gnu.x11.Rectangle clip = new gnu.x11.Rectangle(r.x, r.y, 
r.width,
                    ^-^
*** Semantic Error: You need to modify your classpath, sourcepath, 
bootclasspath, and/or extdirs setup. Jikes could not find package "gnu.x11" in: 
                ../../vm/reference
                ../..
                ../../external/w3c_dom
                ../../external/sax
                ../../external/relaxngDatatype
                .



   242.         gnu.x11.Rectangle clip = new gnu.x11.Rectangle(r.x, r.y, 
r.width,
                                                 ^-^
*** Semantic Error: You need to modify your classpath, sourcepath, 
bootclasspath, and/or extdirs setup. Jikes could not find package "gnu.x11" in: 
                ../../vm/reference
                ../..
                ../../external/w3c_dom
                ../../external/sax
                ../../external/relaxngDatatype
                .



   245.                                 new gnu.x11.Rectangle[]{clip}, 
GC.UN_SORTED);
                                                ^-^
*** Semantic Error: You need to modify your classpath, sourcepath, 
bootclasspath, and/or extdirs setup. Jikes could not find package "gnu.x11" in: 
                ../../vm/reference
                ../..
                ../../external/w3c_dom
                ../../external/sax
                ../../external/relaxngDatatype
                .



   245.                                 new gnu.x11.Rectangle[]{clip}, 
GC.UN_SORTED);
                                                               ^----^
*** Semantic Error: An array initializer cannot be used to initialize a 
variable of type "??".


   267.         ZPixmap zPixmap = new ZPixmap(xdrawable.display, w, h,
                ^-----^
*** Semantic Error: Type "ZPixmap" was not found.


   267.         ZPixmap zPixmap = new ZPixmap(xdrawable.display, w, h,
                                      ^-----^
*** Semantic Error: Type "ZPixmap" was not found.

Found 4 semantic errors compiling "../../gnu/java/awt/peer/x/GLGraphics.java":

    45. import gnu.x11.extension.glx.GL;
               ^----------------------^
*** Semantic Error: The import "gnu/x11/extension/glx/GL" is not valid, since 
it does not name a type in a package.


    52. public class GLGraphics extends AbstractGraphics2D
                     ^--------^
*** Semantic Error: The abstract method "java.awt.image.WritableRaster 
getDestinationRaster();", inherited from type 
"gnu.java.awt.java2d.AbstractGraphics2D", is not implemented in the 
non-abstract class "gnu.java.awt.peer.x.GLGraphics".


    58.   private GL gl;
                  ^^
*** Semantic Error: Type "GL" was not found.


    65.   GLGraphics(GL g)
                     ^^
*** Semantic Error: Type "GL" was not found.
make[1]: *** [compile-classes] Error 1
make[1]: Leaving directory `/home/mkoch/src/classpath/build/lib'
make: *** [all-recursive] Error 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]