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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac99339bea7afa16,start X-Google-Attributes: gid103376,public From: mark lane Subject: c2ada tool Date: 1999/06/21 Message-ID: <376E52F8.9F2209CB@orca.ds.boeing.com>#1/1 X-Deja-AN: 492120642 Content-Transfer-Encoding: 7bit Sender: nntp@news.boeing.com (Boeing NNTP News Access) X-Nntp-Posting-Host: blackfish.ds.boeing.com Organization: The Boeing Company Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-06-21T00:00:00+00:00 List-Id: i've been trying to build the c2ada tool, as described at http://www.inmet.com/~mg/c2ada/c2ada.html. i'm using a dec alpha running 4.0d and have the gnat 3.11b compiler installed. when running "make cbfe", i'm getting error messages like: In file included from gen.c:17: il.h:216: both signed and unsigned specified for `type name' gen.c: In function `print_position': gen.c:307: warning: left shift count >= width of type gen.c: In function `mark_union': gen.c:326: warning: left shift count >= width of type gen.c: In function `typesym_nameof': gen.c:795: warning: comparison between signed and unsigned gen.c: In function `int_type_builtin_name': gen.c:817: parse error before `signed' gen.c:836: warning: left-hand operand of comma expression has no effect gen.c: In function `gen_record_t': gen.c:1977: warning: comparison between signed and unsigned gen.c: In function `gen_subps': gen.c:2776: warning: left shift count >= width of type i've looed at the code, but don't understand how to resolve the compilation errors. i know this is not a lot to go on, but any help would be greatly appreciated. thanks, mark lane lanem@orca.ds.boeing.com