all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Eli Zaretskii <eliz@gnu.org>, Po Lu <luangruo@yahoo.com>,
	Corwin Brust <corwin@bru.st>
Cc: stefankangas@gmail.com, emacs-devel@gnu.org
Subject: Re: Windows 9X without KernelEx
Date: Mon, 24 Jun 2024 13:17:11 -0400	[thread overview]
Message-ID: <4ba6c8c9-897c-4659-9177-540b200bda18@cornell.edu> (raw)
In-Reply-To: <4decf97f-f10f-4e69-98fd-9e7a8e3e0963@cornell.edu>

On 6/23/2024 4:25 PM, Ken Brown wrote:
> On 6/23/2024 5:16 AM, Eli Zaretskii wrote:
>>> From: Po Lu <luangruo@yahoo.com>
>>> I pushed changes to load functions defined in UNICOWS.DLL from that DLL
>>> on Windows 9X systems, and other adjustments affecting USP10,
>>> globals_of_w32 and ReadDirectoryChangesW to scratch/windows-98.  It is
>>> possible that they should impact the Cygwin build, which I can't test.
>>>
>>> Therefore, would you please arrange that this message fall on the right
>>> ears for the contents of the branch to be tested in this configuration?
>>
>> That would be Ken and Corwin, I believe.
> 
> Builds fine on Cygwin.

Sorry, I spoke too soon.  Without thinking, I did the default (GTK3) 
build, which is what I always do.  Obviously I should have done the 
Cygwin-w32 build (configure option --with-w32).  I've done that now, and 
the build fails as follows:

   CC       w32uniscribe.o
../../src/w32uniscribe.c: In function ‘syms_of_w32uniscribe_for_pdumper’:
../../src/w32uniscribe.c:1577:20: error: ‘uniscribe’ undeclared (first 
use in this function); did you mean ‘Quniscribe’?
  1577 |     get_proc_addr (uniscribe, "ScriptGetFontScriptTags");
       |                    ^~~~~~~~~
       |                    Quniscribe
../../src/w32uniscribe.c:1577:20: note: each undeclared identifier is 
reported only once for each function it appears in
make[2]: *** [Makefile:457: w32uniscribe.o] Error 1

The Cygwin-w32 build succeeds on master.

Ken



  parent reply	other threads:[~2024-06-24 17:17 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <875xub8sn8.fsf.ref@yahoo.com>
2024-06-14 15:12 ` Windows 9X without KernelEx Po Lu via Emacs development discussions.
2024-06-14 15:26   ` Eli Zaretskii
2024-06-14 15:37     ` Po Lu
2024-06-14 16:06       ` Eli Zaretskii
2024-06-15  1:42         ` Po Lu
2024-06-15  2:42         ` Po Lu
2024-06-15  6:58           ` Eli Zaretskii
2024-06-15  7:12             ` Po Lu
2024-06-15  7:37               ` Eli Zaretskii
2024-06-15  7:45                 ` Po Lu
2024-06-15  7:50                   ` Eli Zaretskii
2024-06-15  9:39                     ` Po Lu
2024-06-15 12:38                       ` Eli Zaretskii
2024-06-15 13:10                         ` Po Lu
2024-06-15 13:22                           ` Eli Zaretskii
2024-06-15 13:31                             ` Po Lu
2024-06-15  4:07     ` Stefan Kangas
2024-06-15  4:14       ` Po Lu
2024-06-15  4:45         ` Po Lu
2024-06-15  7:07           ` Eli Zaretskii
2024-06-15  7:22             ` Po Lu
2024-06-15  7:42               ` Eli Zaretskii
2024-06-15  9:35                 ` Po Lu via Emacs development discussions.
2024-06-15 13:52                   ` Eli Zaretskii
2024-06-15 14:18                     ` Po Lu
2024-06-15 14:55                       ` Eli Zaretskii
2024-06-15 15:15                         ` Po Lu
2024-06-15 16:01                           ` Eli Zaretskii
2024-06-16  2:01                             ` Po Lu
2024-06-16  5:36                               ` Eli Zaretskii
2024-06-16  5:50                                 ` Eli Zaretskii
2024-06-16  6:53                                   ` Po Lu
2024-06-16 11:34                                     ` Po Lu
2024-06-16 12:21                                       ` Eli Zaretskii
2024-06-23  8:35                                       ` Po Lu
2024-06-23  9:16                                         ` Eli Zaretskii
2024-06-23 20:25                                           ` Ken Brown
2024-06-24  2:30                                             ` Eli Zaretskii
2024-06-24  3:53                                               ` Po Lu
2024-06-25 19:20                                               ` Corwin Brust
2024-06-24 17:17                                             ` Ken Brown [this message]
2024-06-24 22:11                                               ` Ken Brown
2024-06-25 22:41                                                 ` Ken Brown
2024-06-27  1:59                                                 ` Po Lu
2024-06-27 13:18                                                   ` Ken Brown
2024-06-27 13:42                                                     ` Po Lu
2024-06-27 13:47                                                       ` Po Lu
2024-06-27 14:52                                                         ` Ken Brown
2024-06-30  2:07                                                           ` Po Lu
2024-06-15  7:01       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ba6c8c9-897c-4659-9177-540b200bda18@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=corwin@bru.st \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=stefankangas@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.