Hi all,
I tried to compile the widget yaWP (
http://www.kde-look.org/content/show.php/yaWP+%28Yet+Another+Weather+Plasmoid%29?content=94106) in Pardus 2009,
it worked fine in Pardus 2008 +KDE4, but in Pardus 2009 I'am getting this output:
pjotr@pjotr-pardus yawp-0.2.3 $ sh install.sh
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.2 (using /usr/qt/4/bin/qmake)
CMake Error at /usr/kde/4/share/apps/cmake/modules/FindX11.cmake:389 (MESSAGE):
Could not find X11
Call Stack (most recent call first):
/usr/kde/4/share/apps/cmake/modules/FindQt4.cmake:1460 (FIND_PACKAGE)
/usr/kde/4/share/apps/cmake/modules/FindKDE4Internal.cmake:291 (find_package)
/usr/share/cmake-2.6/Modules/FindKDE4.cmake:81 (FIND_PACKAGE)
CMakeLists.txt:3 (find_package)
-- Configuring incomplete, errors occurred!
make: *** Er is geen regel om doel 'clean' te maken. Gestopt.
make: *** Geen doelen opgegeven en geen makefile gevonden. Gestopt.
Compilation failed, sorry :-(
I have installed every X11 package that is available through the Pardus package manager.
and (as far as I know) all the other dependencies.
All help would be appriciated. Thanks in advance.