×

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

Bi-monthly release with minor bug fixes and improvements

Error compiling indicore

  • Posts: 61
  • Thank you received: 10
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
The following user(s) said Thank You: Mark Copper
1 year 7 months ago #85337

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

Time to create page: 0.300 seconds