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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2ed4df3963fb5a81 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-04 09:55:52 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!news-out.visi.com!green.octanews.net!news-out.octanews.net!news.glorb.com!in.100proofnews.com!in.100proofnews.com!cycny01.gnilink.net!cyclone1.gnilink.net!canoe.uoregon.edu!arclight.uoregon.edu!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!xyzzy!nntp From: "Nelson Chandler" Subject: Re: GtkAda compile errors (Apex Ada) X-Nntp-Posting-Host: e127965.sw.nos.boeing.com Message-ID: X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Priority: 3 X-Msmail-Priority: Normal Sender: nntp@news.boeing.com (Boeing NNTP News Access) Organization: The Boeing Company X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 References: Date: Thu, 4 Mar 2004 17:31:42 GMT Xref: archiver1.google.com comp.lang.ada:6058 Date: 2004-03-04T17:31:42+00:00 List-Id: "Jeff C," wrote in message news:HFt1c.32832$ko6.308078@attbi_s02... > > "Nelson Chandler" wrote in message > news:Hu0GnL.BMz@news.boeing.com... > > Sorry, the part that says "pragma c" should read "pragma convention (c, > > )" > > > > > > Hmm..Neither my newsreader nor google groups shows the original message that > contained the rest of > your message. You might want to try again. > Ok, here's the original (corrected): Hi, I'm using Rational Apex Ada NT 4.2.0c and I'm trying to make GtkAda work with it. So far, I've converted all of the gnat style file names to rational apex ada style file names and made a sub-system and working area for all of the gtkAda code (2.2.0). But when I actually try to use it, I keep getting errors. Usually it starts with a convention c imported function having one of its componant types not of convention c. And that componant type unable to be used with pragma convention (c, ) because " is (or depends on) an incompletely defined private type" or " is neither unconstrained nor statically constrained" errors. Has anyone else had these problems or gotten any of it to work? -Nelson