grub-devel
[Top][All Lists]
Advanced

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

Re: Build fails with missing save-cwd.h header


From: Colin Watson
Subject: Re: Build fails with missing save-cwd.h header
Date: Mon, 25 Mar 2019 12:04:33 +0000
User-agent: NeoMutt/20170113 (1.7.2)

On Mon, Mar 25, 2019 at 12:34:49PM +0100, Daniel Kiper wrote:
> On Mon, Mar 25, 2019 at 10:50:30AM +0100, John Paul Adrian Glaubitz wrote:
> > grub-core/osdep/unix/getroot.c:117:10: fatal error: save-cwd.h: No such 
> > file or directory
> >  #include "save-cwd.h"
> >           ^~~~~~~~~~~~
> >
> > I'm building with:
> >
> > $ make clean && ./autogen.sh && ./configure && make -j16
> >
> > Before digging through code myself, I was wondering whether I am missing 
> > something
> > obvious, although it looks like we're missing the include path being passed 
> > to
> > the compiler where save-cwd.h is sitting in the source tree.
> 
> Could you clone clean GRUB git repo and run ./bootstrap instead of 
> ./autogen.sh?

Right, Adrian, you just need to change your habits to run ./bootstrap
instead of ./autogen.sh as of a few weeks ago.  See:

  
https://git.savannah.gnu.org/cgit/grub.git/commit/?id=35b909062e7b334eb4af372be3260d0f62d85375

-- 
Colin Watson                                       address@hidden



reply via email to

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