Serial compilation finished, parallel compilation running now. Seems to have done the trick.
Thank you very much
Best regards
Gustaf
________________________________
Från: David A Case <david.case.rutgers.edu>
Skickat: den 9 februari 2021 14:30:57
Till: AMBER Mailing List
Ämne: Re: [AMBER] Probmlems compiling under macOS
On Tue, Feb 09, 2021, Gustaf Olsson wrote:
>In a freshly extracted tarball with all the updates applied: ./AmberTools/src/leap/src/leap/parser.y
>
> 196
> 197
> 198 extern OBJEKT oGetObject( char *sName );
> 199 extern int yyparse();
> 200 %}
> 201
Sorry that I was looking at the development branch code. Still, try adding
the following two lines right after line 199 above:
int yyerror( char *sStr );
int yylex();
...thx...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Feb 09 2021 - 08:00:02 PST