* emacs and Solaris 9
@ 2003-10-17 16:52 Bernhard Lange
2003-10-17 20:11 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Lange @ 2003-10-17 16:52 UTC (permalink / 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: emacs and Solaris 9
2003-10-17 16:52 emacs and Solaris 9 Bernhard Lange
@ 2003-10-17 20:11 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-10-17 20:11 UTC (permalink / raw)
Bernhard Lange wrote:
> 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".
cd /usr/local/emacs-21.1
patch < PATCH_FILE
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-17 20:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-17 16:52 emacs and Solaris 9 Bernhard Lange
2003-10-17 20:11 ` Kevin Rodgers
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).