Hello,
I tried to compile homegear 0.6 from git on Arch Linux. libhomegear.base worked without a problem. However, homegear fails with the following error:
In file included from ScriptEngine/php_sapi.cpp:32:0:
ScriptEngine/php_sapi.h:44:17: fatal error: php.h: No such file or directory
compilation terminated.
Makefile:670: recipe for target 'ScriptEngine/libscriptengine_a-php_sapi.o' failed
PHP 7 is already installed. A look into the makefile makes me wonder who should provide /usr/include/php7-homegear:
github.com/Homegear/Homegear/bl … ile.am#L26
I only have /usr/include/php with the same subfolders.
Sven