unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Subject: MS-DOS port broken again
Date: Fri, 11 Feb 2022 10:24:59 +0800	[thread overview]
Message-ID: <877da2w35w.fsf@yahoo.com> (raw)
In-Reply-To: 877da2w35w.fsf.ref@yahoo.com

After setting up a system to build the MS-DOS port automatically every
two months (which I'm quite proud of), it's broken again:

../lib/libgnu.a(regex.o): In function `build_wcs_buffer':
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:238: undefined reference to `_mbrtowc'
../lib/libgnu.a(regex.o): In function `build_wcs_upper_buffer':
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:382: undefined reference to `_mbrtowc'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:385: undefined reference to `_towupper'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:390: undefined reference to `_wcrtomb'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:382: undefined reference to `_mbrtowc'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:296: undefined reference to `_mbsinit'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:312: undefined reference to `_mbrtowc'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:300: undefined reference to `_towupper'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:317: undefined reference to `_towupper'
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:322: undefined reference to `_wcrtomb'
../lib/libgnu.a(regex.o): In function `re_string_context_at':
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:916: undefined reference to `_iswalnum'
../lib/libgnu.a(regex.o): In function `re_string_reconstruct':
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:735: undefined reference to `_mbrtowc'
../lib/libgnu.a(regex.o): In function `re_string_skip_chars':
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:503: undefined reference to `_mbrtowc'
../lib/libgnu.a(regex.o): In function `re_string_reconstruct':
c:/djgpp/emacs-29.0.50/lib/regex_internal.c:755: undefined reference to `_iswalnum'
../lib/libgnu.a(regex.o): In function `re_compile_fastmap_iter':
c:/djgpp/emacs-29.0.50/lib/regcomp.c:309: undefined reference to `_mbrtowc'
c:/djgpp/emacs-29.0.50/lib/regcomp.c:367: undefined reference to `_mbrtowc'
c:/djgpp/emacs-29.0.50/lib/regcomp.c:381: undefined reference to `_wcrtomb'
c:/djgpp/emacs-29.0.50/lib/regcomp.c:385: undefined reference to `_towlower'
c:/djgpp/emacs-29.0.50/lib/regcomp.c:385: undefined reference to `_wcrtomb'
c:/djgpp/emacs-29.0.50/lib/regcomp.c:309: undefined reference to `_towlower'
c:/djgpp/emacs-29.0.50/lib/regcomp.c:309: undefined reference to `_wcrtomb'
../lib/libgnu.a(regex.o): In function `peek_token':
c:/djgpp/emacs-29.0.50/lib/regcomp.c:1892: undefined reference to `_iswalnum'
c:/djgpp/emacs-29.0.50/lib/regcomp.c:1781: undefined reference to `_iswalnum'
../lib/libgnu.a(regex.o): In function `parse_byte':
c:/djgpp/emacs-29.0.50/lib/regcomp.c:2627: undefined reference to `_btowc'
../lib/libgnu.a(regex.o): In function `build_charclass':
c:/djgpp/emacs-29.0.50/lib/regcomp.c:3481: undefined reference to `_wctype'
../lib/libgnu.a(regex.o): In function `re_compile_internal':
c:/djgpp/emacs-29.0.50/lib/regcomp.c:873: undefined reference to `_btowc'
../lib/libgnu.a(regex.o): In function `check_node_accept_bytes':
c:/djgpp/emacs-29.0.50/lib/regexec.c:3713: undefined reference to `_iswctype'

It seems as if gnulib gained a hard dependency on mbrtowc, towupper, and
other related functions.

The rest of these functions can be defined as macros, but I have no idea
what to do with mbrtowc, nor can I find any documentation on the format
of shift state accepted by DJGPP.

Any ideas?  Thanks in advance.



       reply	other threads:[~2022-02-11  2:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <877da2w35w.fsf.ref@yahoo.com>
2022-02-11  2:24 ` Po Lu [this message]
2022-02-11  7:47   ` MS-DOS port broken again 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=877da2w35w.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).