On 08/12/2009, at 5:53 AM, Craig Bradney wrote: > Xin wrote: >> Submitted on 12/07/2009 >> Submitted by anonymous user: [10.1.6.26] >> >> Submitted values are: >> >> Your contact information: >> Name: Xin >> Email Address: xcheney at allette.com.au >> About your Scribus program: >> Version: 1.3.5 >> Prebuilt/Compiled: Compiled >> Build Date: >> Your operating system and CPU: >> Type: Linux >> Version: Fedora 8 >> CPU type: 32bit Intel/AMD (i386) >> Your request content: >> Subject: CMake Errors >> Message: >> Hi All, >> >> I am installing Scribus on Fedora 8 box to give a try today. I have >> to >> download the 1.3.5 rc3 tarball to compile and install because there >> is no >> .rpm for Fedora 8. >> I have installed the requirement packages as mentioned from >> documentation >> page, but still have this error below when run: >> /usr/bin/cmake ../scribus -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/ >> scribus >> error: >> CMake Error: Error in cmake code at >> /root/scribus-1.3.5.rc3/scribus/icons/CMakeLists.txt:6: >> INSTALL FILES given no DESTINATION! >> Current CMake stack: >> [1] /root/scribus-1.3.5.rc3/scribus/icons/CMakeLists.txt >> CMake Error: Error in cmake code at >> /root/scribus-1.3.5.rc3/scribus/styles/CMakeLists.txt:20: >> Unknown CMake command "QT4_WRAP_CPP". >> -- Configuring done >> >> I am pretty sure I have yum install qt4 and qt4-devel. >> > Hi > > What version of CMake is installed and what version of qt4* are > installed? Sounds like our minimum versions might need to be > increased. > Also, Scribus 1.3.5 has been released, so please update your codebase. > > thanks > Craig Thanks Craig!
[root at domU-12-31-39-03-46-24 ~]# rpm -qa |grep cmake cmake-2.4.8-2.fc8 [root at domU-12-31-39-03-46-24 ~]# rpm -qa |grep qt4 qt4-x11-4.4.3-1.fc8 qt4-4.4.3-1.fc8 qt4-devel-4.4.3-1.fc8 The Scribus I downloaded is : scribus-1.3.5.rc3.tar.bz2 from SourceForge. Should be the one you mentioned. Please help - Thanks in advance! xin
