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,cd609da3aa2df12e,start X-Google-Attributes: gid103376,public From: Mike Young Subject: Beginner problem with GNAT. Date: 1996/04/27 Message-ID: <3182B003.158B@mcs.com>#1/1 X-Deja-AN: 151790947 content-type: text/plain; charset=us-ascii organization: MCSNet Internet Services mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.01Gold (WinNT; I) Date: 1996-04-27T00:00:00+00:00 List-Id: Hi. I'm getting the following gnatbind errors using GNAT 3.01a for Win32 on Windows NT 3.51. Can somebody help me figure out what is wrong? I'm puzzled by the message that says I need to recompile the files that gnatmake just compiled. Things worked until Emacs helped me loss a file or two. I've tried moving the source files to a new directory to recompile, with no improvement. Also, I've compiled everything manually (gcc -c ...) with no improvement. Thanks. I:\foo\cjava\ajava>gnatmake jdump gcc -c jdump.adb gcc -c javaclass-types-classfile.adb gcc -c javaclass-types-numbers.adb gnatbind jdump.ali error: "jdump.adb" must be recompiled ("javaclass-types-classfile.ads" has been modified) error: "javaclass-types-classfile.adb" must be recompiled ("javaclass-types-classfile.ads" has been modified) error: "javaclass-types-numbers.adb" must be recompiled ("javaclass-types-numbers.ads" has been modified) gnatmake: *** bind failed. --