Could not find feature mirclient ERROR
-
wrote on 19 Jul 2021, 08:29 last edited by
When I build QtWebkit-5.8.0 from BLFS link http://download.qt.io/community_releases/5.8/5.8.0-final/qtwebkit-opensource-src-5.8.0.tar.xz, the build commands shows as bellow:
mkdir -p build &&
cd build &&qmake ../WebKit.pro &&
make
the error message raised as Project ERROR: Could not find feature mirclient.
I build and install QT by follow link:
http://download.qt.io/archive/qt/5.8/5.8.0/single/qt-everywhere-opensource-src-5.8.0.tar.xz
If I miss some details when I install qt?If any one have any ideas about this build error?
If some one know the cause of this error, please share it to me, thank you very much. -
When I build QtWebkit-5.8.0 from BLFS link http://download.qt.io/community_releases/5.8/5.8.0-final/qtwebkit-opensource-src-5.8.0.tar.xz, the build commands shows as bellow:
mkdir -p build &&
cd build &&qmake ../WebKit.pro &&
make
the error message raised as Project ERROR: Could not find feature mirclient.
I build and install QT by follow link:
http://download.qt.io/archive/qt/5.8/5.8.0/single/qt-everywhere-opensource-src-5.8.0.tar.xz
If I miss some details when I install qt?If any one have any ideas about this build error?
If some one know the cause of this error, please share it to me, thank you very much.wrote on 19 Jul 2021, 09:24 last edited by@flying-bird Maybe it can be fixed by build mirclient feature into qt, but I can't add it to configure command. Any one can help me?
-
@flying-bird Maybe it can be fixed by build mirclient feature into qt, but I can't add it to configure command. Any one can help me?
@flying-bird Do you need mirclient?
-
wrote on 20 Jul 2021, 11:05 last edited by
Yes. I need it. How can I get it?
-
Yes. I need it. How can I get it?
@flying-bird said in Could not find feature mirclient ERROR:
How can I get it?
I guess you have to install the dev package for mir client (libmirclient-dev).
-
@flying-bird said in Could not find feature mirclient ERROR:
How can I get it?
I guess you have to install the dev package for mir client (libmirclient-dev).
wrote on 21 Jul 2021, 09:21 last edited by@jsulm
Thanks. I will try it
1/6