From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!sgi!wdl1!marie From: marie@wdl1.UUCP (Marie T. Minogue) Newsgroups: comp.lang.ada Subject: Re: Modifications to the SAIC Ada binding to the X Window System for VADS Message-ID: <3660008@wdl1.UUCP> Date: 23 Jun 88 20:54:05 GMT References: <8806191006.AA01992@ajpo.sei.cmu.edu> List-Id: If this is the modification for the VADS compiler, why does my VADS SUN 3 version 5.5 compiler reject these changes? for the lines like : pragma INTERFACE (C, Xcopycolormapandfree, "_XCopyColormapAndFree"); I get the error : 482: pragma INTERFACE (C, Xcopycolormapandfree, "_XCopyColormapAndFree"); A --------------------------^ A:warning: RM 13.9(4): parameter types must be scalar, access or SYSTEM.ADDRESS A:warning: RM 13.9(4): parameter types must be scalar, access or SYSTEM.ADDRESS A:warning: RM 13.9(4): result type must be scalar, access or SYSTEM.ADDRESS This is true for all of the pragmas. The object being pointed to is a private type which is declared as an acess type in the private part of the package. DID I not receive something or am I using the wrong compiler?