Sergey Koren - 2013-05-07

Hi,

The cause of the Converter build error is that CA 7.0 made a change that is
not compatible with AMOS 3.1.0. You can patch the code in
src/Coverters/toAmos_new.cc to add
#ifdef AMOS_HAVE_CA
#include "AS_global.h"
#endif

to the beginning (before extern "C" {).
The repository of AMOS also fixes this bug.