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

Reply via email to