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
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
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
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
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
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