On 2020-07-01 7:52 a.m., Cat Mauk wrote:
Is it installed now and working?
No, I have not yet been able to compile and install LxQt from git but I have found the problem I think:

qtdiag still returns:
Qt 5.5.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.4.0 20160609) on "xcb"
OS: Ubuntu 16.04.6 LTS [linux version 4.15.0-106-generic]

So no wonder that LxQt won't compile.... I'll have to look into why Qt5.10 didn't get installed properly...

Okay, I have now found a ppa to install qt5.11.1 (see https://askubuntu.com/questions/1062046/how-to-update-qt-from-5-5-1-to-5-9-5-on-ubuntu-16-04) which seemed to work fine, but I now get:

$ ./build_all.sh
Make job number: 4


Building: libfm extras into <default>

+ gtkdocize --copy
+ aclocal
autom4te: cannot open autom4te.cache/requests: Permission denied
aclocal: error: echo failed with exit status: 1
Make job number: 4


Building: lxqt-build-tools using externally specified options: -DCMAKE_BUILD_TYPE=debug

CMake Error at CMakeLists.txt:20 (find_package):
  Could not find a configuration file for package "Qt5Core" that is
  compatible with requested version "5.10.0".

  The following configuration files were considered but not accepted:

    /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake, version: 5.5.1



-- Configuring incomplete, errors occurred!
See also "/home/ron/src/lxqt/lxqt-build-tools/build/CMakeFiles/CMakeOutput.log".
ron@ron-Virtualxenial:~/src/lxqt$ qmake -v
QMake version 3.1
Using Qt version 5.11.1 in /opt/qt511/lib

Why does it still not compile? Will it only compile with Qt 5.10.0?
Oh, I also tried with sudo so that I would not get the "autom4te: cannot open autom4te.cache/requests: Permission denied" error but it ended up stopping compilation with the same error, complaining about the Qt version.... hints, anyone?

Thanks,
stdcerr


On Tue, Jun 30, 2020 at 11:32 AM stdcerr <stdc...@yandex.com <mailto:stdc...@yandex.com>> wrote:

    > No way, xenial has something like qt 5.5 and is far to old to build
    > LXQt, qt minimum version is 5.10.0 as of your output.

    Yes, that is right, that's why I did checkout, compile & install Qt5
    from sources (branch 5.10)

    according to
    https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code

    I did remove -developer-build from the configure options and added
    -confirm-license instead and ran make followed by make install

    >
    > regards
    >
    > Il 30/06/20 07:30, stdcerr ha scritto:
    >> I'm trying to build LxQt from source on my Ubuntu Xenial VM and
    I keep
    >> getting:
    >>
    >>      Building: lxqt-build-tools using externally specified options:
    >> -DCMAKE_BUILD_TYPE=debug
    >>
    >>      CMake Error at CMakeLists.txt:20 (find_package):
    >>        Could not find a configuration file for package
    "Qt5Core" that is
    >>        compatible with requested version "5.10.0".
    >>
    >>        The following configuration files were considered but
    not accepted:
    >>
    >> /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake,
    version: 5.5.1
    >>
    >>
    >>
    >>      -- Configuring incomplete, errors occurred!
    >>      See also
    >>
    "/home/ron/src/lxqt/lxqt-build-tools/build/CMakeFiles/CMakeOutput.log".
    >> Even after having compiled and installed `Qt5.10` from sources.
    >> Does anyone know what else I need to change to get LxQt built and
    >> installed from GitHub?(I currently am on the Xenial version of
    LxQt but
    >> want to get the latest built & installed). The logfile
    >>
    `/home/ron/src/lxqt/lxqt-build-tools/build/CMakeFiles/CMakeOutput.log`
    >> doesn't provide much information either...
    >>
    >>
    >> Thanks,
    >> stdcerr
    >>
    >>
    >>
    >> _______________________________________________
    >> Lxde-list mailing list
    >> Lxde-list@lists.sourceforge.net
    <mailto:Lxde-list@lists.sourceforge.net>
    >> https://lists.sourceforge.net/lists/listinfo/lxde-list
    >
    > _______________________________________________
    > Lxde-list mailing list
    > Lxde-list@lists.sourceforge.net
    <mailto:Lxde-list@lists.sourceforge.net>
    > https://lists.sourceforge.net/lists/listinfo/lxde-list


    _______________________________________________
    Lxde-list mailing list
    Lxde-list@lists.sourceforge.net
    <mailto:Lxde-list@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/lxde-list



--
CAM
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to