-----Original Message----- From: lux-integ <[email protected]> To: [email protected] Cc: [email protected] Sent: Mon, Apr 26, 2010 9:23 pm Subject: Re: Problem in cmake on kdeadmin-4.4.2
On Monday 26 April 2010 08:50:00 pm [email protected] wrote: > >make sure you put the script in the 'TOP' modules directory of > > kdeadmin-source. then make sure it is 'seen' like so:- > > When you say the top directory, there is no modules dir there, I've put > the scripts in /kdeadmin-4.4.2/system-config-printer-kde/cmake-modules > > Should I create the modules dir? > >you could put in kdeadmin-4.4.2/cmake (or some such) >and follow instructions here:- >http://www.cmake.org/Wiki/CMake:How_To_Find_Installed_Software Thanks for the info, I can see now how cmake finds software. Cmake is now finding pycups and system-config-printer in both kdeadmin and kdeutils. However I get this when configuring and the printer app is not being built: -- Found PyKDE4 version 4.3.4 /usr/share/sip/PyKDE4 -- Found pycups: /usr/lib/python2.6/site-packages/cups.so -- Found system-config-printer: /usr/lib/python2.6/site-packages/cupshelpers/cupshelpers.py -- Found KdepimLibs: /opt/kde-4.4.2/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake -- Found PythonLibs: /usr/lib/libpython2.6.so ------------------------------------------------------------------------- ---- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. ------------------------------------------------------------------------- ---- * QImageBlitz - An image effects library * GMP - The GNU Multiple Precision Arithmetic Library * QCA2 - Qt Cryptographic Architecture * LibArchive - A library for dealing with a wide variety of archive file formats * ZLib - The Zlib compression library * BZip2 - A high-quality data compressor * LibLZMA - Liblzma is used for the .xz and .lzma formats * Python Libraries - The Python library is required to build the legacy SuperKaramba bindings for Python ------------------------------------------------------------------------- ---- -- The following OPTIONAL packages could NOT be located on your system. -- Consider installing them to enable more features from this software. ------------------------------------------------------------------------- ---- * PyCups <http://cyberelk.net/tim/software/pycups/> PyCups was not found. It is needed by printer-applet to run. (Use -DINSTALL_PRINTER_APPLET=TRUE to install anyway) * system-config-printer <http://cyberelk.net/tim/software/system-config-printer/> system-config-printer was not found. Some of its modules (cupshelpers.py and ppds.py) are optionally used by printer-applet for auto configure of new printers. You should also install the udev rules from system-config-printer. ------------------------------------------------------------------------- ---- How can it find the software but not build it? MAC -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
