The field String.count is not visible
----------
4387. ERROR in ../../classpath/gnu/classpath/CPStringBuffer.java (at line 934)
        VMSystem.arraycopy(value, 0, newValue, 0, count);
        ^^^^^^^^
The type VMSystem is not visible
----------
4388. ERROR in ../../classpath/gnu/classpath/CPStringBuffer.java (at line 1032)
        VMSystem.arraycopy(value, 0, nb, 0, count);
        ^^^^^^^^
The type VMSystem is not visible
----------
4389. ERROR in ../../classpath/gnu/classpath/CPStringBuffer.java (at line 1052)
        int len = other.count;
                        ^^^^^
The field String.count is not visible
----------
4390. ERROR in ../../classpath/gnu/classpath/CPStringBuffer.java (at line 1053)
        int index = other.offset;
                          ^^^^^^
The field String.offset is not visible
----------
4391. ERROR in ../../classpath/gnu/classpath/CPStringBuffer.java (at line 1055)
        if (value[toffset++] != other.value[index++])
                                      ^^^^^
The field String.value is not visible
----------
4391 problems (24 errors, 4367 warnings)make[1]: *** [compile-classes] Error 255
make[1]: Leaving directory `/home/cpdev/Nightly/classpath/build/lib'
make: *** [all-recursive] Error 1


_______________________________________________
Classpath-testresults mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-testresults

Reply via email to