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,1e21dc55d506e662 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!m44g2000hsc.googlegroups.com!not-for-mail From: Tomek Walkuski Newsgroups: comp.lang.ada Subject: Re: GNAT.Serial_Communications ? Date: Sat, 9 Aug 2008 05:46:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4d081d5f-0aca-446b-a90e-cf5ad71ce9e4@59g2000hsb.googlegroups.com> NNTP-Posting-Host: 79.185.181.240 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218286009 24106 127.0.0.1 (9 Aug 2008 12:46:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 9 Aug 2008 12:46:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m44g2000hsc.googlegroups.com; posting-host=79.185.181.240; posting-account=Ar5oKAoAAAD4cyp5eTv5CtR88dGtUxxC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1579 Date: 2008-08-09T05:46:49-07:00 List-Id: I have got GNAT.Serial_Communications sources from GCC CVS, renamed packages and I am trying to compile: gcc -c serial_com.adb serial_com.adb:40:06: warning: "System.Crtl" is an internal GNAT unit serial_com.adb:40:06: warning: use of this unit is non-portable and version-dependent serial_com.adb:126:32: expected type "Serial_Port" defined at serial_com.ads:109 serial_com.adb:126:32: found private type "System.Address" serial_com.adb:296:17: no candidate interpretations match the actuals: serial_com.adb:296:17: missing argument for parameter "Status" in call to "Close" declared at s-os_lib.ads:262 serial_com.adb:296:17: context requires function call, found procedure name gnatmake: "serial_com.adb" compilation error