all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems compiling emacs-21.2 under hpux-11
@ 2002-06-13 13:39 Oliver Regehr
  0 siblings, 0 replies; only message in thread
From: Oliver Regehr @ 2002-06-13 13:39 UTC (permalink / raw)
  Cc: tina

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-13 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-13 13:39 Problems compiling emacs-21.2 under hpux-11 Oliver Regehr

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.