Skip Menu |

This queue is for tickets about the Starlink-AST CPAN distribution.

Report information
The Basics
Id: 14699
Status: resolved
Priority: 0/
Queue: Starlink-AST

People
Owner: Nobody in particular
Requestors: djerius [...] cfa.harvard.edu
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.03
Fixed in: (no value)



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)
[DJERIUS - Thu Sep 22 03:01:42 2005]: Show quoted text
> least according to the latest available version of SLA from the
^^^ oops: AST
Fixed in v0.04 just uploaded to CPAN. The problem was that v3.4 included astLinearApprox but did not include it in the public interface. It only becamse public in v3.5. I have changed the logic for including astLinearApprox in the build. It works fine with v3.3 and v3.5 (and the current release v4.1).