×

INDI Library v2.0.6 is Released (02 Feb 2024)

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?
1 year 7 months ago #85552

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

  • Posts: 349
  • Thank you received: 107
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 7 months 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
1 year 7 months 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 7 months ago #85612

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

Time to create page: 0.864 seconds