AMBER Archive (2003)

Subject: debug leap

From: vze6jslz_at_verizon.net
Date: Sat Apr 19 2003 - 13:52:40 CDT


Hello amber users

I'm trying to compile leap in debug mode as follows:
 
In ../amber7/src/leap/Imakefile,
  #define LeapNormalLib YES >> #define LeapNormalLib NO
  #define LeapDebugLib NO >> #define LeapDebugLib YES

then
 xmkmf
 make World& > mkerr
However I get a compile error:
 unitio.c:1314: 'sTemp1' undeclared (first use in this function)

When I declare sTemp1 and sTemp2 in unitio.c and try to compile,
I get another error
 make[2]: ***No Rule for make target '../Wc/libWc_d.a', needed by
 'xaLeap'. Stop.

Can anyone help me compile leap with the debug flags?

Andrew Petersen