Skip to content

"make" fails :: fatal error: deconz.h: No such file or directory #2

@fbaube

Description

@fbaube

On Raspbian, I have installed both deconz and deconz-dev. In the deconz-cli-plugin directory, qmake succeeds but then make fails with the message:

g++ -c -pipe -Wno-attributes -O2 -Wall -Wextra -D_REENTRANT -fPIC -DDECONZ_DLLSPEC=Q_DECL_IMPORT -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../.. -I../../common -I/usr/include/arm-linux-gnueabihf/qt5 -I/usr/include/arm-linux-gnueabihf/qt5/QtGui -I/usr/include/arm-linux-gnueabihf/qt5/QtNetwork -I/usr/include/arm-linux-gnueabihf/qt5/QtCore -Irelease -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o release/deconz_cli_plugin.o deconz_cli_plugin.cpp
In file included from deconz_cli_plugin.cpp:10:
deconz_cli_plugin.h:14:10: fatal error: deconz.h: No such file or directory
   14 | #include <deconz.h>
      |          ^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile.Release:227: release/deconz_cli_plugin.o] Error 1

This command returns nothing:

$ locate deconz.h

The solution is probably compiler arguments: where to find this include file ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions