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: Building the igc branch on MS-Windows Date: Sat, 27 Apr 2024 15:32:35 +0300 Message-ID: <86sez7ugt8.fsf@gnu.org> References: <86il063imh.fsf@gnu.org> <87ttjqghyd.fsf@gmail.com> <86zfti101u.fsf@gnu.org> <87pluegd4z.fsf@gmail.com> <86ttjp20je.fsf@gnu.org> <87y191fwnd.fsf@gmail.com> <87cyqcfv6k.fsf@gmail.com> <86o79wzi31.fsf@gnu.org> <86mspgza23.fsf@gnu.org> <867cgkz7e2.fsf@gnu.org> <87r0esdv7o.fsf@gmail.com> <87le50dmec.fsf@gmail.com> <8734r7etu1.fsf@gmail.com> <86il03xrlz.fsf@gnu.org> <87plubc8ek.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9140"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 27 14:33:01 2024 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 1s0hEi-000287-TI for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Apr 2024 14:33:01 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s0hEO-0002Yk-Tk; Sat, 27 Apr 2024 08:32:40 -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 1s0hEN-0002YL-4K for emacs-devel@gnu.org; Sat, 27 Apr 2024 08:32:39 -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 1s0hEM-0007dg-Rb; Sat, 27 Apr 2024 08:32:38 -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=grcAwvUadK3P/23or7Eejn7PqThD/RS3VcRHoaT0uug=; b=hGQ/Sce/pBbh UPK8y2GLaedVzGr515atE+4zITvVFGLRbHJE8Lg/eznB5U5thvSab1/JGYsWJX1Zpg583mrWRTAIB 3WJBU+yOiLjClIHBqjFbqVSr6N0VzoGZny8gfEPcPh9VWccPJjE0fK8ZE6ebmJpkB5gcQgeTHNkxv kBeLKw6Zmo2511EI/i2baAzLmikAgpbtkTZTVCS8qVieOypK21XnQcGy0WZSBs8mNzuLWT83xQXWF 40nSbKhqdaikSqXWIRnqherMOJJIffYqJlEy3j50N5kaAoQ/gDkSdgMXaBmgd8pZBAE6c50S8XU8X zE/J7SfVVg1MtPgkAlg5EQ==; In-Reply-To: <87plubc8ek.fsf@gmail.com> (message from Helmut Eller on Sat, 27 Apr 2024 14:11:31 +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:318194 Archived-At: > From: Helmut Eller > Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org > Date: Sat, 27 Apr 2024 14:11:31 +0200 > > > backtrace I had before these changes. So either this is specific to > > the 32-bit build (did you try it?), or specific to MS-Windows. > > For the 32-bit build, I had to configure it --without-x because I don't > have the 32-bit GTK etc. installed. Doesn't --with-x-toolkit=no work? It should produce a GUI build which doesn't use any toolkit, but instead uses our own X code to implement the menus etc. If you have Lucid, you could also try --with-x-toolkit=lucid -- that should give you toolkit menus and scroll bars.