On Monday 26 November 2007 01:43:47 Craig Ringer wrote: > Owen wrote: > > /opt/bin/cmake . -DCMAKE_INSTALL_PREFIX:PATH=/scribus135/ -DWANT_CAIRO=1 > > > > But still got the same error > > > > RPATH: lib/scribus/plugins/; > > 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) > > > > Maybe I should read the doco to see how to set the variables > > While that might work, it'd be very helpful to track down the cause of > this problem. > > If you are able to upload your CMakeCache.txt somewhere the developers > can get to it (please do NOT post it as an attachment on this mailing > list, though a link to it would be appreciated) and post the full output > of the CMake command you show above, that would help quite a bit. > > pastebin.ca will let you upload a file, so you can upload your > CMakeCache.txt there and include the resulting URL in your reply. > > http://pastebin.ca/upload.php
The case where you have FindASPELL.cmake, but do not have the aspell development libraries installed should also now be fixed in SVN. Craig
