package 'granite' not found
I'm triyng to compile SCRATCH but it get this error below...: P.S. granite was well compiled and installed before this operation.
-- checking for module 'granite'
-- package 'granite' not found
CMake Error at /usr/share/
A required package was not found
Call Stack (most recent call first):
/usr/
CMakeLists.txt:31 (pkg_check_modules)
-- checking for modules 'gtksourceview-
-- package 'granite' not found
CMake Error at /usr/share/
A required package was not found
Call Stack (most recent call first):
/usr/
CMakeLists.txt:34 (pkg_check_modules)
-- checking for a minimum Vala version of 0.12.0
-- found Vala, version 0.14.2
-- GSettings schemas will be installed locally.
-- GSettings shemas will be compiled.
-- GSettings schemas will be installed into /usr/share/
-- checking for a minimum Vala version of 0.12.0
-- found Vala, version 0.14.2
-- Configuring incomplete, errors occurred!
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Scratch Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2012-02-21
- Last reply:
- 2012-12-26
pella.grind (pella-grind) said : | #1 |
Im using this:
Fedora16 3.2.6-3.fc16.x86_64
cmake version 2.8.7
i've reached GRANITE from launchpad and compiled with cmake as well as done.
In Fedora i use ths BAZAR version: Bazaar 2.4.2
Mario Guerriero (mefrio-g) said : | #2 |
you can just try to reinstall granite. Every thing is ok in the CMakeLists of Scratch...
David Gomes (davidgomes) said : | #3 |
bzr branch lp:granite;cd granite;mkdir build;cd build;cmake .. -DCMAKE_
Try that.
David Gomes (davidgomes) said : | #4 |
http://
Install that rpm (see: http://
After installing that, go into the granite/ source folder and do:
mkdir build;cd build;cmake .. -DCMAKE_
Doing this will update Granite to trunk/.
Then, it should work.
Can you help with this problem?
Provide an answer of your own, or ask pella.grind for more information if necessary.