Re: [orca-list] Build orca on Ubuntu 12.10



Try the following commands in a shell :
sudo -i
do-release-upgrade -d
do reboot when prompted
When you reboot, run the following additional commands :
sudo -i
apt-get install gnome-common yelp-tools git
apt-get build-dep gnome-orca
git clone git://git.gnome.org/orca
cd orca
./autogen.sh
#replace <nnn> with the number of cores your processor has plus 1
make -j <nnn>
make install
exit
close terminal emulator/return to x
restart orca
On 02/19/2013 10:00 AM, Edipo Crispim wrote:
Hi,

I am trying to build orca on ubuntu 12.10 with gnome from gnome repository.
I was unable to do so using master vesion and a few others because a missing dependecy python-gobject 3.4.2
But that is ok, so i tryed to build versions 3.7.1 and origin/gnome-3-6 and they built ok.
But when i run orca, it raise a exception:
ImportError: cannot import name _API

This exception is from a import of GObject from gi.repository
Using python shell it is possible do import GObject.
So i have no ideia what is the problem.

Thanks,

Edipo Crispim Alencar Souza


_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp



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