Hello Bob, * Bob Ham wrote on Mon, Jul 06, 2009 at 01:24:06PM CEST: > I have a problem due to conflicts between local and system header > filenames. This problem comes about because of the addition of -I. to > the CXXFLAGS of any objects. I've traced this to a variable called > DEFAULT_INCLUDES in every Makefile.in: > > DEFAULT_INCLUDES = -...@am__isrc@ -I$(top_builddir) > > > Why does this -I. exist? How can I remove it?
See info Automake --index-search nostdinc for information about the Automake option nostdinc. Cheers, Ralf