Re: [Gnoga-list] David

2019-04-27 Thread Jeremiah Breeden
Found some of my cliffnotes as a reference for how I got it all working. Haven't tested this in a while though: http://www.msys2.org/ pacman -Sy make pacman -Sy mingw-w64-x86_64-toolchain download Gnoga download gprbuild tools from Gnoga website copy gprbuild tools to proper location go to home

Re: [Gnoga-list] David

2019-04-27 Thread Jeremiah Breeden
Gnoga on Windows 64bit is a bit of a trial unless you are doing GNAT community. The latest dev branch (1.5) doesn't even install properly when using msys2 (so I've stayed on 1.4 for now). In terms of what you need to do: 1. Update msys2 to latest GCC and GNAT along with all the necessary build

Re: [Gnoga-list] David

2019-04-27 Thread Jeremiah Breeden
Awesome! Thanks. Glad you are doing ok! On Sat, Apr 27, 2019 at 9:52 PM David Botton wrote: > Looks like power outage and ups dead. I’ll bring back up tomorrow and get > a new ups > > On Sat, Apr 27, 2019 at 7:47 AM Jeremiah Breeden < > jeremiah.bree...@gmail.com> wrote: > >> Have any of yall

Re: [Gnoga-list] David

2019-04-27 Thread David Botton
Looks like power outage and ups dead. I’ll bring back up tomorrow and get a new ups On Sat, Apr 27, 2019 at 7:47 AM Jeremiah Breeden wrote: > Have any of yall heard from David? All 3 of his gnoga sites have gone > down (www.gnoga.com, www.learnadanow.com, www.getadanow.com). >

Re: [Gnoga-list] David

2019-04-27 Thread Travis Ayres
While we're at it, can we talk about instructions for using Ada with MSYS2? On Sat, Apr 27, 2019, 6:52 PM David Botton wrote: > Looks like power outage and ups dead. I’ll bring back up tomorrow and get > a new ups > > On Sat, Apr 27, 2019 at 7:47 AM Jeremiah Breeden < >

Re: [Gnoga-list] Installation issue

2019-04-27 Thread Jeremiah Breeden
I would guess it is either your version of GNAT and GPRBUILD or your folder structure (this is more likely given your error). The GPR file uses relative paths for source and settings. The path you showed is different than the original gnoga path, so I don't know if you have all the other files

Re: [Gnoga-list] Installation issue

2019-04-27 Thread Dubois
Hi Jeremiah,    it's a strange case, it doesn't work with the 1st option below (compilation1) but it works correctly (release) with the 2d one &  i have no any idea why !    Your help is welcomed. Thks you Regards Marc Ps : Full original file in attached piece. I guess it's a problem with gpr

[Gnoga-list] David

2019-04-27 Thread Jeremiah Breeden
Have any of yall heard from David? All 3 of his gnoga sites have gone down (www.gnoga.com, www.learnadanow.com, www.getadanow.com). ___ Gnoga-list mailing list Gnoga-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gnoga-list

Re: [Gnoga-list] Installation issue

2019-04-27 Thread Jeremiah Breeden
Hi Marc, I tried it on my machine using gprbuild and it worked fine: $ gprbuild tutorial_01.gpr Compile [Ada] gnoga-application.adb Build Libraries [gprlib] gnoga.lexch [archive] libgnoga.a [index]libgnoga.a Bind [gprbind] tutorial_01.bexch