This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Problems with installing Qt5

Tags: None
(comma "," separated)
User avatar
veqz
Registered Member
Posts
111
Karma
0

Problems with installing Qt5

Wed Sep 24, 2014 6:21 pm
I want to try and help out with development, but I'm stuck at just installing Qt5...

I'm following this guide: https://community.kde.org/Frameworks/Building, but I'm not able to get all of Qt to compile.

After cloning the Qt5 repository (git clone git://anongit.kde.org/qt/qt5.git --branch 5.3) and running init and make, I find 5 config.log files in the Qt folders with errors:

qtconnectivity:
Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/main.o main.cpp
main.cpp:42:28: fatal error: btapi/btdevice.h: No such file or directory
 #include <btapi/btdevice.h>
                            ^
compilation terminated.
make[1]: *** [.obj/main.o] Error 1
make[1]: Leaving directory `/home/veqz/projects/qt5/qtconnectivity/config.tests/btapi10_2_1'
test btapi10_2_1 FAILED

Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/main.o main.cpp
main.cpp:42:25: fatal error: bb2/bb/Global: No such file or directory
 #include "bb2/bb/Global"
                         ^
compilation terminated.
make[1]: *** [.obj/main.o] Error 1
make[1]: Leaving directory `/home/veqz/projects/qt5/qtconnectivity/config.tests/libbb2'
test libbb2 FAILED


qtimageformats:
Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/jasper.o jasper.cpp
jasper.cpp:44:27: fatal error: jasper/jasper.h: No such file or directory
 #include <jasper/jasper.h>
                           ^
compilation terminated.

Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/libmng.o libmng.cpp
libmng.cpp:42:20: fatal error: libmng.h: No such file or directory
 #include <libmng.h>
                    ^
compilation terminated.

Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/libtiff.o libtiff.cpp
libtiff.cpp:42:20: fatal error: tiffio.h: No such file or directory
 #include <tiffio.h>
                    ^
compilation terminated.

Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/libwebp.o libwebp.cpp
libwebp.cpp:42:25: fatal error: webp/decode.h: No such file or directory
 #include <webp/decode.h>
                         ^
compilation terminated.


qtlocation:
Code: Select all
executing config test geoclue
+ cd /home/veqz/projects/qt5/qtlocation/config.tests/geoclue && /home/veqz/projects/qt5/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/veqz/projects/qt5/qtlocation/config.tests/geoclue
Project ERROR: geoclue development package not found
test geoclue FAILED
executing config test geoclue-satellite
+ cd /home/veqz/projects/qt5/qtlocation/config.tests/geoclue-satellite && /home/veqz/projects/qt5/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/veqz/projects/qt5/qtlocation/config.tests/geoclue-satellite
Project ERROR: geoclue development package not found
test geoclue-satellite FAILED
executing config test gypsy
+ cd /home/veqz/projects/qt5/qtlocation/config.tests/gypsy && /home/veqz/projects/qt5/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/veqz/projects/qt5/qtlocation/config.tests/gypsy
Project ERROR: gypsy development package not found
test gypsy FAILED

I've just installed these packages now, so hopefully these two errors will go away...

qtmultimedia:
Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/main.o main.cpp
main.cpp:45:19: fatal error: AL/al.h: No such file or directory
 #include <AL/al.h>
                   ^
compilation terminated.
make[1]: *** [.obj/main.o] Error 1
make[1]: Leaving directory `/home/veqz/projects/qt5/qtmultimedia/config.tests/openal'
test openal FAILED

Code: Select all
g++ -c -pipe -g -pthread -pthread -pthread -pthread -pthread -pthread -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -isystem /usr/include/gstreamer-0.10 -isystem /usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/libxml2 -o .obj/main.o main.cpp
main.cpp:44:40: fatal error: gst/interfaces/photography.h: No such file or directory
 #include <gst/interfaces/photography.h>
                                        ^
compilation terminated.
make[1]: *** [.obj/main.o] Error 1
make[1]: Leaving directory `/home/veqz/projects/qt5/qtmultimedia/config.tests/gstreamer_photography'
test gstreamer_photography FAILED

Code: Select all
executing config test resourcepolicy
+ cd /home/veqz/projects/qt5/qtmultimedia/config.tests/resourcepolicy && /home/veqz/projects/qt5/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/veqz/projects/qt5/qtmultimedia/config.tests/resourcepolicy
Project ERROR: libresourceqt5 development package not found
test resourcepolicy FAILED

Code: Select all
g++ -c -pipe -g -fno-exceptions -Wall -W -fPIE -DQT_NO_MTDEV -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -o .obj/main.o main.cpp
main.cpp:45:20: error: ‘GL_VIV_YV12’ was not declared in this scope
 const int format = GL_VIV_YV12;
                    ^
main.cpp:47:5: warning: unused parameter ‘argc’ [-Wunused-parameter]
 int main(int argc, char** argv)
     ^
main.cpp:47:5: warning: unused parameter ‘argv’ [-Wunused-parameter]
make[1]: *** [.obj/main.o] Error 1
make[1]: Leaving directory `/home/veqz/projects/qt5/qtmultimedia/config.tests/gpu_vivante'
test gpu_vivante FAILED


qtwebkit:
Code: Select all
g++ -c -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -pipe -g -fdebug-types-section -std=c++0x -fPIE -DBUILDING_QT__=1 -DENABLE_3D_RENDERING=0 -DENABLE_ACCELERATED_2D_CANVAS=0 -DENABLE_BATTERY_STATUS=0 -DENABLE_BLOB=0 -DENABLE_CANVAS_PATH=0 -DENABLE_CANVAS_PROXY=0 -DENABLE_CHANNEL_MESSAGING=0 -DENABLE_CSP_NEXT=0 -DENABLE_CSS_BOX_DECORATION_BREAK=0 -DENABLE_CSS_COMPOSITING=0 -DENABLE_CSS_EXCLUSIONS=0 -DENABLE_CSS_FILTERS=0 -DENABLE_CSS_GRID_LAYOUT=0 -DENABLE_CSS_HIERARCHIES=0 -DENABLE_CSS_IMAGE_ORIENTATION=0 -DENABLE_CSS_IMAGE_RESOLUTION=0 -DENABLE_CSS_IMAGE_SET=0 -DENABLE_CSS_REGIONS=0 -DENABLE_CSS_SHADERS=0 -DENABLE_CSS_SHAPES=0 -DENABLE_CSS_STICKY_POSITION=0 -DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=0 -DENABLE_CSS_VARIABLES=0 -DENABLE_CSS3_CONDITIONAL_RULES=0 -DENABLE_CSS3_TEXT=0 -DENABLE_CSS3_TEXT_LINE_BREAK=0 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_DATAGRID=0 -DENABLE_DATALIST_ELEMENT=0 -DENABLE_DATA_TRANSFER_ITEMS=0 -DENABLE_DETAILS_ELEMENT=0 -DENABLE_DEVICE_ORIENTATION=0 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_DOWNLOAD_ATTRIBUTE=0 -DENABLE_FAST_MOBILE_SCROLLING=0 -DENABLE_FILE_SYSTEM=0 -DENABLE_FILTERS=0 -DENABLE_FONT_LOAD_EVENTS=0 -DENABLE_FTPDIR=0 -DENABLE_FULLSCREEN_API=0 -DENABLE_GAMEPAD=0 -DENABLE_GEOLOCATION=0 -DENABLE_GESTURE_EVENTS=0 -DENABLE_HIGH_DPI_CANVAS=0 -DENABLE_ICONDATABASE=0 -DENABLE_IFRAME_SEAMLESS=0 -DENABLE_INDEXED_DATABASE=0 -DENABLE_INPUT_SPEECH=0 -DENABLE_INPUT_TYPE_COLOR=0 -DENABLE_INPUT_TYPE_DATE=0 -DENABLE_INPUT_TYPE_DATETIME_INCOMPLETE=0 -DENABLE_INPUT_TYPE_DATETIMELOCAL=0 -DENABLE_INPUT_TYPE_MONTH=0 -DENABLE_INPUT_TYPE_TIME=0 -DENABLE_INPUT_TYPE_WEEK=0 -DENABLE_INSPECTOR=0 -DENABLE_INSPECTOR_SERVER=0 -DENABLE_JAVASCRIPT_DEBUGGER=0 -DENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 -DENABLE_LEGACY_NOTIFICATIONS=0 -DENABLE_LEGACY_VIEWPORT_ADAPTION=0 -DENABLE_LEGACY_VENDOR_PREFIXES=0 -DENABLE_LEGACY_WEB_AUDIO=0 -DENABLE_LINK_PREFETCH=0 -DENABLE_MATHML=0 -DENABLE_MEDIA_SOURCE=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_MEDIA_STREAM=0 -DENABLE_METER_ELEMENT=0 -DENABLE_MHTML=0 -DENABLE_MICRODATA=0 -DENABLE_MOUSE_CURSOR_SCALE=0 -DENABLE_NAVIGATOR_CONTENT_UTILS=0 -DENABLE_NETSCAPE_PLUGIN_API=0 -DENABLE_NETWORK_INFO=0 -DENABLE_NOSNIFF=0 -DENABLE_NOTIFICATIONS=0 -DENABLE_ORIENTATION_EVENTS=0 -DENABLE_PAGE_VISIBILITY_API=0 -DENABLE_PROGRESS_ELEMENT=0 -DENABLE_PROXIMITY_EVENTS=0 -DENABLE_QUOTA=0 -DENABLE_RESOLUTION_MEDIA_QUERY=0 -DENABLE_RESOURCE_TIMING=0 -DENABLE_REQUEST_ANIMATION_FRAME=0 -DENABLE_SCRIPTED_SPEECH=0 -DENABLE_SECCOMP_FILTERS=0 -DENABLE_SHADOW_DOM=0 -DENABLE_SHARED_WORKERS=0 -DENABLE_SMOOTH_SCROLLING=0 -DENABLE_SQL_DATABASE=0 -DENABLE_STYLE_SCOPED=0 -DENABLE_SUBPIXEL_LAYOUT=0 -DENABLE_SVG=0 -DENABLE_SVG_FONTS=0 -DENABLE_TEMPLATE_ELEMENT=0 -DENABLE_TEXT_AUTOSIZING=0 -DENABLE_THREADED_HTML_PARSER=0 -DENABLE_TOUCH_ADJUSTMENT=0 -DENABLE_TOUCH_EVENTS=0 -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_USER_TIMING=0 -DENABLE_VIBRATION=0 -DENABLE_VIDEO=0 -DENABLE_VIDEO_TRACK=0 -DENABLE_VIEW_MODE_CSS_MEDIA=0 -DENABLE_WEBGL=0 -DENABLE_WEB_AUDIO=0 -DENABLE_WEB_SOCKETS=0 -DENABLE_WEB_TIMING=0 -DENABLE_WORKERS=0 -DENABLE_XHR_TIMEOUT=0 -DENABLE_XSLT=0 -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -I/home/veqz/projects/qt5/qtwebkit/Source -I/home/veqz/projects/qt5/qtwebkit/Source/include -o obj/leveldb.o leveldb.cpp
leveldb.cpp:20:24: fatal error: leveldb/db.h: No such file or directory
 #include <leveldb/db.h>
                        ^
compilation terminated.
make[1]: *** [obj/leveldb.o] Error 1

Code: Select all
g++ -c -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -pipe -g -fdebug-types-section -std=c++0x -fPIE -DBUILDING_QT__=1 -DENABLE_3D_RENDERING=0 -DENABLE_ACCELERATED_2D_CANVAS=0 -DENABLE_BATTERY_STATUS=0 -DENABLE_BLOB=0 -DENABLE_CANVAS_PATH=0 -DENABLE_CANVAS_PROXY=0 -DENABLE_CHANNEL_MESSAGING=0 -DENABLE_CSP_NEXT=0 -DENABLE_CSS_BOX_DECORATION_BREAK=0 -DENABLE_CSS_COMPOSITING=0 -DENABLE_CSS_EXCLUSIONS=0 -DENABLE_CSS_FILTERS=0 -DENABLE_CSS_GRID_LAYOUT=0 -DENABLE_CSS_HIERARCHIES=0 -DENABLE_CSS_IMAGE_ORIENTATION=0 -DENABLE_CSS_IMAGE_RESOLUTION=0 -DENABLE_CSS_IMAGE_SET=0 -DENABLE_CSS_REGIONS=0 -DENABLE_CSS_SHADERS=0 -DENABLE_CSS_SHAPES=0 -DENABLE_CSS_STICKY_POSITION=0 -DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=0 -DENABLE_CSS_VARIABLES=0 -DENABLE_CSS3_CONDITIONAL_RULES=0 -DENABLE_CSS3_TEXT=0 -DENABLE_CSS3_TEXT_LINE_BREAK=0 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_DATAGRID=0 -DENABLE_DATALIST_ELEMENT=0 -DENABLE_DATA_TRANSFER_ITEMS=0 -DENABLE_DETAILS_ELEMENT=0 -DENABLE_DEVICE_ORIENTATION=0 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_DOWNLOAD_ATTRIBUTE=0 -DENABLE_FAST_MOBILE_SCROLLING=0 -DENABLE_FILE_SYSTEM=0 -DENABLE_FILTERS=0 -DENABLE_FONT_LOAD_EVENTS=0 -DENABLE_FTPDIR=0 -DENABLE_FULLSCREEN_API=0 -DENABLE_GAMEPAD=0 -DENABLE_GEOLOCATION=0 -DENABLE_GESTURE_EVENTS=0 -DENABLE_HIGH_DPI_CANVAS=0 -DENABLE_ICONDATABASE=0 -DENABLE_IFRAME_SEAMLESS=0 -DENABLE_INDEXED_DATABASE=0 -DENABLE_INPUT_SPEECH=0 -DENABLE_INPUT_TYPE_COLOR=0 -DENABLE_INPUT_TYPE_DATE=0 -DENABLE_INPUT_TYPE_DATETIME_INCOMPLETE=0 -DENABLE_INPUT_TYPE_DATETIMELOCAL=0 -DENABLE_INPUT_TYPE_MONTH=0 -DENABLE_INPUT_TYPE_TIME=0 -DENABLE_INPUT_TYPE_WEEK=0 -DENABLE_INSPECTOR=0 -DENABLE_INSPECTOR_SERVER=0 -DENABLE_JAVASCRIPT_DEBUGGER=0 -DENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 -DENABLE_LEGACY_NOTIFICATIONS=0 -DENABLE_LEGACY_VIEWPORT_ADAPTION=0 -DENABLE_LEGACY_VENDOR_PREFIXES=0 -DENABLE_LEGACY_WEB_AUDIO=0 -DENABLE_LINK_PREFETCH=0 -DENABLE_MATHML=0 -DENABLE_MEDIA_SOURCE=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_MEDIA_STREAM=0 -DENABLE_METER_ELEMENT=0 -DENABLE_MHTML=0 -DENABLE_MICRODATA=0 -DENABLE_MOUSE_CURSOR_SCALE=0 -DENABLE_NAVIGATOR_CONTENT_UTILS=0 -DENABLE_NETSCAPE_PLUGIN_API=0 -DENABLE_NETWORK_INFO=0 -DENABLE_NOSNIFF=0 -DENABLE_NOTIFICATIONS=0 -DENABLE_ORIENTATION_EVENTS=0 -DENABLE_PAGE_VISIBILITY_API=0 -DENABLE_PROGRESS_ELEMENT=0 -DENABLE_PROXIMITY_EVENTS=0 -DENABLE_QUOTA=0 -DENABLE_RESOLUTION_MEDIA_QUERY=0 -DENABLE_RESOURCE_TIMING=0 -DENABLE_REQUEST_ANIMATION_FRAME=0 -DENABLE_SCRIPTED_SPEECH=0 -DENABLE_SECCOMP_FILTERS=0 -DENABLE_SHADOW_DOM=0 -DENABLE_SHARED_WORKERS=0 -DENABLE_SMOOTH_SCROLLING=0 -DENABLE_SQL_DATABASE=0 -DENABLE_STYLE_SCOPED=0 -DENABLE_SUBPIXEL_LAYOUT=0 -DENABLE_SVG=0 -DENABLE_SVG_FONTS=0 -DENABLE_TEMPLATE_ELEMENT=0 -DENABLE_TEXT_AUTOSIZING=0 -DENABLE_THREADED_HTML_PARSER=0 -DENABLE_TOUCH_ADJUSTMENT=0 -DENABLE_TOUCH_EVENTS=0 -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_USER_TIMING=0 -DENABLE_VIBRATION=0 -DENABLE_VIDEO=0 -DENABLE_VIDEO_TRACK=0 -DENABLE_VIEW_MODE_CSS_MEDIA=0 -DENABLE_WEBGL=0 -DENABLE_WEB_AUDIO=0 -DENABLE_WEB_SOCKETS=0 -DENABLE_WEB_TIMING=0 -DENABLE_WORKERS=0 -DENABLE_XHR_TIMEOUT=0 -DENABLE_XSLT=0 -I/home/veqz/projects/qt5/qtbase/mkspecs/linux-g++ -I. -I/home/veqz/projects/qt5/qtwebkit/Source -I/home/veqz/projects/qt5/qtwebkit/Source/include -o obj/libwebp.o libwebp.cpp
libwebp.cpp:26:25: fatal error: webp/decode.h: No such file or directory
 #include "webp/decode.h"
                         ^
compilation terminated.
make[1]: *** [obj/libwebp.o] Error 1


I'm using a fresh install of Kubuntu 14.04. The only thing I've done on it is to install Konversation, and following this guide.

Are there any known issues with the guide or the Qt repository, or am I simply doing something stupid somewhere??
User avatar
google01103
Manager
Posts
6668
Karma
25

Wed Sep 24, 2014 7:03 pm
if you look at the individual errors you'll note that you are missing various non-KDE (mostly) dev packages that provide the ______.h files that you're missing

1st one probably libbluetooth-dev
2nd probably libtbb2
3rd probably libjasper-dev
as I don't use K nor compile KDE I might be a bit amiss

you probably need to install the Kubuntu standard development packages, might be called something like build-essential, you might need other -dev files also

if you Google you might find a list of packages needed to compile QT5 or QT in Kubuntu

note: usually when you dl and install a distro it's basic and set for regular users not developers


OpenSuse Leap 42.1 x64, Plasma 5.x

User avatar
google01103
Manager
Posts
6668
Karma
25

Re: Problems with installing Qt5

Wed Sep 24, 2014 7:09 pm
why not just add the Project Neon Frameworks 5 Weekly ppa https://launchpad.net/~neon/+archive/ub ... hot-weekly instead of compiling ?


OpenSuse Leap 42.1 x64, Plasma 5.x

User avatar
veqz
Registered Member
Posts
111
Karma
0

Re: Problems with installing Qt5

Sun Sep 28, 2014 9:05 pm
google01103 wrote:why not just add the Project Neon Frameworks 5 Weekly ppa https://launchpad.net/~neon/+archive/ub ... hot-weekly instead of compiling ?

I'm hoping to help with the development, and then I figured I should have the packages from source... If I just install it from the ppa, I imagine it would be hard to help with anything but to test the software.

Anyways, after a bit back and forth, almost all of Qt5 has compiled now (just the bluetooth fails and some other warnings), so I've moved on to KF5 itself. I've been missing some more development packages, but bit by bit I've been able to compile most of it.

However, at the moment I am stuck at Baloo:
Code: Select all
CMake Warning at CMakeLists.txt:40 (find_package):
  Could not find a package configuration file provided by "KF5Akonadi" with
  any of the following names:

    KF5AkonadiConfig.cmake
    kf5akonadi-config.cmake

  Add the installation prefix of "KF5Akonadi" to CMAKE_PREFIX_PATH or set
  "KF5Akonadi_DIR" to a directory containing one of the above files.  If
  "KF5Akonadi" provides a separate development package or SDK, be sure it has
  been installed.

This is just a warning, but Akonadi builds fine. I've also found this review, which leads me to believe that KF5Akonadi was renamed at the end of August, but that the Baloo build scripts were not updated afterwards. Though it seems it built for the reviewers. Are there any obvious mistakes I might have done here?

Code: Select all
CMake Error at src/pim/CMakeLists.txt:10 (find_package):
  Could not find a package configuration file provided by "KF5Abc" (requested
  version 4.70.0) with any of the following names:

    KF5AbcConfig.cmake
    kf5abc-config.cmake

  Add the installation prefix of "KF5Abc" to CMAKE_PREFIX_PATH or set
  "KF5Abc_DIR" to a directory containing one of the above files.  If "KF5Abc"
  provides a separate development package or SDK, be sure it has been
  installed.

This is the actual error which stops compilation. From what I can tell, KF5Abc is a part of kdepimlibs. But that module is compiled later in the build order...?

Does anyone have any idea how best to solve this?
User avatar
bcooksley
Administrator
Posts
19765
Karma
87
OS

Re: Problems with installing Qt5

Tue Nov 04, 2014 4:08 am
Which package do you encounter the KAbc build error with?


KDE Sysadmin
[img]content/bcooksley_sig.png[/img]


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]