Closed Majstor closed 4 years ago
Sorry,
I forget to install devel package of Mesa drivers.
But it fails for anything else :
socketcanbackend.cpp: Dans la fonction membre « void SocketCanBackend::readSocket() »:
socketcanbackend.cpp:697:41: erreur: « SIOCGSTAMP » n'a pas été déclaré dans cette portée; vouliez-vous employer « SIOCSARP » ?
697 | if (Q_UNLIKELY(ioctl(canSocket, SIOCGSTAMP, &timeStamp) < 0)) {
| ^~~~~~~~~~
/home/xxxx/Documents/Travaux/PROGRAMMATION/TeleSculptor/builds/external/fletch-build/build/src/Qt/qtbase/include/QtCore/../../src/corelib/global/qcompilerdetection.h:234:49: note: dans la définition de la macro « Q_UNLIKELY »
234 | # define Q_UNLIKELY(expr) __builtin_expect(!!(expr), false)
| ^~~~
make[11]: *** [Makefile:1171: .obj/socketcanbackend.o] Error 1
make[10]: *** [Makefile:48: sub-socketcan-make_first] Error 2
make[9]: *** [Makefile:45: sub-canbus-make_first] Error 2
make[8]: *** [Makefile:72: sub-plugins-make_first] Error 2
make[7]: *** [Makefile:47: sub-src-make_first] Error 2
make[6]: *** [Makefile:232: module-qtserialbus-make_first] Error 2
make[5]: *** [CMakeFiles/Qt.dir/build.make:118: build/src/Qt-stamp/Qt-build] Error 2
make[4]: *** [CMakeFiles/Makefile2:1014: CMakeFiles/Qt.dir/all] Error 2
make[3]: *** [Makefile:130: all] Error 2
make[2]: *** [CMakeFiles/fletch.dir/build.make:112: external/stamps/fletch-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/fletch.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
OK workaround here : https://bugreports.qt.io/browse/QTBUG-76957
Hi, I try to compile Telesculptor, i have some errors, see :
I'm on Fedora 31, with AMD POLARIS free driver. I think embedded Qt is not compiled with wayland and/or opengl options.