Compilation de "Yasp-scripted'

Bonsoir,

Je cherche à compiler Yasp-Scripted, il permet d’avoir des infos sur le système.

J’ai un soucis avec cmake, il me retrouve une erreur sur la version alors que je l’ai installé juste avant de faire la manip, et que la verison est bonne :confused: :confused:

[code][build] cmake -DCMAKE_INSTALL_PREFIX=kde4-config --prefix -DCMAKE_BUILD_TYPE=release …/
– The C compiler identification is GNU
– The CXX compiler identification is GNU
– Check for working C compiler: /usr/bin/gcc
– Check for working C compiler: /usr/bin/gcc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working CXX compiler: /usr/bin/c++
– Check for working CXX compiler: /usr/bin/c++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/nicollivier/.kde/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)

CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.8)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run “cmake --help-policy CMP0000”.
This warning is for project developers. Use -Wno-dev to suppress it.

– Configuring incomplete, errors occurred![/code]

Est-ce que quelqu’un pourrait me traduire cela s’il vous plait :slightly_smiling:

Merci

Nico

Il suffisait d’installer kdelibs5-dev sqlite3
Merci Google :slightly_smiling: