emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#67435: closed (Fixes for Windows)


From: GNU bug Tracking System
Subject: bug#67435: closed (Fixes for Windows)
Date: Fri, 24 Nov 2023 21:50:03 +0000

Your message dated Fri, 24 Nov 2023 14:48:56 -0700
with message-id <202311242148.3AOLmu2b030673@freefriends.org>
and subject line 
has caused the debbugs.gnu.org bug report #67435,
regarding Fixes for Windows
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67435: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67435
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Re: Fixes for Windows Date: Fri, 24 Nov 2023 10:31:45 -0700
Hi Olly - back on your message from January 2018:

    https://lists.gnu.org/archive/html/automake-patches/2018-01/msg00007.html

    I found I needed the two attached patches to build Xapian
    (https://xapian.org) on Windows.

The first patch was already applied some time ago.

    The second patch is only needed when using libtool, but should
    be harmless when not.

I agree. Belatedly applied, sorry for the crazy delay. Thanks.
(And thanks to Bogdan for unearthing this from the archives.)

diff --git a/lib/compile b/lib/compile
index 38ab1224b..58f7f214a 100755
--- a/lib/compile
+++ b/lib/compile
@@ -143,7 +143,7 @@ func_cl_wrapper ()
          # configure might choose to run compile as 'compile cc -o foo foo.c'.
          eat=1
          case $2 in
-           *.o | *.[oO][bB][jJ])
+           *.o | *.lo | *.[oO][bB][jJ])
              func_file_conv "$2"
              set x "$@" -Fo"$file"
              shift

compile finished at Fri Nov 24 09:19:59 2023



--- End Message ---
--- Begin Message --- Subject: Date: Fri, 24 Nov 2023 14:48:56 -0700

--- End Message ---

reply via email to

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