openSUSE 11.4: Installation of Scribes
http://scribes.sourceforge.net
1. Dependencies
- gnome-common
- gnome-doc-utils-devel
- python-gnome-extras
(Of course, install other dependencies of those libraries as well.)
2. Compile & Install
bzr branch lp:scribes
cd scribes
chmod +x autogen.sh # this might be necessary
./autogen.sh
make
sudo make install
cd scribes
chmod +x autogen.sh # this might be necessary
./autogen.sh
make
sudo make install
Successful with openSUSE 11.4 and Scribes version 0.4-dev-build954
[...] not scribus, it's a text editor I'm trying to install This guy says his done it but I can't openSUSE: Install Scribes at Joon's blog Reply With Quote + Reply to Thread « Previous Thread | Next [...]
scribes
11 May 11 at 6:12 pm
Hi Joon!
I am trying to compile scribes but I run into the following problem during compilation:
Checking for PyGTK… yes
Checking for pygtksourceview2… yes
Error: Python bindings for gtkspell was not found.
configure: error: Error: Dependency check failed
Now I’ve installed the relative package, i.e. python-gtkspell-2.25.3-19.4.x86_64.rpm, but, apparently to no avail. Any idea?
Thank you for your courteous attention.
[Reply]
joon Reply:
May 30th, 2011 at 12:10 pm
did you install python-gnome-extras as well? I think the error was solved with python-gnome-extras .. let me know.
I just did ./autogen.sh again to check and after I installed python-gnome-extras the error is gone.
[Reply]
Guido
30 May 11 at 5:15 am
Thanks for the tip! Knowing the dependencies ahead of time is so nice.
[Reply]
joon Reply:
August 12th, 2011 at 8:29 pm
You’re welcome. Glad to be a help!
[Reply]
Matthew Morgan
12 Aug 11 at 7:41 pm