comp.lang.ada
 help / color / mirror / Atom feed
From: matthewbrentmccarty@gmail.com
Subject: Why doesn't gnat-gps work under Windows 10 (Debian subsystem for Linux)?
Date: Mon, 11 Mar 2019 19:30:37 -0700 (PDT)
Date: 2019-03-11T19:30:37-07:00	[thread overview]
Message-ID: <a4d8f452-517d-4615-bda0-4d1fa32b7312@googlegroups.com> (raw)

Hi all:

I was just tinkering, but I noticed that gps doesn't work under Windows 10 -- Debian subsystem for Linux.  The compiler works on "Hello World".  Same gps software also works on my "real" Debian machine.  The error I get is raised STORAGE_ERROR : s-intman.adb:139 explicit raise

Regards,
Matthew McCarty


Log follows:

mmccarty@DESKTOP-O857MTN:~$ uname -a
Linux DESKTOP-O857MTN 4.4.0-17134-Microsoft #523-Microsoft Mon Dec 31 17:49:00 PST 2018 x86_64 GNU/Linux
mmccarty@DESKTOP-O857MTN:~$ which gnat-gps
/usr/bin/gnat-gps
mmccarty@DESKTOP-O857MTN:~$ gnat-gps

(gnat-gps:5204): GLib-GIO-CRITICAL **: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(gnat-gps:5204): GLib-GIO-CRITICAL **: g_dbus_proxy_get_name_owner: assertion 'G_IS_DBUS_PROXY (proxy)' failed

raised STORAGE_ERROR : s-intman.adb:139 explicit raise
mmccarty@DESKTOP-O857MTN:~$ cd Learn/ada
mmccarty@DESKTOP-O857MTN:~/Learn/ada$ more foo.adb
with Text_Io;



procedure Foo is
begin
        Text_Io.Put_Line ("Hello!");
end Foo;

mmccarty@DESKTOP-O857MTN:~/Learn/ada$ gnat compile foo.adb
gcc-6 -c foo.adb
mmccarty@DESKTOP-O857MTN:~/Learn/ada$ gnatbind foo
mmccarty@DESKTOP-O857MTN:~/Learn/ada$ gnatlink foo
mmccarty@DESKTOP-O857MTN:~/Learn/ada$ ./foo
Hello!
mmccarty@DESKTOP-O857MTN:~/Learn/ada$

             reply	other threads:[~2019-03-12  2:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-12  2:30 matthewbrentmccarty [this message]
2019-03-12 20:55 ` Why doesn't gnat-gps work under Windows 10 (Debian subsystem for Linux)? Ludovic Brenta
2019-03-12 21:15   ` Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox