AMBER: Compiling antechamber on amber 8

From: Mengjuei Hsieh <mjhsieh.yahoo.com>
Date: Fri, 03 Oct 2003 03:10:35 -0700

Hi,

When compiling antechamber for amber 8, the compiler (g++ or icc) gave me
several errors and refused to continue.
Any idea?

Followed by the error messages of Intel Compiler, g++ gave the same errors
except different phrasing.

--
Mengjuei, Luo group, Molecular Biology & Biochem,
University of California Irvine.
<log>
$ icc -c bondtype.C
bondtype.C(925): error: no suitable conversion function from "CONTROLINFO"
to "CONTROLINFO *" exists
                  overflow_flag = rac(ifilename, &atomnum, atom, &bondnum,
bond, cinfo, minfo);
                   
^
bondtype.C(925): error: no suitable conversion function from "MOLINFO" to
"MOLINFO *" exists
                  overflow_flag = rac(ifilename, &atomnum, atom, &bondnum,
bond, cinfo, minfo);
                   
^
bondtype.C(927): error: no suitable conversion function from "CONTROLINFO"
to "CONTROLINFO *" exists
                  overflow_flag = rmol2(ifilename, &atomnum, atom, &bondnum,
bond, cinfo, minfo, 0);
                   
^
bondtype.C(927): error: no suitable conversion function from "MOLINFO" to
"MOLINFO *" exists
                  overflow_flag = rmol2(ifilename, &atomnum, atom, &bondnum,
bond, cinfo, minfo, 0);
                   
^
bondtype.C(950): error: no suitable conversion function from "CONTROLINFO"
to "CONTROLINFO *" exists
                          rac(ifilename, &atomnum, atom, &bondnum, bond,
cinfo, minfo);
                                                                         ^
bondtype.C(950): error: no suitable conversion function from "MOLINFO" to
"MOLINFO *" exists
                          rac(ifilename, &atomnum, atom, &bondnum, bond,
cinfo, minfo);
                   
^
bondtype.C(952): error: no suitable conversion function from "CONTROLINFO"
to "CONTROLINFO *" exists
                          rmol2(ifilename, &atomnum, atom, &bondnum, bond,
cinfo, minfo, 0);
                                                                           ^
bondtype.C(952): error: no suitable conversion function from "MOLINFO" to
"MOLINFO *" exists
                          rmol2(ifilename, &atomnum, atom, &bondnum, bond,
cinfo, minfo, 0);
                   
^
compilation aborted for bondtype.C (code 2)
</log>
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Fri Oct 03 2003 - 11:53:01 PDT
Custom Search