You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build mycroft-gui v1.0, but the unit tests fails to compile due to it not finding controllerconfig.h:
/home/bart/Git/alpine/aports/testing/mycroft-gui/src/mycroft-gui-1.0/import/mycroftcontroller.cpp:24:10: fatal error: controllerconfig.h: No such file or directory
24 | #include "controllerconfig.h"
| ^~~~~~~~~~~~~~~~~~~~
As seen here it's supposed to be provided by the GUI itself, but no such luck. I already tried linking the tests against mycroftplugin (which should include that file no?) but that didn't help either.
The text was updated successfully, but these errors were encountered:
I'm trying to build mycroft-gui v1.0, but the unit tests fails to compile due to it not finding
controllerconfig.h
:As seen here it's supposed to be provided by the GUI itself, but no such luck. I already tried linking the tests against
mycroftplugin
(which should include that file no?) but that didn't help either.The text was updated successfully, but these errors were encountered: