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

2019-03-25 Thread John Paul Adrian Glaubitz
On 3/25/19 12:34 PM, Daniel Kiper wrote: >> 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 clo

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

2019-03-25 Thread Colin Watson
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" > > ^~~~ > > > >

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

2019-03-25 Thread Daniel Kiper
On Mon, Mar 25, 2019 at 10:50:30AM +0100, John Paul Adrian Glaubitz wrote: > Hi! > > I'm currently test-building GRUB on various architectures to make sure it > builds > fine when 2.04 is released. Currently, I am always running into an issue with > the "save-cwd.h" header missing: > > grub-core/o

Build fails with missing save-cwd.h header

2019-03-25 Thread John Paul Adrian Glaubitz
Hi! I'm currently test-building GRUB on various architectures to make sure it builds fine when 2.04 is released. Currently, I am always running into an issue with the "save-cwd.h" header missing: grub-core/osdep/unix/getroot.c:117:10: fatal error: save-cwd.h: No such file or directory #include