trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2011

Cmake files for kdeadmin.

From: Castro <castro@...>
Date: Tue, 05 Apr 2011 04:57:06 +0100
_Not yet approved by Serghei._

See: cmake-files.tar.bz2.

cmake ${srcdir}/${_svnmod} \
   -DCMAKE_INSTALL_PREFIX=${trinity_prefix} \
   -DCMAKE_VERBOSE_MAKEFILE=OFF \
   -DBUILD_KDAT=ON \
   -DBUILD_DOC=ON \
   -DBUILD_SECPOLICY=ON \
   -DBUILD_KCRON=ON \
   -DBUILD_KPACKAGE=ON \
   -DBUILD_KSVSV=ON \
   -DBUILD_KFILE-PLUGINS=ON \
   -DBUILD_LILO-CONFIG=OFF \  # I have given up on the these two
   -DBUILD_KNETWORKCONF=OFF \ # all sorts of compiler issues.
   -DBUILD_ALL=ON
make

BUG report.
compiler output.

kdeadmin/kpackage/packageDisplay.cpp:
  In member function void packageDisplayWidget::openBindingWith(QListViewItem*):
  kdeadmin/kpackage/packageDisplay.cpp:392:56:
  error: cannot call constructor KURL::List::List directly

  for a function-style cast, remove the redundant ::List

A simple fix.

A new compiler flag wanted: -af ( AUTO_FIX ).  :-)

Castro.



Attachments: