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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,32013886dc816d9f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-22 00:53:05 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!news.octanews.net!eusc.inter.net!news.eusc.inter.net!not-for-mail From: "Michael Erdmann" Newsgroups: comp.lang.ada Subject: Re: Q: GPS and Preprocessor Date: Sun, 22 Feb 2004 09:52:58 +0100 Organization: [Posted via] Inter.net Germany GmbH Message-ID: References: X-Trace: news.eusc.inter.net 1077439985 20466 213.73.71.208 (22 Feb 2004 08:53:05 GMT) X-Complaints-To: abuse@eusc.inter.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:5722 Date: 2004-02-22T09:52:58+01:00 List-Id: Sorry, i got only the educational version of GPS and gnat 3.15p which seems not to support this switch. Any idea what i can do else? Michael "Per Sandberg" schrieb im Newsbeitrag news:mailman.5.1077399609.327.comp.lang.ada@ada-france.org... > If you got the profesional version of GPS then i asume that you got the > the latest GNAT as well. > so why dont use the embedded onth fly preprocessor se the > -gnateDsymb=value needs a ferly new gnat in order to work 100% > -gnatep=file > options. > I used gnatprep in one small project of mine and changed to use the > inline prepocessor since i found that much more convenint. > some project file sample from the top of my head: > > project sample is > package builder is > for Default_Switches use ("-s"); > end builde; > package compiler is > for switches("source_that_needs_preprocessing.adb") use > compiler'Default_Switches("Ada") & > ("-gnatep=preprocessordat.data"); > end compiler; > end sample; > > /hope it helps > /Per > Michael Erdmann wrote: > > > Hallo, > > > > i have the non professinal version of GPS installed and i like to include > > gnatprep into a GPS project. Is there any way of doing it? > > > > Regards > > M.Erdmann > > > > > > _______________________________________________ > > comp.lang.ada mailing list > > comp.lang.ada@ada-france.org > > http://www.ada-france.org/mailman/listinfo/comp.lang.ada > > >