Compile Errors

From ktorrent
Jump to: navigation, search

How to fix some common problems with CMake.

The error is given and some of the common packages names to install to resolve the problem are listed. Many packages will need to install additional dependencies.

Contents

CMAKE_CXX_COMPILER-NOTFOUND

Error: CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

Problem: C++ not installed.

Possible package names: gcc-c++, kdelibs5-dev

Could NOT find Taglib

Error: Could NOT find Taglib (missing: TAGLIB_INCLUDES TAGLIB_LIBRARIES)

Problem: Headers and static lib for taglib development​ are missing.

Possible package names:

i586   : libtaglib1, libtag1-dev, libtaglib-devel
x86_64 : lib64taglib1, lib64taglib-devel

Additional Info: Ktorrent forum

Could NOT find KdepimLibs

Error: Could NOT find KdepimLibs (missing: KdepimLibs_CONFIG)

Problem: Header files and documentation for compiling KDE applications​ are missing

Possible package names:

i586   : 
x86_64 : kdepimlibs4-core, kdepimlibs4-devel

Optional?


-- The following OPTIONAL packages could NOT be located on your system. Consider installing them to enable more features from this software. This error can still occur after installation: "libkworkspace4 is already the newest version."


  * libkworkspace  <http://www.kde.org/>
    libkworkspace library and header files
    libkworkspace is needed for shutdown plugin
  * libtaskmanager  <http://www.kde.org/>
    libtaskmanager library and header files
    libtaskmanager is needed for KTorrent Plasmoid

Can be Ignored?

Looking for Q_WS_WIN - not found.
Looking for Q_WS_QWS - not found.
Looking for Q_WS_MAC - not found.

Template

Error:

Problem:

Possible package names:

i586   : 
x86_64 :
Personal tools