On 2009-10-23 11:07, Bayard Bell wrote: > Did a bit more digging. The problem looks to be with Apple's build of > make. Extracted from "make -dp" output: > > # default > .INCLUDE_DIRS = /usr/include /usr/local/include /usr/include
>From the make manual: .INCLUDE_DIRS Expands to a list of directories that make searches for included makefiles This does not affect the C preprocessor at all. - Josh _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
