cforler / Ada-Crypto-Library

This project is obsolete is no longer developed, maintained or serviced!
Other
85 stars 20 forks source link

make acltest fails per README on Cygwin #13

Open byronka opened 6 years ago

byronka commented 6 years ago

byron@DESKTOP-4GITO6A ~/dev/Ada-Crypto-Library $ make acltest gnatmake -P acltest.gpr acltest.gpr:5:33: "/usr/share/ada/adainclude/aunit/" is not a valid directory gprbuild: "acltest.gpr" processing failed make: *** [Makefile:29: acltest] Error 5

byronka commented 6 years ago

Naive fix:

$ git diff diff --git a/acltest.gpr b/acltest.gpr index 2b0dee6..3a876e7 100644 --- a/acltest.gpr +++ b/acltest.gpr @@ -2,7 +2,7 @@ with "libadacrypt.gpr";

project AclTest is

-end AclTest; \ No newline at end of file +end AclTest;