Hi there,
I am trying to install find_orb on my Mac following the steps in https://projectpluto.com/find_sou.htm. I encountered the following issue when trying
make libjpl.a
const char * jpl_get_ephem_name( const void *ephem)
{
struct jpl_eph_data *eph = (struct jpl_eph_data *)ephem;
return( eph->name);
}
rm -f libjpl.a
ar rv libjpl.a jpleph.o
ar: creating libjpl.a
ar: jpleph.o: No such file or directory
make: *** [makefile:94: libjpl.a] Error 1
I appreciate if you please kindly let me know how to fix that issue.
Thanks a lot,
Razi
Hi there,
I am trying to install find_orb on my Mac following the steps in https://projectpluto.com/find_sou.htm. I encountered the following issue when trying
make libjpl.a
const char * jpl_get_ephem_name( const void *ephem)
{
struct jpl_eph_data *eph = (struct jpl_eph_data *)ephem;
return( eph->name);
}
rm -f libjpl.a
ar rv libjpl.a jpleph.o
ar: creating libjpl.a
ar: jpleph.o: No such file or directory
make: *** [makefile:94: libjpl.a] Error 1
I appreciate if you please kindly let me know how to fix that issue.
Thanks a lot,
Razi