On 3.3.2019. 07:44, spiky0011 via blfs-dev wrote:

On 03/03/2019 00:34, Ken Moffat via blfs-dev wrote:
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

Hi Ken

Yes all reccomended deps installed " as is with all packages"

Checking for PCRE2... yes. So it found Pcre2 in config. The only change
I have done is GCC-8.3


Try downloading standalone QtScript package, and build it. You may find
out why it fails to build.

http://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtscript-everywhere-src-5.12.1.tar.xz

Procedure should be "qmake; make; make install"

You could do the same in the qt-everywhere-src/qtscript, or whatever the
correct dir is as well. Possible missing dependency.
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to