Noob trying to bootrstrap

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: macroAM_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 makefileMakefile’.
"
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

You probably want to start with ATS/Anairiats. I suggest downloading the
tarball at http://sourceforge.net/projects/ats-lang/download (version 0.2.9
is the latest stable version, but if you want to try ATS2 ATS/Postiats,
you’ll need 0.2.10). Once you download and extract, check the INSTALL file
for detailed directions.

For more details on installing ATS2, see the wiki:
http://sourceforge.net/p/ats-lang/wiki/Building%20and%20installing/