Re: -I. in DEFAULT_INCLUDES

2009-07-06 Thread Bob Ham
On Mon, 2009-07-06 at 19:46 +0200, Ralf Wildenhues wrote: > * Bob Ham wrote on Mon, Jul 06, 2009 at 01:24:06PM CEST: > > DEFAULT_INCLUDES = -...@am__isrc@ -I$(top_builddir) > > > > > > Why does this -I. exist? How can I remove it? > > See > info Automake --index-search nostdinc > > for in

Re: -I. in DEFAULT_INCLUDES

2009-07-06 Thread Bob Ham
On Mon, 2009-07-06 at 09:34 -0600, John Calcote wrote: > Just curious - under what conditions do you have a header file in the > local directory that you need to have overridden by a globally installed > header file? I have a file named string.h in a subdirectory. It's part of a library and ord

Re: -I. in DEFAULT_INCLUDES

2009-07-06 Thread Ralf Wildenhues
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

Re: -I. in DEFAULT_INCLUDES

2009-07-06 Thread Peter O'Gorman
Bob Ham wrote: > Hi there, > > 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_IN

Re: -I. in DEFAULT_INCLUDES

2009-07-06 Thread John Calcote
Hi Bob, On 7/6/2009 5:24 AM, Bob Ham wrote: Hi there, 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.i

-I. in DEFAULT_INCLUDES

2009-07-06 Thread Bob Ham
Hi there, 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