Hi there!
Any one succeeded in compiling indi-eqmod on raspberry (version 0.9.9)
I have compiled indilib and indi-gphoto-ccd with succes by following the instructions here at the forum. I can control my Canon 1100D from raspberry by my labtop and kstats/ekos.
But I have no succes in compiling indi-eqmod and get the following error when doing a sudo make install:
pi@raspberrypi ~/Projects/build/indi-eqmod $ sudo make install
Scanning dependencies of target indi_eqmod_telescope
[ 8%] Building CXX object CMakeFiles/indi_eqmod_telescope.dir/eqmod.o
In file included from /home/pi/Projects/trunk/3rdparty/indi-eqmod/eqmod.h:33:0,
from /home/pi/Projects/trunk/3rdparty/indi-eqmod/eqmod.cpp:48:
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:51:21: error: invalid use of non-static data member ‘HorizonLimits::errorline’
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:52:21: error: from this location
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:52:31: sorry, unimplemented: non-static data member initializers
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:52:31: error: ‘constexpr’ needed for in-class initialization of static data member ‘sline’ of non-integral type
CMakeFiles/indi_eqmod_telescope.dir/build.make:54: recipe for target 'CMakeFiles/indi_eqmod_telescope.dir/eqmod.o' failed
make[2]: *** [CMakeFiles/indi_eqmod_telescope.dir/eqmod.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/indi_eqmod_telescope.dir/all' failed
make[1]: *** [CMakeFiles/indi_eqmod_telescope.dir/all] Error 2
Makefile:113: recipe for target 'all' failed
make: *** [all] Error 2
Any sugestions?
Best Steen
Any one succeeded in compiling indi-eqmod on raspberry (version 0.9.9)
I have compiled indilib and indi-gphoto-ccd with succes by following the instructions here at the forum. I can control my Canon 1100D from raspberry by my labtop and kstats/ekos.
But I have no succes in compiling indi-eqmod and get the following error when doing a sudo make install:
pi@raspberrypi ~/Projects/build/indi-eqmod $ sudo make install
Scanning dependencies of target indi_eqmod_telescope
[ 8%] Building CXX object CMakeFiles/indi_eqmod_telescope.dir/eqmod.o
In file included from /home/pi/Projects/trunk/3rdparty/indi-eqmod/eqmod.h:33:0,
from /home/pi/Projects/trunk/3rdparty/indi-eqmod/eqmod.cpp:48:
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:51:21: error: invalid use of non-static data member ‘HorizonLimits::errorline’
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:52:21: error: from this location
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:52:31: sorry, unimplemented: non-static data member initializers
/home/pi/Projects/trunk/3rdparty/indi-eqmod/scope-limits/scope-limits.h:52:31: error: ‘constexpr’ needed for in-class initialization of static data member ‘sline’ of non-integral type
CMakeFiles/indi_eqmod_telescope.dir/build.make:54: recipe for target 'CMakeFiles/indi_eqmod_telescope.dir/eqmod.o' failed
make[2]: *** [CMakeFiles/indi_eqmod_telescope.dir/eqmod.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/indi_eqmod_telescope.dir/all' failed
make[1]: *** [CMakeFiles/indi_eqmod_telescope.dir/all] Error 2
Makefile:113: recipe for target 'all' failed
make: *** [all] Error 2
Any sugestions?
Best Steen