From: Bernhard Lange <Bernhard_Lange@gmx.de>
Subject: emacs and Solaris 9
Date: 17 Oct 2003 18:52:17 +0200 [thread overview]
Message-ID: <87ekxbbyda.fsf@rincewind.physik.uni-siegen.de> (raw)
Hello,
I want to install emacs21.1 on Solaris 9. I get an error-message.
I have found it already in this newsgroup. But I don't know what I
have to do with the "patch".
Thanks
Bernhard
> From: Brad Walker <bwalker@musings.com>
> Date: Sat, 26 Oct 2002 13:11:25 -0700 (PDT)
>
> "/usr/include/strings.h", line 25: identifier redeclared: memmove
> current : function(pointer to void, pointer to const void, unsigned int)
> returning void
> previous: function(pointer to void, pointer to const void, unsigned int)
I think this is already fixed for the next version, but for now
please try this patch:
*** src/s/sol2-5.h 22 Nov 2000 10:37:31 -0000 1.13
--- src/s/sol2-5.h 17 Apr 2002 18:00:03 -0000
***************
*** 24,29 ****
--- 24,38 ----
#undef USE_MMAP_FOR_BUFFERS
+ #ifdef HAVE_BCOPY
+ #undef bcopy
+ #undef bzero
+ #undef bcmp
+ #ifndef NOT_C_CODE
+ #include <strings.h>
+ #endif
+ #endif
+
#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
/* Don't use the shared libraries for -lXt and -lXaw,
to work around a linker bug in Solaris 2.5.
next reply other threads:[~2003-10-17 16:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-17 16:52 Bernhard Lange [this message]
2003-10-17 20:11 ` emacs and Solaris 9 Kevin Rodgers
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=87ekxbbyda.fsf@rincewind.physik.uni-siegen.de \
--to=bernhard_lange@gmx.de \
/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.
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).