|
From: | GNU bug Tracking System |
Subject: | bug#37797: closed (conf_post.h not found) |
Date: | Fri, 25 Sep 2020 17:37:02 +0000 |
Your message dated Fri, 25 Sep 2020 13:36:07 -0400 with message-id <7l1rip69o8.fsf@fencepost.gnu.org> and subject line Re: bug#37797: [PATCH 1/1] emacs-module-tests: fix VPATH builds has caused the debbugs.gnu.org bug report #37797, regarding conf_post.h not found to be marked as done. (If you believe you have received this mail in error, please contact help-debbugs@gnu.org.) -- 37797: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37797 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems
--- Begin Message ---Subject: conf_post.h not found Date: Thu, 17 Oct 2019 13:25:13 -0400 While running the test suite ("make check") on the latest emacs sources, I got this error:CCLD data/emacs-module/mod-test.so
In file included from ../../../src/emacs-2019-10-17/test/data/emacs-module/mod-test.c:20:
../src/config.h:2257:10: fatal error: conf_post.h: No such file or directory
2257 | #include <conf_post.h>conf_post.h does exist in $(srcdir), but I'm building in a separate directory.Please let me know if you need more details.Thank you,Vin Shelton
--- End Message ---
--- Begin Message ---Subject: Re: bug#37797: [PATCH 1/1] emacs-module-tests: fix VPATH builds Date: Fri, 25 Sep 2020 13:36:07 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Version: 27.2 This was fixed in master in July in c86f3fe0d0; now backported to emacs-27 as cc7f971485. commit c86f3fe0d0 Date: Thu Jul 9 16:35:48 2020 -0700 Fix out-of-source ‘make check’ emacs-module-tests
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |