rlancaste wrote: Hi Jim, we will check it out. Thanks!


Just a friendly bump, the latest builds are still failing. download.copr.fedorainfracloud.org/resul.../builder-live.log.gz
make[2]: Leaving directory '/builddir/build/BUILD/stellarsolver-1.4.git'
In file included from /builddir/build/BUILD/stellarsolver-1.4.git/stellarsolver/sep/extract.h:26,
                 from /builddir/build/BUILD/stellarsolver-1.4.git/stellarsolver/sep/lutz.h:23,
                 from /builddir/build/BUILD/stellarsolver-1.4.git/stellarsolver/sep/lutz.cpp:25:
/builddir/build/BUILD/stellarsolver-1.4.git/stellarsolver/sep/lutz.cpp: In member function 'int SEP::Lutz::lutzalloc(int, int)':
/builddir/build/BUILD/stellarsolver-1.4.git/stellarsolver/sep/sepcore.h:69:23: error: 'malloc' was not declared in this scope
   69 |   {if (!(ptr = (typ *)malloc((size_t)(nel)*sizeof(typ))))  \
      |                       ^~~~~~
/builddir/build/BUILD/stellarsolver-1.4.git/stellarsolver/sep/lutz.cpp:63:5: note: in expansion of macro 'QMALLOC'
   63 |     QMALLOC(info, infostruct, stacksize, status);
      |     ^~~~~~~
/builddir/build/BUILD/stellarsolver-1.4.git/stellarsolver/sep/lutz.cpp:32:1: note: 'malloc' is defined in header '<cstdlib>'; did you forget to '#include <cstdlib>'?
   31 | #include <cstring>
  +++ |+#include <cstdlib>
   32 |


Read More...