[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#559447: More accurate localisation



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The test case is using xmlada.gpr from libxmlada3.2-dev
A modification of this file fix the problem :
diff -u xmlada.gpr xmlada2.gpr
- --- xmlada.gpr	2009-12-03 13:49:16.000000000 +0100
+++ xmlada2.gpr	2009-12-07 16:52:22.000000000 +0100
@@ -21,11 +21,11 @@
 --     for Main use ("example");
 --  end Example;

- -project XmlAda is
+project XmlAda2 is
    for Library_Name use "xmlada";
- -   for Library_Dir use "/usr/lib";
+   for Library_Dir use "/usr/lib/ada/adalib/xmlada";
    for Library_Kind use "dynamic";
    for Source_Dirs use ("/usr/share/ada/adainclude/xmlada");
    for Library_ALI_Dir use "/usr/lib/ada/adalib/xmlada";
- -   for Externally_Built use "true";
- -end XmlAda;
+   for Externally_Built use "true";
+end XmlAda2;

Does this mean that there is a confusion between Library_Dir and
Library_ALI_Dir when extends is used ?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkseTw4ACgkQVIZi0A5BZF6WUgCeKX79YqgpaD8zUK0oEUldkPvo
4IQAniq2H4w4PQ6ZliDoNs4XC1UPU6BQ
=t1QJ
-----END PGP SIGNATURE-----



Reply to: