[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build fails with missing save-cwd.h header
From: |
John Paul Adrian Glaubitz |
Subject: |
Build fails with missing save-cwd.h header |
Date: |
Mon, 25 Mar 2019 10:50:30 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 |
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 - address@hidden
`. `' Freie Universitaet Berlin - address@hidden
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
- Build fails with missing save-cwd.h header,
John Paul Adrian Glaubitz <=