ATS2 Build Error

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 tocontrib/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

Thanks for reporting it.

The reason is that this package (atshwxi) has since been moved to
ats2-lang-contrib
(and given a new name: libats-hwxi).

I have changed the INSTALL script to correct the problem and uploaded it to
ats2-lang.

–Hongwei

PS: for now, this is a good place to report any problems with ATS2.