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,95ff80417a9612e3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!208.49.83.146!atl-c08.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: String_Elements References: <9acda$44f8123a$5063c1c7$26733@news.chello.hu> From: Stephen Leake Date: Sat, 02 Sep 2006 07:45:52 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:8IRlIxv+xBkTzSii2i54VTFrIhg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: b549044f96ef4759e00d421800 Xref: g2news2.google.com comp.lang.ada:6444 Date: 2006-09-02T07:45:52-04:00 List-Id: "hunnia@hu.inter.net" writes: > Trying to compile gps with gnat 4.1. > In gnat 3.5 in prj there is String_Elemets defined. > Thsi is missing in gnat 4.1. > In its place I see In_Tree.String_Elements. GPS uses some GNAT internal code, to read the project files and possibly for other things. So each release of GNAT requires a corresponding release of GPS. By 'gnat 4.1', I guess you mean the GNAT included in the 4.1 fsf release of gcc. You'll have to find the parts of GPS that depend on the compiler version and change them. > Where is the detailed description which describes the differences > between the two versions and pointer how to port applications from > 3.5 to 4.1.1 I suspect that exists only inside a few people's heads in AdaCore. -- -- Stephe