Hello People,
I am new here.
I am just a regular programmer who is very interested generally in static
program analysis and I found ATS. I decided to install it via
bootstrapping, but I did not succeed with any of the 2 methods described on
the homepage http://www.ats-lang.org/IMPLEMENT/#ATS_Anairiats. Will you
help me?
I am noob in Linux, gcc, make, … . I am using Debian stable (6.0.7
Squeeze).
Method C:
The commands that I execute:
svn checkout svn://svn.code.sf.net/p/ats-lang/code/trunk Anairiats
cd Anairiats
make all
At this point I get error messages:
"
aclocal
configure.ac:95: warning: macro AM_PATH_GLIB_2_0' not found in library configure.ac:102: warning: macro
AM_PATH_GTK_2_0’ not found in library
automake --add-missing --foreign || true
configure.ac:69: installing ./install-sh' configure.ac:69: installing
./missing’
automake: no Makefile.am' found for any configure output autoconf configure.ac:95: error: possibly undefined macro: AM_PATH_GLIB_2_0 If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:96: error: possibly undefined macro: AC_DEFINE configure.ac:102: error: possibly undefined macro: AM_PATH_GTK_2_0 make: Failed to remake makefile
Makefile’.
"
Method OCaml:
The commands that I execute:
svn checkout svn://svn.code.sf.net/p/ats-lang/code/bootstrap/geizella
anairiats/bootstrap0
cd anairiats
as the description on the homepage says
but there is no makefile in this folder
i guess this is an error in the description
so i go further in
cd bootstrap0
Error message here:
“make: *** No rule to make target `all-geizella’. Stop.”
Thank you