hurd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marcus Brinkmann
Subject: Re: L4-Hurd; compile errors (a fix and a new problem)
Date: Fri, 16 Jan 2004 18:06:49 +0100
User-agent: Mutt/1.5.4i

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    address@hidden
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
address@hidden
http://www.marcus-brinkmann.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]