bug-diffutils
[Top][All Lists]
Advanced

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

[bug-diffutils] bug#72234: a build failure in a VPATH build


From: Bruno Haible
Subject: [bug-diffutils] bug#72234: a build failure in a VPATH build
Date: Sun, 21 Jul 2024 19:34:22 +0200

A VPATH build of diffutils (git HEAD, with GNU make, on Ubuntu 22.04)
fails like this:

$ mkdir bb
$ cd bb
$ ../configure
$ make
...
make[1]: Entering directory '/DIFFUTILS/diffutils/bb/src'
  GEN      paths.h
  CC       cmp.o
In file included from ../../src/cmp.c:19:
../../src/system.h:87:10: fatal error: version.h: No such file or directory
   87 | #include "version.h"
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:2451: cmp.o] Error 1


The attached patch fixes it.

Attachment: 0001-build-Fix-a-build-failure-in-a-VPATH-build.patch
Description: Text Data


reply via email to

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