Re: [orca-list] orca and xboard



On Fri, Jul 17, 2015 at 2:57 PM, José Vilmar Estácio de Souza
<vilmar informal com br> wrote:
Hi all.
Today I updated the development version of xboard through a 'git pull' and
after that the xboard became inaccessible  in my arch box.
I call the app but orca stay completely mute.
Thanks.

--
José Vilmar Estácio de Souza


dear José, Recently I done some change in configure.ac. So you have to
do one more pull and make sure you are in gtk3 branch by running
following command.
git checkout gtk3
Then compile again after configuring with "--with-gtk" argument.  Or
do the entire process again with following commands

sudo apt-get install fairymax texinfo libgtk-3-dev build-essential
git clone git://git.savannah.gnu.org/xboard.git --depth=1
git checkout gtk3
autoreconf --install
./configure --prefix=/usr --with-gtk
make
sudo make install

Good luck!

-- 
Free Software Free Society


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