×

INDI Library v2.0.4 Released (01 Oct 2023)

Bi-monthly release with minor bug fixes and improvements

indiccd.cpp might be missing an #include

  • Posts: 71
  • Thank you received: 2
Line 68 refers to std::ostream_iterator which is defined in header '<iterator>' but there is no line #include <iterator>

so indi-core does not make for me. Typo? or am I missing something, too?
25" Slipstream Dob w/Sitech controller; ZWO ASI 290MM, 183MM, 462MM, 294MM cameras, nStep focuser, INDI on Intel i3+itx mobo with Debian/GNU Linux OS running indiserver; client: Debian/Asahi Linux on M1 Apple silicon running Kstars/INDI.
1 year 1 month ago #85552

Please Log in or Create an account to join the conversation.

  • Posts: 307
  • Thank you received: 88
this is quite often error that with one version of compiler doesn't require include while previous or later do.
The following user(s) said Thank You: Mark Copper
1 year 1 month ago #85595

Please Log in or Create an account to join the conversation.

  • Posts: 71
  • Thank you received: 2
Would there be a reason not to have a conditional include?
gcc.gnu.org/onlinedocs/cpp/_005f_005fhas_005finclude.html
25" Slipstream Dob w/Sitech controller; ZWO ASI 290MM, 183MM, 462MM, 294MM cameras, nStep focuser, INDI on Intel i3+itx mobo with Debian/GNU Linux OS running indiserver; client: Debian/Asahi Linux on M1 Apple silicon running Kstars/INDI.
1 year 1 month ago #85608

Please Log in or Create an account to join the conversation.

  • Posts: 61
  • Thank you received: 10
I´ve the same compiling-error and fixed it for me, setting the include: indilib.org/forum/development/12145-erro...piling-indicore.html
1 year 1 month ago #85612

Please Log in or Create an account to join the conversation.

Time to create page: 0.689 seconds