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-Thread: 103376,fef3ad775ef4b0b7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.germany.com!ecngs!feeder.ecngs.de!130.59.10.21.MISMATCH!kanaga.switch.ch!switch.ch!hefestos.uned.es!news.rediris.es!not-for-mail From: mcollado@domain.invalid Newsgroups: comp.lang.ada Subject: Re: Ada for 1st year students Date: Wed, 22 Oct 2008 15:38:46 +0200 Organization: RedIRIS Message-ID: References: <60e0c5f0-1e17-4add-b21e-b1ef622d5233@v13g2000pro.googlegroups.com> <31b1da2d-1429-4fec-8b9f-161c8c96aaaa@l33g2000pri.googlegroups.com> NNTP-Posting-Host: acedia.ls.fi.upm.es Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: heraldo.rediris.es 1224682727 10108 138.100.10.20 (22 Oct 2008 13:38:47 GMT) X-Complaints-To: jesus.heras@rediris.es NNTP-Posting-Date: Wed, 22 Oct 2008 13:38:47 +0000 (UTC) User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: Xref: g2news1.google.com comp.lang.ada:2460 Date: 2008-10-22T15:38:46+02:00 List-Id: amado.alves@gmail.com escribi�: > ... 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��o_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. The following works OK in my spanish WinXP SP3: ------------------ E:\pruebas\ada>type espa�a.adb with Text_IO; use Text_Io; procedure Espa�a is begin put_line( "Espa�a" ); end Espa�a; E:\pruebas\ada>gnatmake espa�a gcc -c espa�a.adb gnatbind -x espa�a.ali gnatlink espa�a.ali E:\pruebas\ada>espa�a Espa�a E:\pruebas\ada> ------------------ The above is a console capture. It also works Ok in AdaGIDE. -- Manuel Collado - http://lml.ls.fi.upm.es/~mcollado