On Mon, Apr 02, 2012, Genzo Tanaka wrote:
>
> % sudo ./configure -macAccelerate -nopython gnu
> seemed fine, but with 2 errors:
> ./configure: line 2169: syntax error near unexpected token `&'
> ./configure: line 2169: ` ../../AT15_Amber11.py > Amber11_Conversion.log 2>&1'
>
It looks like somehow you have html codes (like ">") instead of the real
characters (in this case, ">") in your files. I'm not sure how this could
have happened: how did you obtain the files?
> stdGroup.cpp: In member function 'double MTKpp::stdGroup::getCharge()':
> stdGroup.cpp:271: error: missing template arguments before '&' token
> stdGroup.cpp:271: error: 'lt' was not declared in this scope
> stdGroup.cpp:271: error: 'gt' declared as reference but not initialized
This looks like the same kind of problem: instead of ">" and "<" characters,
you have their html equivalents.
....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Apr 02 2012 - 05:30:06 PDT