Subject: | StarLink::AST and astLinearApprox breakage |
StarLink::AST calls astLinearApprox() without a prototype (which as far as I can tell is in mapping.h, which isn't installed as part of the public API).
There are a couple of immediate problems:
The actual routine name is astLinearApprox_, which without mapping.h never gets resolved. Linking fails.
The call to astLinearApprox() has an incorrect number of arguments, at least according to the latest available version of SLA from the Starlink website (3.4)