linuxdeepin / dtkwidget

Deepin Toolkit, widget module for DDE look and feel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal error: com_deepin_api_xeventmonitor.h: No such file or directory

itshazlan opened this issue · comments

When I compiling the project, the error occured and given the following error.

In file included from ../../src/util/dregionmonitor.cpp:2:0:
../../src/util/private/dregionmonitor_p.h:11:10: fatal error: com_deepin_api_xeventmonitor.h: No such file or directory
 #include <com_deepin_api_xeventmonitor.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:2268: dregionmonitor.o] Error 1
make[1]: Leaving directory '/home/lordrauf/.test/dtkwidget/build/src'
make: *** [Makefile:71: sub-src-install_subtargets-ordered] Error 2

If someone know how to solve it, please help. Thanks.

The package you need is libdframeworkdbus-dev.

If you are using Deepin, try do sudo apt build-dep libdtkwidget2 first, or you may need install the build depts manually.