Closed decadenza closed 1 year ago
(Groan) Thanks for mentioning this. I messed up here.
If you go to the 'lunar' directory, and do a 'git pull', you'll see that a few files have changed. One of them provides the missing dot_product()
function. (Which I'd written recently, made use of in Find_Orb, but hadn't pushed the change to the lunar
repository until just now.)
So if you then do make
and make install
, that function will be compiled and the lunar
library updated to contain it. You should then be able to go back to the find_orb
directory, run make
, and have everything compile correctly... please let me know if you're still seeing trouble.
I've followed all the procedure here. Although I had some uncertainties in finding the equivalent package on Debian for "ncurses-devel" and "libcurl-devel".
All compiled fine and I am able to launch:
~/find_orb/lunar/jd
.But when compiling 'find_orb' and 'fo' as:
I always end up with:
Any advice?