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.5 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE autolearn=no 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!feeder.eternal-september.org!news.mixmin.net!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada References: <56b85c67$0$24169$e4fe514c@news.kpn.nl> In-Reply-To: Subject: Re: More operating systems with GNU GPS Date: Mon, 8 Feb 2016 11:02:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <56b868a9$0$24113$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1454925993 dreader33.news.xs4all.nl 24113 77.168.179.107:51593 X-Complaints-To: abuse@kpn.nl Xref: news.eternal-september.org comp.lang.ada:29431 Date: 2016-02-08T11:02:48+01:00 List-Id: Yes, as referenced in the title I meant GNAT GPS. As I have my Windows system divided in several partitions to run a neat system and keeping it neat. The GPS software and fi instance GtkAda are positioned in another partition as the ada source and build files. This means that I do get references to several partitions and directories in my system. of course I can edit them all manually, but If it can be done with some program It would be less easy to make mistakes. L. Dries "Simon Wright" schreef in bericht news:lywpqf5zej.fsf@pushface.org... "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.