Skip to content

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

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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