Compiling from sources issues
Posted: Thursday 07 September 2017 8:40
Hi everyone.
I'm under a raspberry pi 2 with Jessie?
I'm trying to compile domoticz from sources to enable python plugin.
I'm using this wiki page: https://www.domoticz.com/wiki/Linux
But i'm getting this issue
I'm trying with
- cmake -DCMAKE_BUILD_TYPE=Release .
-
- cmake -USE_STATIC_OPENZWAVE -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
Anyone has a clue?
N.B.: to enable the python plugin, i replaced 0 by 1 into the code
in main/mainworker.cpp
https://github.com/domoticz/domoticz/co ... 317c67804f
Thank you
I'm under a raspberry pi 2 with Jessie?
I'm trying to compile domoticz from sources to enable python plugin.
I'm using this wiki page: https://www.domoticz.com/wiki/Linux
But i'm getting this issue
Code: Select all
[ 0%] Built target revisiontag
[ 1%] Built target sqlite
[ 1%] Built target domoticz_gch
[ 14%] Built target lua
[ 21%] Built target mqtt
[ 22%] Building CXX object CMakeFiles/domoticz.dir/main/mainworker.cpp.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
CMakeFiles/domoticz.dir/build.make:374: recipe for target 'CMakeFiles/domoticz.dir/main/mainworker.cpp.o' failed
make[2]: *** [CMakeFiles/domoticz.dir/main/mainworker.cpp.o] Error 4
CMakeFiles/Makefile2:108: recipe for target 'CMakeFiles/domoticz.dir/all' failed
make[1]: *** [CMakeFiles/domoticz.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
- cmake -DCMAKE_BUILD_TYPE=Release .
-
- cmake -USE_STATIC_OPENZWAVE -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
Anyone has a clue?
N.B.: to enable the python plugin, i replaced 0 by 1 into the code
Code: Select all
if (1 == 0)
{
m_pluginsystem.StartPluginSystem();
}https://github.com/domoticz/domoticz/co ... 317c67804f
Thank you