comp.lang.ada
 help / color / mirror / Atom feed
* Why doesn't gnat-gps work under Windows 10 (Debian subsystem for Linux)?
@ 2019-03-12  2:30 matthewbrentmccarty
  2019-03-12 20:55 ` Ludovic Brenta
  0 siblings, 1 reply; 3+ messages in thread
From: matthewbrentmccarty @ 2019-03-12  2:30 UTC (permalink / 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$

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-12 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  2:30 Why doesn't gnat-gps work under Windows 10 (Debian subsystem for Linux)? matthewbrentmccarty
2019-03-12 20:55 ` Ludovic Brenta
2019-03-12 21:15   ` Dmitry A. Kazakov

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