On Saturday, 2 December 2006 07:04, Vladimir Savic wrote: > On Saturday 02 December 2006 00:50, Pedro Lopez-Cabanillas wrote: > > On Saturday, 2 December 2006 01:27, Vladimir Savic wrote: > > $ export KDEDIR=/usr/kde/3.5 > > Strangely, I have KDEDIRS variable pointing to /usr, but no KDEDIR?!
You only need one: either KDEDIR or KDEDIRS or none of them, but if one exists it should be set correctly. Anyway, If CMake doesn't find the KDEDIR variable, it uses `kde-config --prefix` to find include and library directories (at least if you were using the latest CMake-2.4.4). I think that it has changed between CMake-2.4.3 and CMake-2.4.4; please upgrade if you can and report about it. > CMake Error: This project requires some variables to be set, > and cmake can not find them. > Please set the following variables: > /home/vlada/novo/rosegarden/src/LADSPA_INC_DIR > /home/vlada/novo/rosegarden/src/LIRC_INC_DIR Seems that CMake's cache wasn't remembering some variables. It's usually better to erase it (rm CMakeCache.txt) and start from scratch again. > 'ccmake .' helped me to manually delete LIRC_INC_DIR and set LADSPA_INC_DIR > to /usr/include > Why cmake didn't find ladspa.h in really common /usr/include dir? Probably because my FindLADSPA.cmake script was not good enough. There is a new version in our SVN repository, please can you update and try again from scratch? To clean your working directory, use "scripts/distclean.sh". Regards, Pedro ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
