Advertisement
Guest User

After installing qt5

a guest
Mar 9th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. -- Enabling backend state machine validation.
  2. -- Found Qt-Version 4.8.4 (using /usr/bin/qmake-qt4)
  3. -- Using CMake automoc builtin
  4. Change Dir: /home/dope/kde/phonon-4.7.1/CMakeFiles/CMakeTmp
  5.  
  6. Run Build Command:/usr/bin/make "cmTryCompileExec1878387503/fast"
  7. /usr/bin/make -f CMakeFiles/cmTryCompileExec1878387503.dir/build.make CMakeFiles/cmTryCompileExec1878387503.dir/build
  8. make[1]: Entering directory `/home/dope/kde/phonon-4.7.1/CMakeFiles/CMakeTmp'
  9. /usr/bin/cmake -E cmake_progress_report /home/dope/kde/phonon-4.7.1/CMakeFiles/CMakeTmp/CMakeFiles 1
  10. Building CXX object CMakeFiles/cmTryCompileExec1878387503.dir/check_qt_visibility.cpp.o
  11. /usr/bin/c++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fvisibility=hidden -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt5 -o CMakeFiles/cmTryCompileExec1878387503.dir/check_qt_visibility.cpp.o -c /home/dope/kde/phonon-4.7.1/CMakeTmp/check_qt_visibility.cpp
  12. In file included from /usr/include/qt5/QtCore/QtGlobal:1:0,
  13. from /home/dope/kde/phonon-4.7.1/CMakeTmp/check_qt_visibility.cpp:1:
  14. /usr/include/qt5/QtCore/qglobal.h:1079:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC or -fPIE."
  15. # error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
  16. ^
  17. make[1]: *** [CMakeFiles/cmTryCompileExec1878387503.dir/check_qt_visibility.cpp.o] Error 1
  18. make[1]: Leaving directory `/home/dope/kde/phonon-4.7.1/CMakeFiles/CMakeTmp'
  19. make: *** [cmTryCompileExec1878387503/fast] Error 2
  20.  
  21. CMake Error at cmake/FindPhononInternal.cmake:416 (message):
  22. Qt compiled without support for -fvisibility=hidden. This will break
  23. plugins and linking of some applications. Please fix your Qt installation
  24. (try passing --reduce-exports to configure).
  25. Call Stack (most recent call first):
  26. CMakeLists.txt:45 (include)
  27.  
  28.  
  29. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement