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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fef3ad775ef4b0b7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!34g2000hsh.googlegroups.com!not-for-mail From: amado.alves@gmail.com Newsgroups: comp.lang.ada Subject: Re: Ada for 1st year students Date: Wed, 22 Oct 2008 01:50:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <60e0c5f0-1e17-4add-b21e-b1ef622d5233@v13g2000pro.googlegroups.com> <31b1da2d-1429-4fec-8b9f-161c8c96aaaa@l33g2000pri.googlegroups.com> NNTP-Posting-Host: 89.214.149.131 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1224665431 10309 127.0.0.1 (22 Oct 2008 08:50:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 22 Oct 2008 08:50:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 34g2000hsh.googlegroups.com; posting-host=89.214.149.131; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2456 Date: 2008-10-22T01:50:30-07:00 List-Id: > You can add all the compiler options you like through the Tools->Global S= ettings. =A0This creates a file called gnat.ago that you can > > copy to any directory to reuse those settings. =A0You can have one set > of switches for debug development and another for release (production > programs). =A0The choice between the modes is made from the tool bar. =A0= I > use a lot of style switches in my beginning classes. =A0Here are my > AdaGIDE settings: > > -gnaty3aAeiklM110rtx -gnatwcdfgkmruw Wonderful. Thanks a lot. > I don't have problems with spaces in path names with AdaGIDE. =A0I did > have that problem before. =A0But I'm not sure whether it was an upgrade > to a later version of AdaGIDE or an later version of GNAT that solved > the problem. Yes they solved that problem. I was wrong. The problem is different. It's not the spaces, it's non-ASCII characters in file names. Still a problem thou :-( For example I have a procedure called Fun=E7=E3o_H. The file name appears like "funo.adb" on the file manager, and AdaGIDE cannot build an executable. May be a problem of the OS, or of the combination AdaGIDE-OS.