All of lore.kernel.org
 help / color / mirror / Atom feed
* Build fails with missing save-cwd.h header
@ 2019-03-25  9:50 John Paul Adrian Glaubitz
  2019-03-25 11:34 ` Daniel Kiper
  0 siblings, 1 reply; 4+ messages in thread
From: John Paul Adrian Glaubitz @ 2019-03-25  9:50 UTC (permalink / raw)
  To: The development of GNU GRUB

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

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-25 12:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-25  9:50 Build fails with missing save-cwd.h header John Paul Adrian Glaubitz
2019-03-25 11:34 ` Daniel Kiper
2019-03-25 12:04   ` Colin Watson
2019-03-25 12:40   ` John Paul Adrian Glaubitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.