Problem building beta5 and a cmake developer warning.

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem building beta5 and a cmake developer warning.

Linuxguy123
How do I build beta 5 ? I followed the instructions in the README file
and received an error.

System is Fedora 11 x86 fully updated.  KDE 4.3.1

$ rpm -q cmake
cmake-2.6.4-2.fc11.i586

Let me know what else you need to see.

Thanks

$ cmake .                              
Re-run cmake no build system
arguments                                      
-- The C compiler identification is
GNU                                      
-- The CXX compiler identification is
GNU                                    
-- Check for working C
compiler: /usr/lib/ccache/gcc                        
-- Check for working C compiler: /usr/lib/ccache/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  /home/xxx/.kde/share/apps;/usr/share/kde-settings/kde-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
  CMakeLists.txt:41 (FIND_PACKAGE)

CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be
lower
  if you wish to support older CMake versions for this project.  For
more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!




_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Problem building beta5 and a cmake developer warning.

Gilles Caulier-4
install KDE developement packages

Gilles Caulier

2009/10/6 Linuxguy123 <[hidden email]>:

> How do I build beta 5 ? I followed the instructions in the README file
> and received an error.
>
> System is Fedora 11 x86 fully updated.  KDE 4.3.1
>
> $ rpm -q cmake
> cmake-2.6.4-2.fc11.i586
>
> Let me know what else you need to see.
>
> Thanks
>
> $ cmake .
> Re-run cmake no build system
> arguments
> -- The C compiler identification is
> GNU
> -- The CXX compiler identification is
> GNU
> -- Check for working C
> compiler: /usr/lib/ccache/gcc
> -- Check for working C compiler: /usr/lib/ccache/gcc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/lib/ccache/c++
> -- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
>  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
>  /home/xxx/.kde/share/apps;/usr/share/kde-settings/kde-profile/default/share/apps;/usr/share/kde4/apps
> Call Stack (most recent call first):
>  CMakeLists.txt:41 (FIND_PACKAGE)
>
> CMake Warning (dev) in CMakeLists.txt:
>  No cmake_minimum_required command is present.  A line of code such as
>
>    cmake_minimum_required(VERSION 2.6)
>
>  should be added at the top of the file.  The version specified may be
> lower
>  if you wish to support older CMake versions for this project.  For
> more
>  information run "cmake --help-policy CMP0000".
> This warning is for project developers.  Use -Wno-dev to suppress it.
>
> -- Configuring incomplete, errors occurred!
>
>
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Problem building beta5 and a cmake developer warning.

Linuxguy123
On Tue, 2009-10-06 at 18:00 +0200, Gilles Caulier wrote:
> install KDE developement packages

Oops...

Thanks for the hint.

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Problem building beta5 and a cmake developer warning.

Linuxguy123
In reply to this post by Gilles Caulier-4
On Tue, 2009-10-06 at 18:00 +0200, Gilles Caulier wrote:
> install KDE developement packages

I went through the dependency list in the README and the only kde
package it referenced is kdelibs.  These are the kde devel packages that
I have installed:

$ yum list \*kde\*devel\*
Installed Packages
PyKDE4-devel.i586  4.3.1-3.fc11    @updates
kdelibs3-devel.i586 3.5.10-13.fc11.1    @updates
lockdev-devel.i586  1.0.1-14.fc11  installed

What other kde devel packages does it need ?

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Problem building beta5 and a cmake developer warning.

Gilles Caulier-4
2009/10/6 Linuxguy123 <[hidden email]>:

> On Tue, 2009-10-06 at 18:00 +0200, Gilles Caulier wrote:
>> install KDE developement packages
>
> I went through the dependency list in the README and the only kde
> package it referenced is kdelibs.  These are the kde devel packages that
> I have installed:
>
> $ yum list \*kde\*devel\*
> Installed Packages
> PyKDE4-devel.i586  4.3.1-3.fc11    @updates
> kdelibs3-devel.i586 3.5.10-13.fc11.1    @updates

not KDE3 packages, KDE4 !

Gilles

> lockdev-devel.i586  1.0.1-14.fc11  installed
>
> What other kde devel packages does it need ?
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Problem building beta5 and a cmake developer warning.

Linuxguy123
On Tue, 2009-10-06 at 20:26 +0200, Gilles Caulier wrote:

> 2009/10/6 Linuxguy123 <[hidden email]>:
> > On Tue, 2009-10-06 at 18:00 +0200, Gilles Caulier wrote:
> >> install KDE developement packages
> >
> > I went through the dependency list in the README and the only kde
> > package it referenced is kdelibs.  These are the kde devel packages that
> > I have installed:
> >
> > $ yum list \*kde\*devel\*
> > Installed Packages
> > PyKDE4-devel.i586  4.3.1-3.fc11    @updates
> > kdelibs3-devel.i586 3.5.10-13.fc11.1    @updates
>
> not KDE3 packages, KDE4 !

DOH !

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users