xxsergzzxx / gmailnotifier

Automatically exported from code.google.com/p/gmailnotifier
GNU General Public License v2.0
1 stars 0 forks source link

FindPlasma is deprecated #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hallo, Im under KDE 4.2 and Im getting this error when compiling:

CMake Error at /usr/share/kde4/apps/cmake/modules/FindPlasma.cmake:13
(message):
  FindPlasma.cmake is deprecated.  Now with KDE 4.2 Plasma is part of
kdelibs   
  and automatically found using find_package(KDE4) instead.               

  Replace the variables previously coming from FindPlasma.cmake as follows:

  PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND

  PLASMA_LIBS -> KDE4_PLASMA_LIBS

  PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already
  set anyway                                                                

  PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer
  has been found.                                                         

  If you see this error message in a module within KDE/, update it from svn,
  it has been fixed already.                                                

Call Stack (most recent call first):
  CMakeLists.txt:4 (find_package)

-- Configuring incomplete, errors occurred!

Original issue reported on code.google.com by hith...@gmail.com on 8 Feb 2009 at 3:56

GoogleCodeExporter commented 9 years ago
- Are you trying to build trunk/ ?
- Are you really building HEAD ?

All these issues should already been fixed in r60...

Original comment by gcnweb@gmail.com on 8 Feb 2009 at 4:05

GoogleCodeExporter commented 9 years ago
Ok, thanks I wasnt building from trunk, tend to mistake > and < sorry

Original comment by hith...@gmail.com on 9 Feb 2009 at 9:13

GoogleCodeExporter commented 9 years ago
No problemo :).

Marking this issue as Invalid.

Original comment by gcnweb@gmail.com on 9 Feb 2009 at 9:50