hello there
I opened this topic to solve my gentoo related issue on building indilib. I will descibe the problem below and after that my setup.
the problem:
Canon 700d, GPhoto CCD selected in ekos, can connect, pressing "preview" under CCD tab , mirror moves, "downloading" doesnt stop.
log window says:
pressing the "preview" in the main control gives log:
so I startet the external indiserver "indiserver -vvv indi_gphoto_ccd" and connect ekos to them.
Trying to set the exposure in the main control tab gives this error in the indiserver window:
my setup is:
portage is up to date
Gentoo 3.16.1.aufs sources
cmake 2.8.12.2
I will start with indilib:
since gentoo doesnt use latest svn code to build indilib nor does include any 3rdparty drivers in portage I use only the svn code.
But needed dependencies are installed by emerge:
libusb 1.0.18
libnova 0.12.3
cfitsio 3.140
gsl 1.14
Building libindi with "make" & "make install" no errors at all.
Now getting/building 3rdparty with
Then first errors occure:
This was the point where I used the "-DWITH_XXX=OFF" option because I dont use this device.
This error repeats for SBIG,FLI,APOGEE,FISHCAMP until my command ends in:
A question arose: DO i need to have libgphoto2 installed? it is nowhere described as dependency... if yes what version? For now I got 2.5.4-r1 from portage.
So I proceed with "make":
Scanning dependencies of target indi_eqmod_telescope
[ 3%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/eqmod.o
[ 6%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/eqmoderror.o
[ 10%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/skywatcher.o
[ 13%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/simulator/simulator.o
[ 16%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/simulator/skywatcher-simulator.o
[ 20%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/align.o
[ 23%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/pointset.o
[ 26%] Building C object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/htm.o
[ 30%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/triangulate.o
[ 33%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/triangulate_chull.o
[ 36%] Building C object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/chull/chull.o
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »AddOne«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:431:10: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:431:10: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 4 hat Typ »tVertex« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »VolumeSign«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:492:8: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintOut«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:970:4: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 4 hat Typ »tVertex« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintVertices«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:984:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tVertex« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:989:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tEdge« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintEdges«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1005:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tEdge« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1008:3: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintFaces«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1027:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1030:3: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tEdge« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »CheckEndpts«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1061:13: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
[ 40%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/scope-limits/scope-limits.o
Linking CXX executable indi_eqmod_telescope
[ 40%] Built target indi_eqmod_telescope
Scanning dependencies of target indi_sx_ao
[ 43%] Building CXX object indi-sx/CMakeFiles/indi_sx_ao.dir/sxao.o
Linking CXX executable indi_sx_ao
[ 43%] Built target indi_sx_ao
Scanning dependencies of target indi_sx_ccd
[ 46%] Building CXX object indi-sx/CMakeFiles/indi_sx_ccd.dir/sxccd.o
[ 50%] Building CXX object indi-sx/CMakeFiles/indi_sx_ccd.dir/sxccdusb.o
Linking CXX executable indi_sx_ccd
[ 50%] Built target indi_sx_ccd
Scanning dependencies of target indi_sx_wheel
[ 53%] Building CXX object indi-sx/CMakeFiles/indi_sx_wheel.dir/sxwheel.o
[ 56%] Building C object indi-sx/CMakeFiles/indi_sx_wheel.dir/hid_libusb.o
Linking CXX executable indi_sx_wheel
[ 56%] Built target indi_sx_wheel
Scanning dependencies of target sx_ccd_test
[ 60%] Building CXX object indi-sx/CMakeFiles/sx_ccd_test.dir/sxccdtest.o
[ 63%] Building CXX object indi-sx/CMakeFiles/sx_ccd_test.dir/sxccdusb.o
Linking CXX executable sx_ccd_test
[ 63%] Built target sx_ccd_test
Scanning dependencies of target indi_maxdomeii
[ 66%] Building C object indi-maxdomeii/CMakeFiles/indi_maxdomeii.dir/maxdomeiidriver.o
[ 70%] Building CXX object indi-maxdomeii/CMakeFiles/indi_maxdomeii.dir/maxdomeii.o
Linking CXX executable indi_maxdomeii
[ 70%] Built target indi_maxdomeii
Scanning dependencies of target indi_spectracyber
[ 73%] Building CXX object indi-spectracyber/CMakeFiles/indi_spectracyber.dir/spectracyber.o
Linking CXX executable indi_spectracyber
[ 73%] Built target indi_spectracyber
Scanning dependencies of target aagcloudwatcher_test
[ 76%] Building CXX object indi-aagcloudwatcher/CMakeFiles/aagcloudwatcher_test.dir/main.o
[ 80%] Building CXX object indi-aagcloudwatcher/CMakeFiles/aagcloudwatcher_test.dir/CloudWatcherController.o
Linking CXX executable aagcloudwatcher_test
[ 80%] Built target aagcloudwatcher_test
Scanning dependencies of target indi_aagcloudwatcher
[ 83%] Building CXX object indi-aagcloudwatcher/CMakeFiles/indi_aagcloudwatcher.dir/indi_aagcloudwatcher.o
[ 86%] Building CXX object indi-aagcloudwatcher/CMakeFiles/indi_aagcloudwatcher.dir/CloudWatcherController.o
Linking CXX executable indi_aagcloudwatcher
[ 86%] Built target indi_aagcloudwatcher
Scanning dependencies of target indi_gphoto_ccd
[ 90%] Building CXX object indi-gphoto/CMakeFiles/indi_gphoto_ccd.dir/gphoto_ccd.o
/usr/non-p/3rdparty/indi-gphoto/gphoto_ccd.cpp: In Elementfunktion »virtual bool GPhotoCCD::ISNewSwitch(const char*, const char*, ISState*, char**, int)«:
/usr/non-p/3rdparty/indi-gphoto/gphoto_ccd.cpp:393:36: Warnung: Die Adresse von »int gphoto_auto_focus(gphoto_driver*)« wird nie NULL sein [-Waddress]
[ 93%] Building C object indi-gphoto/CMakeFiles/indi_gphoto_ccd.dir/gphoto_driver.o
[ 96%] Building C object indi-gphoto/CMakeFiles/indi_gphoto_ccd.dir/gphoto_readimage.o
Linking CXX executable indi_gphoto_ccd
[ 96%] Built target indi_gphoto_ccd
Scanning dependencies of target indi_asi_ccd
[100%] Building CXX object indi-asicam/CMakeFiles/indi_asi_ccd.dir/indi_asicam.o
Linking CXX executable indi_asi_ccd
[100%] Built target indi_asi_ccd
There is some warning in the gphoto part, maybe thats related to my problem.
I will stop here so that someone maybe can give some hints or tips.
Normaly I would proceed in building kstars from svn.
I opened this topic to solve my gentoo related issue on building indilib. I will descibe the problem below and after that my setup.
the problem:
Canon 700d, GPhoto CCD selected in ekos, can connect, pressing "preview" under CCD tab , mirror moves, "downloading" doesnt stop.
log window says:
2014-10-08T10:11:49: Exposure failed to parse raw image.
2014-10-08T10:11:49: Exposure done, downloading image...
2014-10-08T10:11:46: Starting 1 sec exposure
2014-10-08T10:05:59: Exposure failed to parse raw image.
2014-10-08T10:05:59: Exposure done, downloading image...
2014-10-08T10:05:55: Starting 1 sec exposure
2014-10-08T10:05:10: Please update the camera pixel size in the Image Info section. The camera resolution will be updated after the first exposure is complete.
2014-10-08T10:05:10: GPhoto CCD is online.
2014-10-08T10:11:49: Exposure done, downloading image...
2014-10-08T10:11:46: Starting 1 sec exposure
2014-10-08T10:05:59: Exposure failed to parse raw image.
2014-10-08T10:05:59: Exposure done, downloading image...
2014-10-08T10:05:55: Starting 1 sec exposure
2014-10-08T10:05:10: Please update the camera pixel size in the Image Info section. The camera resolution will be updated after the first exposure is complete.
2014-10-08T10:05:10: GPhoto CCD is online.
pressing the "preview" in the main control gives log:
2014-10-08T10:14:13: Error capturing preview.
2014-10-08T10:14:13: Error capturing preview: I/O in progress
2014-10-08T10:14:13: Error capturing preview: I/O in progress
so I startet the external indiserver "indiserver -vvv indi_gphoto_ccd" and connect ekos to them.
Trying to set the exposure in the main control tab gives this error in the indiserver window:
<message device="GPhoto CCD" timestamp="2014-10-08T10:21:16" message="Exposure done, downloading image..."/>
2014-10-08T10:21:16: Driver indi_gphoto_ccd: read_file_from_dcraw: failed to parse header
2014-10-08T10:21:16: Driver indi_gphoto_ccd: read message GPhoto CCD 'Exposure failed to parse raw image.'
2014-10-08T10:21:16: Client 0: queuing <message device='GPhoto CCD' name=''>
2014-10-08T10:21:16: Client 0: sending msg copy 1 nq 1:
<message device="GPhoto CCD" timestamp="2014-10-08T10:21:16" message="Exposure failed to parse raw image."/>
2014-10-08T10:21:16: Driver indi_gphoto_ccd: read_file_from_dcraw: failed to parse header
2014-10-08T10:21:16: Driver indi_gphoto_ccd: read message GPhoto CCD 'Exposure failed to parse raw image.'
2014-10-08T10:21:16: Client 0: queuing <message device='GPhoto CCD' name=''>
2014-10-08T10:21:16: Client 0: sending msg copy 1 nq 1:
<message device="GPhoto CCD" timestamp="2014-10-08T10:21:16" message="Exposure failed to parse raw image."/>
my setup is:
portage is up to date
Gentoo 3.16.1.aufs sources
cmake 2.8.12.2
I will start with indilib:
since gentoo doesnt use latest svn code to build indilib nor does include any 3rdparty drivers in portage I use only the svn code.
But needed dependencies are installed by emerge:
libusb 1.0.18
libnova 0.12.3
cfitsio 3.140
gsl 1.14
Building libindi with "make" & "make install" no errors at all.
Now getting/building 3rdparty with
Then first errors occure:
-- The CXX compiler identification is GNU 4.7.3
-- The C compiler identification is GNU 4.7.3
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for module 'libindi'
-- found libindi, version 0.9.9
-- Found INDI: /usr/include/libindi (found version "0.9.9")
-- Found NOVA: /usr/lib64/libnova.so
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Found CFITSIO 3.14: /usr/lib64/libcfitsio.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Performing Test ERROR_NAME_COMPILE
-- Performing Test ERROR_NAME_COMPILE - Success
-- Found INDI: /usr/lib64/libindi.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libnova: /usr/lib64/libnova.so
-- Found INDI: /usr/lib64/libindi.so
-- Found FTDI: /usr/lib64/libftdi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
CMake Error at indi-qsi/cmake_modules/FindQSI.cmake:44 (message):
QSI not found. Please install libqsi www.indilib.org
Call Stack (most recent call first):
indi-qsi/CMakeLists.txt:10 (find_package)
-- Configuring incomplete, errors occurred!
See also "/usr/non-p/3rdparty/CMakeFiles/CMakeOutput.log".
See also "/usr/non-p/3rdparty/CMakeFiles/CMakeError.log".
-- The C compiler identification is GNU 4.7.3
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for module 'libindi'
-- found libindi, version 0.9.9
-- Found INDI: /usr/include/libindi (found version "0.9.9")
-- Found NOVA: /usr/lib64/libnova.so
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
-- Found CFITSIO 3.14: /usr/lib64/libcfitsio.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Performing Test ERROR_NAME_COMPILE
-- Performing Test ERROR_NAME_COMPILE - Success
-- Found INDI: /usr/lib64/libindi.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libnova: /usr/lib64/libnova.so
-- Found INDI: /usr/lib64/libindi.so
-- Found FTDI: /usr/lib64/libftdi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
CMake Error at indi-qsi/cmake_modules/FindQSI.cmake:44 (message):
QSI not found. Please install libqsi www.indilib.org
Call Stack (most recent call first):
indi-qsi/CMakeLists.txt:10 (find_package)
-- Configuring incomplete, errors occurred!
See also "/usr/non-p/3rdparty/CMakeFiles/CMakeOutput.log".
See also "/usr/non-p/3rdparty/CMakeFiles/CMakeError.log".
This was the point where I used the "-DWITH_XXX=OFF" option because I dont use this device.
This error repeats for SBIG,FLI,APOGEE,FISHCAMP until my command ends in:
cmake -DWITH_QSI:OPTION=OFF -DWITH_SBIG:OPTION=OFF -DWITH_FLI:OPTION=OFF -DWITH_APOGEE:OPTION=OFF -DWITH_FISHCAMP:OPTION=OFF -DCMAKE_INSTALL_PREFIX=/usr .
-- Found INDI: /usr/lib64/libindi.so
-- Found libnova: /usr/lib64/libnova.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Found INDI: /usr/lib64/libindi.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libnova: /usr/lib64/libnova.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Configuring done
CMake Warning (dev) at indi-gphoto/CMakeLists.txt:41 (add_executable):
Policy CMP0003 should be set before this line. Add code such as
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
as early as possible but after the most recent call to
cmake_minimum_required or cmake_policy(VERSION). This warning appears
because target "indi_gphoto_ccd" links to some libraries for which the
linker must search:
-lpthread
and other libraries with known full path:
/usr/local/lib64/libgphoto2.so
CMake is adding directories in the second list to the linker search path in
case they are needed to find libraries from the first list (for backwards
compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable
or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for
more information.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /usr/non-p/3rdparty
-- Found INDI: /usr/lib64/libindi.so
-- Found libnova: /usr/lib64/libnova.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Found INDI: /usr/lib64/libindi.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libnova: /usr/lib64/libnova.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found CFITSIO: /usr/lib64/libcfitsio.so
-- Found INDI: /usr/lib64/libindi.so
-- Found libusb-1.0:
-- - Includes: /usr/include/libusb-1.0
-- - Libraries: /usr/lib64/libusb-1.0.so
-- Configuring done
CMake Warning (dev) at indi-gphoto/CMakeLists.txt:41 (add_executable):
Policy CMP0003 should be set before this line. Add code such as
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
as early as possible but after the most recent call to
cmake_minimum_required or cmake_policy(VERSION). This warning appears
because target "indi_gphoto_ccd" links to some libraries for which the
linker must search:
-lpthread
and other libraries with known full path:
/usr/local/lib64/libgphoto2.so
CMake is adding directories in the second list to the linker search path in
case they are needed to find libraries from the first list (for backwards
compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable
or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for
more information.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done
-- Build files have been written to: /usr/non-p/3rdparty
A question arose: DO i need to have libgphoto2 installed? it is nowhere described as dependency... if yes what version? For now I got 2.5.4-r1 from portage.
So I proceed with "make":
Scanning dependencies of target indi_eqmod_telescope
[ 3%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/eqmod.o
[ 6%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/eqmoderror.o
[ 10%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/skywatcher.o
[ 13%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/simulator/simulator.o
[ 16%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/simulator/skywatcher-simulator.o
[ 20%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/align.o
[ 23%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/pointset.o
[ 26%] Building C object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/htm.o
[ 30%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/triangulate.o
[ 33%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/triangulate_chull.o
[ 36%] Building C object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/align/chull/chull.o
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »AddOne«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:431:10: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:431:10: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 4 hat Typ »tVertex« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »VolumeSign«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:492:8: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintOut«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:970:4: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 4 hat Typ »tVertex« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintVertices«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:984:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tVertex« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:989:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tEdge« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintEdges«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1005:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tEdge« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1008:3: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »PrintFaces«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1027:7: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1030:3: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tEdge« [-Wformat]
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c: In Funktion »CheckEndpts«:
/usr/non-p/3rdparty/indi-eqmod/align/chull/chull.c:1061:13: Warnung: Format »%x« erwartet Argumenttyp »unsigned int«, aber Argument 3 hat Typ »tFace« [-Wformat]
[ 40%] Building CXX object indi-eqmod/CMakeFiles/indi_eqmod_telescope.dir/scope-limits/scope-limits.o
Linking CXX executable indi_eqmod_telescope
[ 40%] Built target indi_eqmod_telescope
Scanning dependencies of target indi_sx_ao
[ 43%] Building CXX object indi-sx/CMakeFiles/indi_sx_ao.dir/sxao.o
Linking CXX executable indi_sx_ao
[ 43%] Built target indi_sx_ao
Scanning dependencies of target indi_sx_ccd
[ 46%] Building CXX object indi-sx/CMakeFiles/indi_sx_ccd.dir/sxccd.o
[ 50%] Building CXX object indi-sx/CMakeFiles/indi_sx_ccd.dir/sxccdusb.o
Linking CXX executable indi_sx_ccd
[ 50%] Built target indi_sx_ccd
Scanning dependencies of target indi_sx_wheel
[ 53%] Building CXX object indi-sx/CMakeFiles/indi_sx_wheel.dir/sxwheel.o
[ 56%] Building C object indi-sx/CMakeFiles/indi_sx_wheel.dir/hid_libusb.o
Linking CXX executable indi_sx_wheel
[ 56%] Built target indi_sx_wheel
Scanning dependencies of target sx_ccd_test
[ 60%] Building CXX object indi-sx/CMakeFiles/sx_ccd_test.dir/sxccdtest.o
[ 63%] Building CXX object indi-sx/CMakeFiles/sx_ccd_test.dir/sxccdusb.o
Linking CXX executable sx_ccd_test
[ 63%] Built target sx_ccd_test
Scanning dependencies of target indi_maxdomeii
[ 66%] Building C object indi-maxdomeii/CMakeFiles/indi_maxdomeii.dir/maxdomeiidriver.o
[ 70%] Building CXX object indi-maxdomeii/CMakeFiles/indi_maxdomeii.dir/maxdomeii.o
Linking CXX executable indi_maxdomeii
[ 70%] Built target indi_maxdomeii
Scanning dependencies of target indi_spectracyber
[ 73%] Building CXX object indi-spectracyber/CMakeFiles/indi_spectracyber.dir/spectracyber.o
Linking CXX executable indi_spectracyber
[ 73%] Built target indi_spectracyber
Scanning dependencies of target aagcloudwatcher_test
[ 76%] Building CXX object indi-aagcloudwatcher/CMakeFiles/aagcloudwatcher_test.dir/main.o
[ 80%] Building CXX object indi-aagcloudwatcher/CMakeFiles/aagcloudwatcher_test.dir/CloudWatcherController.o
Linking CXX executable aagcloudwatcher_test
[ 80%] Built target aagcloudwatcher_test
Scanning dependencies of target indi_aagcloudwatcher
[ 83%] Building CXX object indi-aagcloudwatcher/CMakeFiles/indi_aagcloudwatcher.dir/indi_aagcloudwatcher.o
[ 86%] Building CXX object indi-aagcloudwatcher/CMakeFiles/indi_aagcloudwatcher.dir/CloudWatcherController.o
Linking CXX executable indi_aagcloudwatcher
[ 86%] Built target indi_aagcloudwatcher
Scanning dependencies of target indi_gphoto_ccd
[ 90%] Building CXX object indi-gphoto/CMakeFiles/indi_gphoto_ccd.dir/gphoto_ccd.o
/usr/non-p/3rdparty/indi-gphoto/gphoto_ccd.cpp: In Elementfunktion »virtual bool GPhotoCCD::ISNewSwitch(const char*, const char*, ISState*, char**, int)«:
/usr/non-p/3rdparty/indi-gphoto/gphoto_ccd.cpp:393:36: Warnung: Die Adresse von »int gphoto_auto_focus(gphoto_driver*)« wird nie NULL sein [-Waddress]
[ 93%] Building C object indi-gphoto/CMakeFiles/indi_gphoto_ccd.dir/gphoto_driver.o
[ 96%] Building C object indi-gphoto/CMakeFiles/indi_gphoto_ccd.dir/gphoto_readimage.o
Linking CXX executable indi_gphoto_ccd
[ 96%] Built target indi_gphoto_ccd
Scanning dependencies of target indi_asi_ccd
[100%] Building CXX object indi-asicam/CMakeFiles/indi_asi_ccd.dir/indi_asicam.o
Linking CXX executable indi_asi_ccd
[100%] Built target indi_asi_ccd
There is some warning in the gphoto part, maybe thats related to my problem.
I will stop here so that someone maybe can give some hints or tips.
Normaly I would proceed in building kstars from svn.