Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-30 Thread Bruce Dubbs
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-30 Thread Wayne Sallee
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-30 Thread Wayne Sallee
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-30 Thread Wayne Sallee
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.

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-29 Thread Ken Moffat
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-29 Thread Wayne Sallee
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Bruce Dubbs
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Wayne Sallee
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Wayne Sallee
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

Re: [blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Bruce Dubbs
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

[blfs-support] Book 7.7 QtCore/QtGlobal KDE . No such file or directory

2016-08-27 Thread Wayne Sallee
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