Summary: | Phonon 'five' and phonon4qt5 branches fails to compile when QT5 has been compiled with -opengl es2 | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | bluescreenavenger |
Component: | general | Assignee: | Harald Sitter <sitter> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | heri+kde, jb, martin.sandsmark, myriam, romain.perier |
Priority: | NOR | ||
Version: | 4.6-git | ||
Target Milestone: | 4.6.1 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
bluescreenavenger
2013-01-22 00:59:59 UTC
Can you please try again with the important changes and merges that have happened today in the master. Now I am getting: CMake Error at cmake/FindPhononInternal.cmake:404 (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): CMakeLists.txt:45 (include) -- Configuring incomplete, errors occurred! I built my QT with -confirm-license -opensource -qpa -xcb -egl -opengl es2 -prefix $INSTALLDIR -release -no-reduce-relocations -reduce-exports -no-gtkstyle -openssl-linked -make examples Please note that you need to pass -DPHONON_BUILD_PHONON4QT5=ON to cmake. Awesome. That worked. It seems this page will need to be modified for those instructions though: http://community.kde.org/Frameworks/Building/Details Marking fixed, although technically we just deactivated the broken parts by default :P Also community.kde is a wiki, so feel free to edit :) |