Besoin d'aide compilation tellicoop

2 risposte [Ultimo contenuto]
Sasaki
Offline
Iscritto: 08/11/2014

Bonjour, je cherche actuellement à utiliser le fork de tellico tellicoop https://github.com/linux2400/tellicoop pour faire comme ceci : http://bibliotheque.cooperative-integrale-toulouse.org/

Il s'agit d'une bibliotheque décentralisée simple à créer avec tellico, mais pour les mises à jour tellicoop s'avérerait très pratique. Or je n'arrive pas à le compiler.

Je suis pourtant les indications du readme, et avec les dépendances de tellico installées ça devrait être du tout cuit...

Or voici ce que me renvoie la commande :

cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`

CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/sasaki/.kde/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:35 (find_package)

Ca veut dire quoi ?

Mangy Dog

I am a member!

I am a translator!

Offline
Iscritto: 03/15/2015

Bonjour Sasaki
il semble qu'il te manque les paquets KDE
http://kde.6490.n7.nabble.com/Tellico-users-Installation-error-td1620997.html


On 01/06/2016 02:08 PM, José Ninguém wrote:

> I'm a new user trying to install Tellico under Ubuntu 14.04 LTS.
>
> I'm getting this error:
>
> /~/Programas/tellico-2.3.11/build$ cmake ..
> -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`/
> /CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):/
> / ERROR: cmake/modules/FindKDE4Internal.cmake not found in/
> / /home/pedro/.kde/share/apps;/usr/share/kde4/apps/
> /Call Stack (most recent call first):/
> / CMakeLists.txt:35 (find_package)/

It looks like you don't have the KDE development libraries to support
the Tellico compilation. There's a (perhaps out of date) list of
necessary libraries for Ubuntu on this page:
https://techbase.kde.org/Projects/Tellico/Compiling

You might also try "apt-get build-dep tellico" instead, to grab all the
dependencies.

Projects/Tellico/Compiling
https://techbase.kde.org/Projects/Tellico/Compiling

Sasaki
Offline
Iscritto: 08/11/2014

Super ! Merci les librairies sont en cours d'installation !

Au fait tellicoop est dans un sous-dossier à l'intérieur des fichiers de tellico, et a ses propres fichiers Cmake. https://github.com/linux2400/tellicoop/tree/master/tellicoop
Est-ce que je fais bien de suivre les instructions de compilation du répertoire principal ? Est-ce que les modifications effectuées par l'auteur sur l'exporteur html seront prises en compte ?