On Tue, Nov 5, 2013 at 3:28 AM, Michael Stemle <[email protected]> wrote: > Hey all, I just wanted to touch base with some people and see if anybody had > any advice. With the move and all, I've had a drastically limited amount of > time to contribute, and it isn't helping that every time I set out to work > on the project I'm having build issues now. > > Below is the command I'm executing and the message I'm seeing, and attached > is the entire build log. I really appreciate any help you may have. > > CMake Error: The following variables are used in this project, but they are > set to NOTFOUND. > Please set them or make sure they are set and tested correctly in the CMake > files: > QT_QT_INCLUDE_DIR > used as include directory in directory > /home/manchicken/Documents/Devel/kubuntu/kubuntu-debug-installer/CMakeFiles/CMakeTmp > > CMake Error: Internal CMake error, TryCompile configure of cmake failed > > CMake Error at > /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1297 (message): > Qt compiled without support for -fvisibility=hidden. This will break > plugins and linking of some applications. Please fix your Qt installation > (try passing --reduce-exports to configure). > Call Stack (most recent call first): > /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (find_package) > CMakeLists.txt:3 (find_package)
-- Found Qt-Version 5.0.2 (using /usr/bin/qmake) Your system got configured to pick up qt5 rather than qt4, which is a bit weird because I think it defaults to qt4... but oh well /usr/share/doc/qtchooser/README.Debian should explain where the related config is. HS -- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
