Hi, thanks for this very useful piece of code that I've used for some time.
I've just cloned it onto my new Raspberry Pi and tried to run "make", and it fails in compilation in sunwait.cpp at lines 707 on, where the if statement has incorrect bracketing. I think it should be:
else if (!strcmp (arg, "debug") ||
!strcmp (arg, "--debug") ||
!strcmp (arg, "--verbose") ||
!strcmp (arg, "-v")) pRun->debug = ONOFF_ON;
If I trusted my C++ and git skills more, I'd send a pull request.
Hi, thanks for this very useful piece of code that I've used for some time.
I've just cloned it onto my new Raspberry Pi and tried to run "make", and it fails in compilation in sunwait.cpp at lines 707 on, where the if statement has incorrect bracketing. I think it should be:
If I trusted my C++ and git skills more, I'd send a pull request.