VMD-L Mailing List
From: Benjamin Kaduk (kaduk_at_mit.edu)
Date: Mon Mar 19 2012 - 21:42:36 CDT
- Next message: Benjamin Kaduk: "lib/stride/README"
- Previous message: Axel Kohlmeyer: "Re: Define "color Element" through rgb values"
- Next in thread: John Stone: "Re: plugins/hesstrans/Makefile recurses on CXXFLAGS"
- Reply: John Stone: "Re: plugins/hesstrans/Makefile recurses on CXXFLAGS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Hi all,
Apparently GNU make does not like (sometimes?) does not like when a
variable's definition depends on itself, and errors out.
I'm getting back to making VMD run on FreeBSD again (after a long hiatus),
and needed to apply:
--- ../plugins/hesstrans/Makefile.orig 2012-03-19 19:58:44.000000000 -0400
+++ ../plugins/hesstrans/Makefile 2012-03-19 19:59:01.000000000 -0400
@@ -12,7 +12,7 @@
ARCHDIR=${COMPILEDIR}/lib_${ARCH}/tcl/hesstrans$(VERSION)
SRCDIR=src
INCDIR=-Isrc
-CXXFLAGS = -g $(CXXFLAGS)
+CXXFLAGS += -g
VPATH = src ${ARCHDIR}
I'd be much obliged if someone could get that into CVS. That's the only
new patch I had to add, and I got to get rid of many of my old patches
from the bits that John committed the last time I was looking at this.
(Thanks, John!)
Thanks,
Ben Kaduk
- Next message: Benjamin Kaduk: "lib/stride/README"
- Previous message: Axel Kohlmeyer: "Re: Define "color Element" through rgb values"
- Next in thread: John Stone: "Re: plugins/hesstrans/Makefile recurses on CXXFLAGS"
- Reply: John Stone: "Re: plugins/hesstrans/Makefile recurses on CXXFLAGS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]