Edgar Scholz replied to the topic 'EQ8-r mount under indi' in the forum. 1 year ago

The mount is running here since about 2 years without problems. I´m using the indi-eqmod-driver, self-compiled under openSUSE Tumbleweed.
Edgar

Read More...

Edgar Scholz replied to the topic 'Repo for openSUSE' in the forum. 1 year ago

Jasem, you need a space between openSUSE_Tumbleweed/ and Astrophotography_Software
For Leap the same
Edgar

Read More...

Edgar Scholz created a new topic ' Repo for openSUSE' in the forum. 1 year ago

Indi-Website - GET INDI - OpenSUSE

  • openSUSE Leap 15.3 doesn´t exist anymore in the repo

  • openSUSE Leap 15.4 is now the stable version
Can someone change this on the Website, please?
Edgar

Read More...

Find my fault:
I must build and install libahp-gt prior to indi-eqmod
Edgar

Read More...

Compiling indi-eqmod on openSUSE Tumbleweed fails like this:

edgar@Edgar-Desktop:~/astrostuff> mkdir -p ~/astrostuff/build/indi-eqmod &&\
> cd ~/astrostuff/build/indi-eqmod &&\
> cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release ~/astrostuff/indi-3rdparty/indi-eqmod &&\
> sudo make -j4 install
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found INDI: /usr/local/lib64/libindidriver.so;/usr/local/lib64/libindiAlignmentDriver.so (found version "1.9.9") 
-- Found NOVA: /usr/lib64/libnova.so
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.12") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Found GSL: /usr/include (found version "2.6") 
-- Performing Test COMPATIBLE_FORTIFY_SOURCE
-- Performing Test COMPATIBLE_FORTIFY_SOURCE - Success
CMake Error at /home/edgar/astrostuff/indi-3rdparty/cmake_modules/FindAHPGT.cmake:52 (message):
  AHPGT not found.  Please install libahp_gt-dev
Call Stack (most recent call first):
  CMakeLists.txt:104 (find_package)

Looks like the fault comes in with the latest commit to indi-3rdparty (add GT Mount Driver)

What can I to?

Read More...

Edgar Scholz replied to the topic 'kstars crash with focusing' in the forum. 1 year ago

For Leap 15.4 you can give this repo a try:

download.opensuse.org/repositories/Appli...trophotography/15.4/

Switch to kstars-git and you have 3.5.2 without compiling.
This works for me and the fault has gone.

Edgar

Read More...

I´ve the same compiling-error and fixed it for me, setting the include: indilib.org/forum/development/12145-erro...piling-indicore.html

Read More...

Edgar Scholz created a new topic ' Error compiling indicore' in the forum. 2 years ago

This is the error-message:

/home/edgar/astrostuff/indi/libs/indibase/indiccd.cpp:68:20: Fehler: »ostream_iterator« ist kein Element von »std«
   68 |               std::ostream_iterator<std::string>(ss, delim.c_str()));

Including <iterator> in indiccd fix this error:
#include <dirent.h>
#include <cerrno>
#include <cstdlib>
#include <zlib.h>
#include <iterator>
#include <sys/stat.h>

Edgar

Read More...

Sorry for the first instance, it was a type mismatch. I corrected it.
Yes, I went back to larger picture sizes an the driver crashed
Edgar

Read More...

This may be interesting too:

Compiled from git two days ago (sdk 1.17) Opensuse Tumbleweed, ASI1600mm-pro

Picture size:   4656 x 3522       driver-crash
Picture size:   3880 x 3520       driver-crash
Picture size:   3879 x 3520       no crash!

So, reduzing the picture size a bit let the crash dissapeare

Edgar

Read More...