Re: L4-Hurd; compile errors (a fix and a new problem)

Marcus Brinkmann <[email protected]> Fri, 16 Jan 2004 18:06:49 +0100
Newsgroups gmane.os.hurd.devel.readers
Message-ID <[email protected]>
On Thu, Jan 15, 2004 at 12:40:20PM -0700, Christopher Nelson wrote:
> Line 145 in laden/Makefile: DEFAULT_INCLUDES =  -I. -I$(srcdir)
> -I$(top_builddir) 
> Should be: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
> -I$(top_builddir)/include

Makefile is a generated file.  THe source is Makefile.am, which reads:

laden_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \
        -I$(top_srcdir)/libc-parts $(AM_CPPFLAGS)
 
As you can see, top builddir's include is there.  The problem must be
somewhere else.
  
Thanks,
Marcus


-- 
`Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    [email protected]
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
[email protected]
http://www.marcus-brinkmann.de/