From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-91-241.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: richardthiebaud Newsgroups: comp.lang.ada Subject: can't execute gnatpp Date: Sun, 24 Sep 2023 12:44:59 -0400 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 24 Sep 2023 16:44:59 -0000 (UTC) Injection-Info: dont-email.me; posting-host="d2145a786a27ac4867e71b1ae0f9a117"; logging-data="1511660"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18X+08kDPftCmUSv0qMuvlaxwOKYJ8kzVw=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Cancel-Lock: sha1:SC/jFno3My5VUWiM3jtuYq4eR5A= Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:65716 List-Id: When I try to execute gnatpp, I get the following errors: dick@dick1:~/src$ gnat --version GNAT 10.5.0 Copyright (C) 1996-2020, Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dick@dick1:~/src$ gnatpp --version GNATPP 10.5.0 Copyright (C) 2004-2020, Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dick@dick1:~/src$ gnatpp cursor.adb >usage gnat1: warning: unrecognized gcc debugging option: u gnat1: warning: unrecognized gcc debugging option: m gnat1: warning: unrecognized gcc debugging option: b gnat1: warning: unrecognized gcc debugging option: s gnat1: warning: unrecognized gcc debugging option: e gnat1: warning: unrecognized gcc debugging option: - gnat1: warning: unrecognized gcc debugging option: e gnat1: warning: unrecognized gcc debugging option: t gnat1: you must provide one source file gnatpp: cannot compile "cursor.adb" dick@dick1:~/src$ LInux Mint 21.2 Cinnamon Where should I report this?