> Riku Leino wrote: >> Thomas Zastrow wrote: >>> Riku Leino schrieb: >>>> Owen wrote: >>>>> Can someone tell me how to cope with this error >>>>> >>>>> >>>>> CMake Error: This project requires some variables to be set, >>>>> and cmake can not find them. >>>>> Please set the following variables: >>>>> ASPELL_INCLUDE_DIR (ADVANCED) >>>>> ASPELL_LIBRARIES (ADVANCED) >>>> Try upgrading your cmake. There's a cmake module called >>>> FindASPELL.cmake >>>> missing. It should be located in prefix/share/cmake/Modules/ and is >>>> shipped with the latest cmake. >>> So, I need a new QT for compiling SVN again? >>> >>> Best, >>> >>> Tom, who has the same error >> >> >> No, just a cmake module called FindASPELL.cmake which you can get from >> cmake's >> source package if you are not interested in upgrading your cmake to a >> newer >> one. I have version 2.4-patch 7 installed and have that module >> installed. > > Hi, > > Add aspell-devel or the debian equivalent if you are on Debian/*buntu. > > We're in the process of adding spell checker to current svn. >
That fixed it, thank you Owen
