From kde-bugs-dist Wed May 16 15:06:45 2007 From: stevee () zuken ! co ! uk Date: Wed, 16 May 2007 15:06:45 +0000 To: kde-bugs-dist Subject: [Bug 145513] New: cmake error on Solaris - attempts to configure Message-Id: <20070516170644.145513.stevee () zuken ! co ! uk> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117932800806044 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=145513 Summary: cmake error on Solaris - attempts to configure workspace/kcontrol/xinerama but xinerama does not exits on Solaris Product: kcontrol Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: molkentin kde org ReportedBy: stevee zuken co uk Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.4.6 OS: Solaris I get this error from cmake on solaris CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: X11_Xinerama_INCLUDE_PATH (ADVANCED) X11_Xinerama_LIB (ADVANCED) It happens because kdebase/workspace/kcontrol/xinerama/CMakeLists.txt does not check for the existence of Xinerama, which doesn't exist on Solaris. I added a check which fixed the problem, see the supplied patch.