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: Running external info within Emacs Date: Sat, 01 Apr 2023 18:34:25 +0300 Message-ID: <83o7o7y5tq.fsf@gnu.org> References: <864jq2cxsv.fsf@gnu.org> <831ql65qew.fsf@gnu.org> <86wn2y5lo6.fsf@gnu.org> <83ilei44hq.fsf@gnu.org> <86wn2xifpc.fsf@gnu.org> <83o7o92y6a.fsf@gnu.org> <86y1ncyeqj.fsf@gnu.org> <83h6u020zi.fsf@gnu.org> <86o7o77u5h.fsf@gnu.org> <83a5zrzvdc.fsf@gnu.org> <86y1nbpsp8.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10929"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 01 17:34:54 2023 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 1pidFm-0002XW-Sf for ged-emacs-devel@m.gmane-mx.org; Sat, 01 Apr 2023 17:34:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pidF8-0000vh-MP; Sat, 01 Apr 2023 11:34:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pidF5-0000vL-8C for emacs-devel@gnu.org; Sat, 01 Apr 2023 11:34:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pidF4-0008QB-Bv for emacs-devel@gnu.org; Sat, 01 Apr 2023 11:34:10 -0400 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=ak08FP+UI1maepZF0i07YzC7minVvntUCVNiWyhdmhM=; b=Ty4lZnd9F56l GCGku2U9PIKeMBoVTi9uUPqqbNv/2CmjzWJ7nR/mgjloZ8bNC07rLvxFV9jyJA77ISz0BYY1v2ygn xThuXxA76guE78sExp0PDOTlupNL4Gf2OzpVvZJxuQ0FU1pD6KmB+/gK2BtwgvTCHuw2jxPXmhorr GPSKYbx0glzgy3+5lJiXuFpkgMSrLR0rsZuHLREAlNuWCpJbN8K+Sw+0X1n2iieLaUyBRUOVFP+yz 0zDA/ospPAQQR/7CuC9lTEoRJ54hZxk8J1jun4Rb31MPA+5kJm4UWNt8FCHg/Wq53Ht5DbUPiOo2R 3/DwpTxHA+nI/1w2cWu92w==; Original-Received: from [87.69.77.57] (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 1pidF3-00065t-IN; Sat, 01 Apr 2023 11:34:09 -0400 In-Reply-To: <86y1nbpsp8.fsf@gnu.org> (message from Arash Esbati on Sat, 01 Apr 2023 16:45:07 +0200) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305015 Archived-At: > From: Arash Esbati > Cc: emacs-devel@gnu.org > Date: Sat, 01 Apr 2023 16:45:07 +0200 > > > A native port is available, and you could even produce it by yourself > > if my 32-bit port doesn't suit you for some reason. (I was wondering > > for a long time why the MSYS2/MinGW64 project doesn't provide a native > > Windows build of Texinfo, since the upstream project supports such a > > build since about forever.) > > Using your port will be complicated, I think. Your tarball contains > libiconv-2.dll and libintl-8.dll which are both part of MinGW64 as well > under /ming64/bin. Not tested, but that I'm afraid that will trouble in > $PATH in terms of who comes first. Put the programs, with the dependency DLLs, in a separate directory. Windows always prefers the DLLs that live in the same directory as the executable that loads them, so if the DLLs are together with the .exe, the order of PATH shouldn't matter.