Wayne Sallee wrote:
I got it working by adding:
-DQT_QMAKE_EXECUTABLE=/opt/qt4/bin/qmake
Info found in:
https://ubuntuforums.org/showthread.php?t=2168435
So the modified cmake command was:
cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Rel
And thanks for everyone's help, as y'all pointed out it was a problem with both
versions of qt being found.
Wayne Sallee
wa...@waynesallee.com
http://www.WayneSallee.com
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See
I got it working by adding:
-DQT_QMAKE_EXECUTABLE=/opt/qt4/bin/qmake
Info found in:
https://ubuntuforums.org/showthread.php?t=2168435
So the modified cmake command was:
cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release
-DQ
On 08/29/2016 07:34 PM, Ken Moffat wrote:
Try changing it so that 5 is ahead of 4, or just omit 4 when
building with 5 (and vice versa if you still have something which
needs 4) : using both in a build has always been painful.
I have already tried a variety of such methods, with no improvement.
On Mon, Aug 29, 2016 at 06:35:08PM -0400, Wayne Sallee wrote:
> On 08/27/2016 04:06 PM, Bruce Dubbs wrote:
> >
> > How about 'echo $PKG_CONFIG_PATH'?
> >
> > -- Bruce
>
> echo $PKG_CONFIG_PATH
> /usr/local/lib/pkgconfig:/opt/qt4/lib/pkgconfig:/opt/qt5/lib/pkgconfig
>
Try changing it so that 5
On 08/27/2016 04:06 PM, Bruce Dubbs wrote:
How about 'echo $PKG_CONFIG_PATH'?
-- Bruce
echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig:/opt/qt4/lib/pkgconfig:/opt/qt5/lib/pkgconfig
Wayne Sallee
wa...@waynesallee.com
http://www.WayneSallee.com
--
http://lists.linuxfromscratch.org/listinfo/b
Wayne Sallee wrote:
On 08/27/2016 12:12 PM, Bruce Dubbs wrote:
How is your PKG_CONFIG_PATH set up? I have something like
/opt/qt5/lib/pkgconfig. There is a file there, Qt5Core.pc which has:
prefix=/opt/qt5
...
includedir=${prefix}/include
...
Cflags: -I${includedir}/QtCore -I${includedir}
T
On 08/27/2016 12:12 PM, Bruce Dubbs wrote:
How is your PKG_CONFIG_PATH set up? I have something like /opt/qt5/lib/pkgconfig. There is a file there, Qt5Core.pc
which has:
prefix=/opt/qt5
...
includedir=${prefix}/include
...
Cflags: -I${includedir}/QtCore -I${includedir}
The QtCore in that y
Wayne Sallee wrote:
I have both qt4 and qt5 built using the opt method.
The file QtCore/QtGlobal is in both 4 and 5
/usr/src/qt/qt-everywhere-opensource-src-4.8.6/include/QtCore/QtGlobal
/usr/src/qt/qt-everywhere-opensource-src-5.4.0/qtbase/include/QtCore/QtGlobal
Oops I copied the wrong 2
Wayne Sallee wrote:
I've run into a problem building phonon-backend-gstreamer-4.8.2 for KDE.
I'm getting:
fatal error: QtCore/QtGlobal: No such file or directory
#include
phonon-backend-gstreamer-4.8.2/build/CMakeTmp/check_qt_visibility.cpp
#include
int main()
{
#ifndef QT_VISIBILI
I've run into a problem building phonon-backend-gstreamer-4.8.2 for KDE.
I'm getting:
fatal error: QtCore/QtGlobal: No such file or directory
#include
phonon-backend-gstreamer-4.8.2/build/CMakeTmp/check_qt_visibility.cpp
#include
int main()
{
#ifndef QT_VISIBILITY_AVAILABLE
#error QT_V
11 matches
Mail list logo