×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Issue with Compiling Latest kstars on OS X

  • Posts: 63
  • Thank you received: 6
In scan render.cpp in the new HIPS section there is an issue that OpenMP is not natively supported in OS X clang yet, so I am getting a compiler error that it can't find omg.h. I fixed the error with the following:
#ifdef PARALLEL_OMP
#include <omp.h>
#endif

I figured I would post it here instead of trying to create any kind of pull request.
6 years 8 months ago #18487

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

Time to create page: 0.257 seconds