anthony-arnold / AdaID

An Ada Library for UUID generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing adaid.ads

romxero opened this issue · comments

commented

tried to compile and got this :

gnat make -Padaid.gpr
gcc -c -fPIC -gnatyabBCeiklmnpxAfht adaid.adb
adaid.adb:6:14: file "adaid.ads" not found
gprbuild: *** compilation phase failed
Makefile:18: recipe for target 'lib/libadaid.so' failed
make: *** [lib/libadaid.so] Error 4


it appears this file is missing in the src directory.

commented

Fixed. Copy files from include directory, into src directory and it compiles just fine.