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.
