Error build mycroft-gui

Hello,

I was able to get mycroft-core working and now attempting to get the GUI going for a KDE widget experience :). However I receive this error when it’s compiling.

Running manjaro KDE
this is the source I cloned https://github.com/MycroftAI/mycroft-gui

This is the error:

– Configuring done
– Generating done
– Build files have been written to: /home/carl/mycroft-gui/build-testing
[ 1%] Automatic MOC for target mycroftplugin
[ 3%] Automatic MOC for target mycroft-gui-app
[ 4%] Automatic MOC for target modeltest
[ 6%] Automatic MOC for target servertest
[ 6%] Built target mycroftplugin_autogen
[ 6%] Built target mycroft-gui-app_autogen
[ 6%] Built target servertest_autogen
[ 6%] Built target modeltest_autogen
[ 7%] Automatic MOC for target stresstest
[ 30%] Built target mycroftplugin
make[2]: *** No rule to make target ‘autotests/qrc_mycroft.cpp’, needed by ‘autotests/CMakeFiles/servertest.dir/qrc_mycroft.cpp.o’. Stop.
make[1]: *** [CMakeFiles/Makefile2:909: autotests/CMakeFiles/servertest.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs…
[ 40%] Built target mycroft-gui-app
[ 40%] Built target stresstest_autogen
make[2]: *** No rule to make target ‘autotests/qrc_mycroft.cpp’, needed by ‘autotests/CMakeFiles/modeltest.dir/qrc_mycroft.cpp.o’. Stop.
make[1]: *** [CMakeFiles/Makefile2:882: autotests/CMakeFiles/modeltest.dir/all] Error 2
make: *** [Makefile:161: all] Error 2

I also did this on the dev KDE plasma starting fresh in a VM and had the same results.
really have no idea where to go from here.

Many Thanks!

A fix has been pushed for this, run git pull inside mycroft-gui, delete the current build folder, and try rebuilding, it should be working now.

2 Likes

Thank you @AIIX I’ll give it a go when I get back in town on Saturday!

Worked perfectly, Thanks again!

1 Like