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: Help with new Windows 98 crash Date: Mon, 05 Dec 2022 18:59:40 +0200 Message-ID: <838rjl9477.fsf@gnu.org> References: <87o7sindcl.fsf.ref@yahoo.com> <87o7sindcl.fsf@yahoo.com> <83ilip9a37.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23525"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: luangruo@yahoo.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 05 18:01:10 2022 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 1p2Eq5-0005uB-Tf for ged-emacs-devel@m.gmane-mx.org; Mon, 05 Dec 2022 18:01:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p2Eox-000569-2k; Mon, 05 Dec 2022 11:59:59 -0500 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 1p2Eow-000561-4m for emacs-devel@gnu.org; Mon, 05 Dec 2022 11:59:58 -0500 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 1p2Eov-0001rW-TH; Mon, 05 Dec 2022 11:59:57 -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=qKSMpTI3k99cGUTc0V2+LgToKUYANUKFEtJwLJwSjtE=; b=MVxdfoicbW0f SCwdmuMGwU7wxpK8Z9IXUhCq7Q9m4prW00qaBozqms3PcYaT0R2V2kcpUsQvPTONUZ7XI+ZbdLEWx GzPlc5G5eP8CVH7D4Sjb+DRDr2QHWr1EV3QPI0/2gAbf5M33btZjM2yz2rvkCPpNLPJZjDHSKvb8V ZhsXiJgcxOVE6IFuCDkxjbKy+8hlvj2zwUX1GTSq4s1iXitATFXVf7cKi9KM015psVSdJE/yEUFGM alW3XSf9/0IzCAM+7BvxuYkmzh7yADUAfc3tNquZYP/XDuiUPJ+H+fg+sJRKZCDrSTJgA0Z+Qk9Ni tTDeNS5ujdskWYxPrXcs6A==; 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 1p2Eov-0007T0-BW; Mon, 05 Dec 2022 11:59:57 -0500 In-Reply-To: <83ilip9a37.fsf@gnu.org> (message from Eli Zaretskii on Mon, 05 Dec 2022 16:52:28 +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:300934 Archived-At: > Date: Mon, 05 Dec 2022 16:52:28 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > From: Po Lu > > Date: Mon, 05 Dec 2022 22:18:18 +0800 > > > > Emacs 30 (with unexec) is crashing on Windows 98 again, this time during > > GC. > > I tried to build it on X, but the build fails: > > xfns.c:46:10: fatal error: xcb/xcb_aux.h: No such file or directory > #include > ^~~~~~~~~~~~~~~ > compilation terminated. > > can you please fix that? Never mind, I already fixed this. > Then I could see if the problem is not only Windows specific. Seems to be: the build on GNU/Linux doesn't crash. Unless there's something special that I need to do to crash it.