Search found 4 matches

by exodius
Monday 24 October 2016 13:19
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Need help to compile domoticz on ubuntu
Replies: 3
Views: 1053

Re: Need help to compile domoticz on ubuntu

seems that libboost-iostream was still installed by ubuntu, and made the whole thing bug out

after removing, i just do :

./b2 --reconfigure
./b2 --clean
./bootstrap.sh
./b2
./b2 install


then remove CMakeCache.txt and CMakeFiles dir and successfully build domoticz-stable3.4834

now let's ...
by exodius
Monday 24 October 2016 11:07
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Need help to compile domoticz on ubuntu
Replies: 3
Views: 1053

Re: Need help to compile domoticz on ubuntu

gordonb3 wrote:

Code: Select all

 sed \
 -e "s:\${USE_STATIC_BOOST}:OFF:" \
 -i CMakeLists.txt
Tried with on and with off (clearing cmake cache files each time), and it didn't change the result, still the same error.

-DBoost_INCLUDE_DIR="OFF"
Tried it too, same error.

Thanks for you help !
by exodius
Sunday 23 October 2016 21:28
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Need help to compile domoticz on ubuntu
Replies: 3
Views: 1053

Re: Need help to compile domoticz on ubuntu

after removing all reference to pre-installed boost in my ubuntu, i re-installed boost 1-62 from the source.

still got some errors with domoticz-stable3.4834 :

[ 99%] Building CXX object CMakeFiles/domoticz.dir/tinyxpath/tinyxmlparser.cpp.o
[ 99%] Building CXX object CMakeFiles/domoticz.dir ...
by exodius
Sunday 23 October 2016 19:26
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Need help to compile domoticz on ubuntu
Replies: 3
Views: 1053

Need help to compile domoticz on ubuntu

Hello

I'm tring to compile domoticz on ubuntu, so i can add a hardware plugin.
First trying to compile git files without any mods and it don't want to compile.

I have follow the wiki, got the lastest boost version compiled and installed.

got those error about boost :
more lines here but console ...