Le Sam 27 avril 2013 15:10, Markus Neviadomski a écrit : > Thats the error: > -- Found xsltproc > CMake Error at cmake/modules/FindGlib.cmake:33 (message): > Glib version check failed. Version 2.24.2 was found, at least version > 2.28 > is required Call Stack (most recent call first): > src/CMakeLists.txt:120 (find_package)
Try to remove all files cmake added. Typically, you have made a folder like $SRC/build in which you ran "cmake ..". Remove all files in it and then redo the "cmake .." and it should work if all dependencies are installed. > These dependecies are needed by darktable: You could have used following commands to ease your job: # aptitude build-dep darktable # aptitude source darktable --compile -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

