invitation: try compiling kdelibs using cmake

Alexander Neundorf neundorf at kde.org
Sat Jan 28 22:47:46 CET 2006


On Saturday 28 January 2006 22:41, Winfried wrote:
> Ok, kdelibs compiled ok for me with cmake on Suse10.0 32bit.
>
> The only change I had to make was adding the png library after getting the
> error below while compiling khtml.
>
> kde4 at linux:~/kde4_trunk/kdelibs/khtml> svn diff CMakeLists.txt
> Index: CMakeLists.txt
> ===================================================================
> --- CMakeLists.txt      (revision 503040)
> +++ CMakeLists.txt      (working copy)
> @@ -2,6 +2,7 @@
>
>  find_package(JPEG REQUIRED)
>  find_package(GIF  REQUIRED)
> +find_package(PNG  REQUIRED)

Your sources are way too old ;-)
You should update, it's already in svn.

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list