From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: Haiku port try 2 Date: Mon, 13 Sep 2021 19:35:31 +0100 Message-ID: References: <87ee9tjjmt.fsf.ref@yahoo.com> <87ee9tjjmt.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11399"; 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 Sep 13 20:36:53 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 1mPqp2-0002hU-Sv for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Sep 2021 20:36:53 +0200 Original-Received: from localhost ([::1]:59542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mPqp1-0000aj-QU for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Sep 2021 14:36:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45796) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPqns-0007xn-Mx for emacs-devel@gnu.org; Mon, 13 Sep 2021 14:35:41 -0400 Original-Received: from outbound.soverin.net ([116.202.126.228]:59081) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPqnq-000890-D2 for emacs-devel@gnu.org; Mon, 13 Sep 2021 14:35:40 -0400 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 60CDD47; Mon, 13 Sep 2021 18:35:34 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1631558133; bh=VRzoIMS9AO668Uiz1xAZneRLkPDmDrjpaAF4V+nsViE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YZP6eP1ucxiITtnpKRLm4Y07inPwcPY8Iil2N0PLk39+mb21UQpypvUkmC/DyWY35 jgRrKhGn52wHimi7U1K0qCigmP5HxecE2aqOWQOn2dDrpiXwOSkyPYV2UHuH0z3rao +m3U6QT3+Pi/0RBqs0umyHRkkHhV87MxYUDeTCX+iz429AIEN2Su+GdxmbSW9LHm3O M/t8QemBWkry/13La5TNBNpgi77z+FZm3eOQgsKH2JhYHoA3T5zzzjrvYacGRXYw39 Rz5O/0lq55fPRYh/bEFkM+fze4HDVrycjLylkkNyRkBMeFObMzhGDXriszeShHLnkX hwzmFs9j37Mfg== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.94.2) (envelope-from ) id 1mPqnj-001ony-D6; Mon, 13 Sep 2021 19:35:31 +0100 Mail-Followup-To: Alan Third , Po Lu , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <87ee9tjjmt.fsf@yahoo.com> Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:274664 Archived-At: On Mon, Sep 13, 2021 at 10:26:34AM +0800, Po Lu via Emacs development discussions. wrote: > > I'm also not sure Emacs with this patch will still build on a few > platforms I can't test, namely macOS and MS-Windows. It would be nice > for someone with a Macintosh to verify that Emacs still builds with this > patch in place, and inform me of any issues so I can rectify them. I'll try giving it a go tomorrow, if I remember. > The patch also includes a copy of the X Pixmap Library (which is free > software) with modifications made by me, as the libXpm shipped by Haiku > has a hard dependency on a running X server. You might want to have a look at how the NS port deals with XPMs, see image.c:4714. -- Alan Third