public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* fatal error: ffi.h: No such file or directory despite libffi being enabled
@ 2022-05-16  1:06 Zopolis0
  2022-05-16 12:01 ` Andrew Haley
  2022-05-17  6:12 ` Zopolis0
  0 siblings, 2 replies; 6+ messages in thread
From: Zopolis0 @ 2022-05-16  1:06 UTC (permalink / raw)
  To: gcc-help

While attempting to compile gcj on my mster branch (
https://github.com/Zopolis4/gcj/tree/mster) , the compilation fails because
several files within libjava are unable to include ffi.h because they
cannot find it.
In file included from ../../../../gcj/libjava/defineclass.cc:24:
../../../../gcj/libjava/include/java-interp.h:40:10: fatal error: ffi.h: No
such file or directory
   40 | #include <ffi.h>
      |          ^~~~~~~
This is despite, as far as I can tell, the compilation of libffi being
enabled as part of libjava in makefile.def.

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

end of thread, other threads:[~2022-05-17 12:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16  1:06 fatal error: ffi.h: No such file or directory despite libffi being enabled Zopolis0
2022-05-16 12:01 ` Andrew Haley
2022-05-17  6:12 ` Zopolis0
2022-05-17  8:27   ` Andrew Haley
2022-05-17 12:29   ` Zopolis0
2022-05-17 12:31     ` Zopolis0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).