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) I have /usr/lib/aspell /var/lib/aspell /usr/share/aspell I tried adding -DWANT_ASPELL_INCLUDE_DIR=/usr/share/aspell -ASPELL_LIBRARIES=/usr/lib/aspell but that only demonstrated my ignorance on this matter Should this aspell requirement be in Cmakelists.txt as I can't find any reference to it there? Owen
