After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 420324 - Problems building Access Bridge v1.5.0
Problems building Access Bridge v1.5.0
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.18.x
Other Linux
: Normal normal
: 2.20.0
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2007-03-19 22:23 UTC by Rich Burridge
Modified: 2008-07-22 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Burridge 2007-03-19 22:23:42 UTC
As reported on the Orca mailing list by David E. Price.

(I don't know if there is a better alternate place to file
this. It wasn't obvious. Filing it under Orca for now, so that
it doesn't get lost).

Problems building the Access Bridge 1.5.0. Various warning messages
are now gone, but the following two errors remain:

../../../../impl/org/GNOME/Accessibility/TextImpl.java:28: org.GNOME.Accessibility.TextImpl is not abstract and does not override abstract method getDefaultAttributeSet() in org.GNOME.Accessibility.TextOperations
public class TextImpl extends UnknownImpl implements TextOperations {
       ^
EditableTextImpl.java:29: org.GNOME.Accessibility.EditableTextImpl is not abstract and does not override abstract method getDefaultAttributeSet() in org.GNOME.Accessibility.TextOperations
public class EditableTextImpl extends TextImpl implements EditableTextOperations {
       ^
2 errors
make[4]: *** [EditableTextImpl.class] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Comment 1 Lynn Monsanto 2007-05-08 17:48:03 UTC
This problem has been fixed by updating the build instructions for the bridge. See

http://live.gnome.org/Orca/JABG#details
Comment 2 Willie Walker 2007-05-15 13:47:28 UTC
Closing.  Thanks Lynn!