Hello Georg, Making tutorial needs making Gnoga before (unfortunately there is no dependance in Makefile). Thus Gnoga is built in lib that's why tutorial gpr files point on lib. Obviously, the target release in Makefile is not complete.
As I don't use it, I'll do some trials with it before doing changes. In the meanwhile, you can change tutorial gpr files to point to src or build debug Gnoga version. HTH, Pascal. http://blady.pagesperso-orange.fr > Le 26 mai 2016 à 12:51, Georg Bauhaus <gbauh...@googlemail.com> a écrit : > > Hi, > > after a git pull, and after make release setting PRJ_TARGET=OSX > to reflect the OS (successful; 10.9.5), I'm trying to translate the > tutorials. This process reports missing source files like "gnoga.ads". > Making tutorial-01.gpr, say, "with" from ../../src, not from > ../../lib, seems to be a fix. I'm using GNAT GPL 2014 at the moment. > Is this a compiler version thing, or somehow related to gprbuild? > > diff --git a/tutorial/tutorial-01/tutorial_01.gpr > b/tutorial/tutorial-01/tutorial_01.gpr > index 103df1d..ea08112 100644 > --- a/tutorial/tutorial-01/tutorial_01.gpr > +++ b/tutorial/tutorial-01/tutorial_01.gpr > @@ -1,4 +1,4 @@ > -with "../../lib/gnoga.gpr"; > +with "../../src/gnoga.gpr"; > with "../../settings.gpr"; > > project Tutorial_01 is > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gnoga-list mailing list > Gnoga-list@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gnoga-list ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Gnoga-list mailing list Gnoga-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gnoga-list