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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,4f349758c918a275 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.96.42 with SMTP id dp10mr5538767wib.2.1347644525952; Fri, 14 Sep 2012 10:42:05 -0700 (PDT) Path: q11ni64837034wiw.1!nntp.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.139.MISMATCH!xlned.com!feeder7.xlned.com!newsfeed10.multikabel.net!multikabel.net!newsfeed20.multikabel.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news.panservice.it!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Ada bindings for filesystems Date: Fri, 7 Sep 2012 16:13:58 +0200 Organization: cbb software GmbH Message-ID: <1nh8kazthkfkx.wahq74dz8xgx.dlg@40tude.net> References: <87cbc5e6-d44a-401f-ba40-d5cd00d29398@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-09-07T16:13:58+02:00 List-Id: On Fri, 7 Sep 2012 06:49:34 -0700 (PDT), alb348@gmail.com wrote: > After all, I simply need to access some filesystem functions, so why > should I need Gnome? Theoretically you don't need it, because GIO is distributed as a library, which could be used without GNOME. GIO would require some other libraries from Glib, though. > Has anyone here some experience with binding Ada to low-level (filesystem) > functions? Not specifically this, but many people here. > Could you at least point me to the right direction to doing that? ARM B.3 is all you need, assuming that OS interfaces are in C. It is 2-3 API functions you have to import plus some constants to declare. 1-2 hours of work... -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de