On Sat, Mar 02, 2019 at 05:23:48PM -0600, Bruce Dubbs via blfs-dev wrote: > On 3/2/19 4:29 PM, spiky0011 via blfs-dev wrote: > > > > > > > > > > > > You should have > > > > > /opt/qt-5.12.1/lib/cmake/Qt5Script/Qt5ScriptConfig.cmake > > > > > > > > > > You should also have > > > > > > > > > > $ cat /etc/profile.d/qt5.sh > > > > > > > > > > # Begin /etc/profile.d/qt.sh > > > > > > > > > > export QT5DIR=/opt/qt5 > > > > > export QT5BINDIR=/opt/qt5/bin > > > > > > > > > > pathappend $QT5DIR/bin PATH > > > > > pathappend $QT5DIR/lib/pkgconfig PKG_CONFIG_PATH > > > > > > > > > > pathappend $QT5DIR/plugins QT_PLUGIN_PATH > > > > > pathappend $QT5DIR/qml QML2_IMPORT_PATH > > > > > > > > > > # End /etc/profile.d/qt.sh > > > > > > > > > > Note the PKG_CONFIG_PATH entry. > > > > > > > > > > -- Bruce > > > > > > > > > Ok Qt5Scripts and Qt5ScriptTools, Qt5VirtualKeyboard, > > > > Qt5Positioning is not being created, everything else is in > > > > there. > > > > > > > > Yes /etc/profile.d/qt.sh is there as per the book, So the > > > > Question is what have I missed that creates the Scripts part? > > > >
Looking at my own logs (no kde except falkon which only requires the extra-cmake package) I notice that the initial compiles of Qt5Scripts are pulling in pcre. The initial configuration tests show it looking for PCRE2 rather than the old legacy pcre, and We recommend PCRE2. Have you (Spiky) built that ? ĸen -- The beauty of reading a page of de Selby is that it leads one inescapably to the conclusion that one is not, of all nincompoops, the greates. -- du Garbandier -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
