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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,23b61d4dfe367913 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 14 Apr 2005 12:54:13 -0500 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: graphical output on win xp with gnavi-package References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 14 Apr 2005 12:54:13 -0500 NNTP-Posting-Host: 67.161.24.234 X-Trace: sv3-FBPqm8gqsOVPjgYR1rbEvoh52/jsNRsM+a5QDMHq7RR9TT9FghRr51R4fdgrq5iDDZbrQ1gu2H/WEpC!E75sRKN/aEFX5UueZ4jc5dqbgO1rqQ8p4oAUcdEmuCAol9TGjy8soJHViAlk0A== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.31 Xref: g2news1.google.com comp.lang.ada:10469 Date: 2005-04-14T12:54:13-05:00 List-Id: >> What do you mean by "It doesn't work that way either!"? Did you modify >> mkshapes.bat so the gnatmake line reads >> gnatmake -gnatE -gnato -O2 shapes -largs -mwindows shapes.rbj >> and you still get "error: elaboration circularity detected"? > >-Yes! I'll bet the additional compiler option does not convince Gnat that "things have changed, a recompilation is needed". So when you run "mkshapes" all it does is rebind, not recompile. erase *.o and *.ali so Gnat will be forced to actually recompile everything with the -gnatE option.