From 943c06de479797fcda377c1cb95c644aace14919 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 18 May 2013 14:03:26 +0300 Subject: Fix MS-Windows build with Guile. guile.c: Move inclusion of makeint.h before gnumake.h. This order must be observed when building Make, because gnumake.h must be included with GMK_BUILDING_MAKE defined, which makeint.h already does. Otherwise, the linker will look for, and fail to find, gmk_* functions in some external dynamic library. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8975547..b6eb261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-05-18 Eli Zaretskii + + * guile.c: Move inclusion of makeint.h before gnumake.h. This + order must be observed when building Make, because gnumake.h must + be included with GMK_BUILDING_MAKE defined, which makeint.h + already does. Otherwise, the linker will look for, and fail to + find, gmk_* functions in some external dynamic library. + 2013-05-17 Eli Zaretskii * main.c (prepare_mutex_handle_string): Define conditioned on -- cgit v1.2.3