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!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx12.iad.POSTED!not-for-mail From: Hubert User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Caveats when switching Ada projects from windows To Linux References: <87pp9tirna.fsf@theworld.com> In-Reply-To: <87pp9tirna.fsf@theworld.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 150201-1, 02/01/2015), Outbound message X-Antivirus-Status: Clean Message-ID: X-Complaints-To: abuse@newsdemon.com NNTP-Posting-Date: Mon, 02 Feb 2015 01:11:13 UTC Organization: http://www.NewsDemon.com Date: Sun, 01 Feb 2015 17:11:13 -0800 X-Received-Bytes: 2197 X-Received-Body-CRC: 1687576716 Xref: news.eternal-september.org comp.lang.ada:24839 Date: 2015-02-01T17:11:13-08:00 List-Id: On 2/1/2015 7:21 AM, Bob Duff wrote: > Hubert writes: > >> Are there any tricks I have to be aware of when moving a project to >> Linux? > > Make sure all your file names are lower case. > > - Bob > thanks that did the trick. I made filenames with capital letters as the first ones to make them more readable. Just one more reason to need a package browser because now the filenames look even more alike :( Well, my program compiles fine on Linux now. I want to put in on sourceforgenet sometime soon, once I have used it a bit in case there are more bugs. It is essentially a server application that can be used by any client to output debug prints to, like the debug window in Visual Studio. GPS does not have anything like that and just shows the program's stdout in that little window at the bottom. On top of that you can filter the output based on channels and threads. the whole thing is based on my previous experience with debug output and what I needed. I think it's pretty neat. Alas for now I don't have plugins to debug Ada code, only C code (since that's what I wrote it for) but it should be easy to add Ada stubs to go with an Ada program --- This email has been checked for viruses by Avast antivirus software. http://www.avast.com