Hey,
I just tried to build ats2 using the instructions at:
http://www.ats-lang.org/DOWNLOAD/
(in particular the section at the end about installing ats2-contrib).
During the make install step, I got the following error:
find: `contrib/atshwxi': No such file or directory
I hit this using the git master branch for ats2-lang, and both the
release tarball and git master branch for ats2-lang-contrib. The problem
seems to be that the directory isn’t called what the build system
expects it to be - the actual name is contrib/libats-hwxi'. I simply renamed it to
contrib/atshwxi’, and this solved the problem for me -
presumably changing the file name in the build system would also work.
Is there a better location for bug reports than the mailinglist, or is
this preferred?
-Ian