all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oliver Regehr <oregehr@marcant.net>
Cc: tina@krausser.net
Subject: Problems compiling emacs-21.2 under hpux-11
Date: Thu, 13 Jun 2002 15:39:49 +0200	[thread overview]
Message-ID: <20020613133949.GB20203@schumann.marcant.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 868 bytes --]

Hello,

I just encountered a small problem during the compilation of emacs 21.2
under HP-UX 11.
The compile breaks because the lack of a definition for "mbstate_h" in the
same-named headerfile.

A patch is appended to this mail.

For more information about the system or flames, etc. contact me directly,
because I'm not subscribed to the maillist ;-).

Best regards,

Oliver
-- 

------------------------------------------------------------
| Oliver Regehr          | Marcant Internet-Services GmbH  |
| Systemadministration   |                                 |
| oregehr@marcant.net    | Ravensberger Str. 10 G          |
|                        | D-33602 Bielefeld               |
| http://www.marcant.de  | Fon: +49 (0)521/95945-0         |
| http://www.marcant.net | Fax: +49 (0)521/95945-18        |
------------------------------------------------------------

[-- Attachment #2: emacs.patch --]
[-- Type: text/plain, Size: 318 bytes --]

--- src/strftime.c.orig Wed Dec  6 20:56:47 2000
+++ src/strftime.c      Thu Jun 13 11:11:38 2002
@@ -68,6 +68,9 @@
 #if DO_MULTIBYTE
 # if HAVE_MBRLEN
 #  include <wchar.h>
+#  if __hpux
+#    include <sys/_mbstate_t.h>
+#  endif
 # else
    /* Simulate mbrlen with mblen as best we can.  */
 #  define mbstate_t int

                 reply	other threads:[~2002-06-13 13:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020613133949.GB20203@schumann.marcant.net \
    --to=oregehr@marcant.net \
    --cc=tina@krausser.net \
    /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.