Emacs-20.4 on 3.2

Emacs-20.4 on 3.2

Post by tommy fredriksso » Sun, 19 Sep 1999 04:00:00



I want emacs-20.4 to run on my FreeBSD 3.2 - can I just grab the
emacs-20.4.tgz from the 3.3-RC and run it? Something more I need to
do?

--
/tommy

 
 
 

Emacs-20.4 on 3.2

Post by Jim Week » Sun, 19 Sep 1999 04:00:00


If you want to run e-macs in X you can load the package, If your machine is
a server and you want to run it remotely, you will have to build it from the
ports collection and answer several questions appropriately.

Hope this helps,

Jim


>I want emacs-20.4 to run on my FreeBSD 3.2 - can I just grab the
>emacs-20.4.tgz from the 3.3-RC and run it? Something more I need to
>do?

>--
>/tommy


 
 
 

1. emacs-20.4 and AIX-4.2: some solution

Hi all,

Generally it is a bad habit to answer one's own questions.
This answer is (fortunately only partly) my own answer on
my own question.

Problem was:
Building emacs-20.4 on AIX-4.2.1.0 results in a core-dumping
emacs-dump.

Searching deja.com I came upon a few alike things and tried
the following:

I copied src/unexaix.c of the xemacs-21.1.6 distribution over
the one of emacs-20.4. This did not compile and I still do
not know why........next I edited this unexaix.c such that
it read:
int unexec (new_name, a_name, data_start, bss_start, entry_address)
     char *new_name, *a_name;
     unsigned data_start, bss_start, entry_address;

and not:
int unexec (char *new_name,
        char *a_name,
        uintptr_t data_start,
        uintptr_t bss_start,
        uintptr_t entry_address)

Then it compiled and I get a working emacs.

If anyone knows why this editing was necessary I would be
very curious about it.

--

Mazzel, cheers, bye, tabe, moi, tot ziens, have a nice day,
Koos
__________________________to be Y999T-compliant_____________________

Institute for Theoretical Physics    |  Phone: +31 15 2566804       |
University of Groningen              |  Phone: +31 70 3116092       |
P.O. Box 800                         |  Fax:   +31 70 3112133       |
9700 AV Groningen, The Netherlands.  |  Yell:  Very, Very loud      |
---------------------- use: yyyyyyyyyyyyyyy/mm/dd-------------------

2. Simple ARP ?

3. emacs-20.3 unexec problem

4. listserv_notification

5. Emacs-20.2 hangs in RedHat 5.0 alpha

6. Serial line disconnects

7. NetBSD 1.5 and Emacs-20.7/20.4

8. What is a Winmodem!?!?!?!?

9. Anyone had success installing emacs-20.3 on AIX 4.3.2 ??

10. trouble installing emacs-20.2 with Caldera linux-base 1.1

11. gnuserv and emacs-20.3

12. Solaris-2.6 Emacs-20 ignores most characters in X11 mode

13. emacs-20.4 on AIX-4.2.1 dump core