[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [orca-list] Orca Problems with Access-Bridge
- From: "David E. Price" <deprice cs utah edu>
- To: Willie Walker <William Walker Sun COM>
- Cc: orca-list gnome org
- Subject: Re: [orca-list] Orca Problems with Access-Bridge
- Date: Mon, 19 Mar 2007 14:28:09 -0600
Hi,
I installed the package
gnome-common (after
reading the page on the
orca build environment),
and this cleaned up all
of the warnings
regarding casting vs.
aliasing, as well as two
of the Java compilation
errors. However, two
compilation errors still
remain when I try to
build Access-Bridge
1.5.0 (1.4.5 is in much
worse shape). The two
remaining errors are
attached.
Can anyone think of any
other packages to
install that might
improve the build
environment for gnome
and Access-Bridge?
Thanks,
dave
On Sat, 2007-03-17 at 16:25 -0600, David E. Price wrote:
> Hi, Willie and Lynn,
>
> Thanks for the pointer to the web page.I gave it a quick try yesterday
> afternoon and got the same errors using Access-Bridge 1.5.0.
>
> Today, I rebuilt AT-SPI 1.7.15 from source and carefully examined the
> errors during that process. During configure, there were some warnings
> related to files ending in *.pc.in, where datarootdir was ignored. There
> were no errors during make, and a few warnings related to relinking some
> libraries during make install. If you want to see any of these outputs,
> just let me know. Note: I could not build at-spi 1.7.16--there were many
> errors during make. I suppose that is due to the version of gnome that
> I'm using. If you want to see these errors, let me know.
>
> Once again, I tried rebuilding Access-Bridge, without success. I tried
> with versions 1.5.0 and 1.4.5, and the latter had more errors than the
> former. I have attached more files than you probably want to look at, so
> throwout those of no interest. For Access-Bridge 1.5.0, I have
> attached the output from configure (jab1.5.0-conf-out.txt) as well as
> the error stream (jab1.5.0-make-err.txt) and the output from both the
> output and error streams (jab1.5.0-make-outerr.txt) during make.
> Similarly, I attached the same files produced during make for
> Access-Bridge 1.4.5 (same naming convention). If you want any other
> information from me, please let me know.
>
> Thanks for your help,
>
> dave
>
>
> On Fri, 2007-03-16 at 17:51 -0400, Willie Walker wrote:
> > Hi David:
> >
> > Let's get you going, and also make sure our documentation is up to
> > date. Does the following page help?
> >
> > http://live.gnome.org/Orca/JABG
> >
> > If it doesn't, we'll need to update the page. Let me know how things
> > work out.
> >
> > Will
> >
> > David E. Price wrote:
> > > Your subject is perhaps wrong?
> > > Thats not an orca problem!!
> > >
> > > Check your javac installation by typing:
> > > javac -version
> > > on a linux console.
> > > You need the java sdk from sun to get the accesbridge to work.
> > >
> > > Sorry, I should have put that in the message. I am using Sun's JDK
> > > 1.5.0_11.
> > >
> > > I sent the message to this list because I thought it was the most likely
> > > place where I would find persons knowledgeable about integrating
> > > Access-Bridge into the Gnome desktop. Again, if there is another list that
> > > is more appropriate, please let me know.
> > >
> > > Thanks,
> > >
> > > dave
> > >
> > >
> > >
> > > ----- Original Message -----
> > > From: "Halim Sahin" <halim sahin t-online de>
> > > To: <orca-list gnome org>
> > > Sent: Friday, March 16, 2007 2:15 PM
> > > Subject: Re: Orca Problems with Access-Bridge
> > >
> > >
> > > Hello,
> > > On Fr, M�16, 2007 at 11:48:16 -0600, David E. Price wrote:
> > >
> > >> Hi,
> > >>
> > >> If this is not the correct venue for this question, please let me know
> > >> where I should take this problem.
> > >>
> > >> I am running Ubuntu Edgy. I'm afraid that I can't give you a version
> > >> number for Gnome, since Orca will not read anything in the about Gnome
> > >> window. However, it should be the most recent update available through
> > >> apt-get. I am new to gnome, so if there is an easy way to get the
> > >> version info, please let me know.
> > >>
> > >> I downloaded Java Access-Bridge, version 1.5.0. I installed packages
> > >> until configure returned no errors. (One issue, however... the only
> > >> gnome-2.0 directory in the tree is /usr/share/gnome-2.0, so I did not
> > >> pass a prefix into configure. If this indicates that there is a package
> > >> that I need to install, please let me know.)
> > >>
> > >> When I make install, I get the following output with Java errors:
> > >>
> > >> make[1]: Leaving directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/bridge'
> > >> Making all in impl
> > >> make[1]: Entering directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> > >> Making all in org
> > >> make[2]: Entering directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> > >> Making all in GNOME
> > >> make[3]: Entering directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME'
> > >> Making all in Accessibility
> > >> make[4]: Entering directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME/Accessibility'
> > >> CLASSPATH=../../../../idlgen:../../../../impl:../../../../bridge:../../../../util
> > >> javac DesktopImpl.java
> > >> CLASSPATH=../../../../idlgen:../../../../impl:../../../../bridge:../../../../util
> > >> javac EditableTextImpl.java
> > >> ../../../../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[4]: Leaving directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME/Accessibility'
> > >> make[3]: *** [all-recursive] Error 1
> > >> make[3]: Leaving directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org/GNOME'
> > >> make[2]: *** [all-recursive] Error 1
> > >> make[2]: Leaving directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl/org'
> > >> make[1]: *** [all-recursive] Error 1
> > >> make[1]: Leaving directory
> > >> `/home/deprice/tmp/java/java-access-bridge-1.5.0/impl'
> > >> make: *** [all-recursive] Error 1
> > >>
> > >>
> > >> Any assistance will be greatly appreciated.
> > >>
> > >>
> > > Your subject is perhaps wrong?
> > > Thats not an orca problem!!
> > >
> > > Check your javac installation by typing:
> > > javac -version
> > > on a linux console.
> > > You need the java sdk from sun to get the accesbridge to work.
> > >
> > > HTH
> > > Halim
> > > _______________________________________________
> > > Orca-list mailing list
> > > Orca-list gnome org
> > > http://mail.gnome.org/mailman/listinfo/orca-list
> > >
> > > _______________________________________________
> > > Orca-list mailing list
> > > Orca-list gnome org
> > > http://mail.gnome.org/mailman/listinfo/orca-list
> > >
> >
> > _______________________________________________
> > Orca-list mailing list
> > Orca-list gnome org
> > http://mail.gnome.org/mailman/listinfo/orca-list
> _______________________________________________
> Orca-list mailing list
> Orca-list gnome org
> http://mail.gnome.org/mailman/listinfo/orca-list
> Visit http://live.gnome.org/Orca for more information on Orca
../../../../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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]