> Le 29/07/2012 12:39, Owen a ?crit : >>>>> CMake Warning: >>>>> Manually-specified variables were not used by the project: >>>>> >>>>> CMAKE_PREFIX_DEBUG >>>> Mmmm, is CMAKE_PREFIX_DEBUG a valid directive? (I don't know) >>>> >>> Absolutly no idea ... But most of the time DEBUG variable are just >>> optional. >> >> >> >> >> OK, >> >> Do you have a separate build directory? >> >> What is your full cmake command? >> > yes I have a separate build directory. > The full cmake commande is : > cmake .. -DCMAKE_INSTALL_PREFIX:PATH=$HOME/scribus/gsoc12ux/install > -DWANT_DEBUG=1
OK, I presume you are using a build directory inside the Scribus directory as set out here. http://wiki.scribus.net/canvas/Official:Compile_with_CMake#Starting_an_Out-of-Source_Build If so, cd to that build directory, rm -rf * and rerun your cmake command. Then post the output of your cmake command This is not related to your current problem, but if you re using an Ubuntu, see http://wiki.scribus.net/canvas/CMake_Build_Options and the last option there. WANT_SYSTEM_CAIRO=1 -- Owen
