From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 28.0.90 is out Date: Mon, 06 Dec 2021 16:05:51 +0200 Message-ID: <83pmq925hc.fsf@gnu.org> References: <87v903sotv.fsf@yahoo.com> <83r1ar4h29.fsf@gnu.org> <875ys3qr0o.fsf@yahoo.com> <8335n748sj.fsf@gnu.org> <87wnkjpaff.fsf@yahoo.com> <831r2r47lk.fsf@gnu.org> <87sfv7p9uw.fsf@yahoo.com> <83zgpf2mdr.fsf@gnu.org> <87fsr6pn9r.fsf@yahoo.com> <834k7l3nko.fsf@gnu.org> <87o85tlv9o.fsf@yahoo.com> <87a6hdlukl.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22226"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 06 15:07:34 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1muEeU-0005Ws-16 for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 15:07:34 +0100 Original-Received: from localhost ([::1]:39282 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1muEeS-0005I1-CT for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Dec 2021 09:07:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muEcs-0002vf-5Q for emacs-devel@gnu.org; Mon, 06 Dec 2021 09:05:54 -0500 Original-Received: from [2001:470:142:3::e] (port=52608 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muEcr-0004kT-UO; Mon, 06 Dec 2021 09:05:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ia8O6NGZOXnCbVey3Jv5UsMaXFbQKNvX4RvpZ/z23SQ=; b=daQ++r5uWCIq 6H5JbUawRUQjEzMIROFza1fejN3exGoyy3lkV5NIKyKecgjG+5eC+sfp9MXlGJ/VlE41L9DWUY8YC tKZBhs2eWlkyeQtfpmVZixzzVhcxnOobHTeD9LJbBg1R/1WrUNy6pYGhJeYSF5jOtPw/+n7iUWaRI +aauySG3Z83a5Jn2+ib4YxDvHp7Wyauzp4l0O2ROOKhvAMLzbG13kFsovE2GreU7ctLp1wS7IcCL5 XXQ0OcKR2tHyY/xsFCuNH23MPIKSSwN5hVAwwlDM0MFLkj/ogyaZaLxn2EB6YoalYyn8F3VecTEjY +CqrSHF921sJD3UJJoF/KA==; Original-Received: from [87.69.77.57] (port=2229 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muEcr-0004qs-NQ; Mon, 06 Dec 2021 09:05:54 -0500 In-Reply-To: <87a6hdlukl.fsf@yahoo.com> (message from Po Lu on Mon, 06 Dec 2021 21:41:14 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281111 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Mon, 06 Dec 2021 21:41:14 +0800 > > Po Lu writes: > > > I will try to find out, but the priority for me is to make the DOS port > > work first. > > Thanks. I disabled a few gnulib modules that were recently added and > aren't required anymore, but here's a new problem: > > make.exe[1]: *** No rule to make target '@IEEE754_H@', needed by 'fingerprint.o'. > make.exe[1]: *** No rule to make target '@GMP_H@', needed by 'fingerprint.o'. > make.exe[1]: Entering directory 'c:/djgpp/src/emacs-28.0.90/lib' > make.exe[1]: Leaving directory 'c:/djgpp/src/emacs-28.0.90/lib' > > I assume this is related to the addition of mini-gmp, and that mini-gmp > has to be turned on somehow. But I don't know what that "how" is. > > Perhaps you could help? Thanks. Do you want to build with GMP or with mini-gmp? DJGPP does have GMP, you can find it in current/v2gnu/. Or you could use the Gnulib mini-gmp. Then you need to mimic what the configure script does, depending on whether GMP or mini-gmp will be used. See m4/libgmp.m4.