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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: More operating systems with GNU GPS Date: Mon, 08 Feb 2016 09:23:16 +0000 Organization: A noiseless patient Spider Message-ID: References: <56b85c67$0$24169$e4fe514c@news.kpn.nl> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="76d0af23e4f91faeb8b7e716c028eccc"; logging-data="21940"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+S7SPcaixpqGof838SHWL8MzN/7f0EL4g=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:br40PdkKESXVXbUGUAVjh9JRA38= sha1:IaDoxC4Cn4EYYRmilIdKu9CSTxw= Xref: news.eternal-september.org comp.lang.ada:29430 Date: 2016-02-08T09:23:16+00:00 List-Id: "ldries46" writes: > I have a running GPS system om my windows 10 system and several > programs running there. Now I want these programs running on a Linux > system. As Ada was designed as an operating system independent > language The compiler should compile my sources also on Linux but I > realize that the .gpr file cannot be used directly. My question is is > there a simple way of converting a .gpr file from the one operating > system to the other? I would prefere someprogram which would ask > questions. When you say 'GPS system' do you mean GNAT GPS or the Global Positioning System? I've never gone from developing a Windows GPR and moving it to Unix, but the reverse has never caused me problems. I _think_ that so long as you always use '/' as your directory separator, _even on Windows_, you'll be OK.