On Tue, Oct 02, 2012, Jonathan Gough wrote:
> i have /usr/X11R6/include/X11/IntrinsicP.h
>
> and config.h has:
>
> XHOME= /usr/X11R6
OK: I think I see what is going on. Add the following lines to the Makefile
in $AMBERHOME/AmberTools/src/leap/src/leap, somewhere after the first line:
.c.o:
$(CC) -c -I$(XHOME)/include $(CFLAGS) $(AMBERCFLAGS) -o $. $<
(Note that the second line must begin with a tab character, not spaces.
Include a blank line after the above lines.)
The above lines are in the other Makefiles in the leap tree, but not in
leap/src itself. It's not clear to me why this never caused a problem before
MacOSX 10.8.
...hope this helps.....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Oct 03 2012 - 05:00:02 PDT