home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!stanford.edu!agate!ames!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!unidui!Germany.EU.net!mcsun!sun4nl!tnofel!felfs!jlph7
- From: jlph7@fel.tno.nl (Lawick van Pabst)
- Subject: emacs-sparc2-solaris-X11 HELP
- Organization: TNO Physics and Electronics Laboratory
- Date: Fri, 13 Nov 92 12:37:06 GMT
- Message-ID: <1992Nov13.123706.28703@fel.tno.nl>
- Lines: 30
-
- I cannot install emacs 18.59 properly on my Sparc 2, running Solaris
- (4.1.2, I think) and X11R5. Before I started with emacs-18.59, I first
- upgraded gcc to version 2.3 and ran 'fixincludes'. Installation went fine
- so I carried on with emacs.
-
- I selected s-sol2.h and m-sparc.h in config.h, included X windows and
- X menus in the same file, defined the environment variable CC to gcc and
- adapted the DEBUG_SWITCH flag from -g to -g -O.
-
- Ok, I entered make install and everything went fine until it reached the
- file scroll.h. This file includes a number of files in the include/sys
- directory. One of them is stream.h. Parse and syntax errors occured into
- this file. Then I started to make the files manualy. I entered
- gcc -g -O -target sun4 -c scroll.c and voila, it compiled right away.
- I had to do this for some other files too (window.c, cm.c, ..). Then the
- make file reached file x11term.c which needed an additional include
- sys/time.h because it did not know the definition for 'timeval'.
- Then I reached fns.c and it stuck in line 1288 because of problems with
- FSCALE.
-
- Then I selected s-sunos4-1.h and compilation succeeded! Wow, but all new
- features I read from the info file dis not work. For example I could not get
- a scrollbar.
-
- Allright, now I have had it. I even tried another compiler ( we also have
- Objectcenter) but all was invain. Can somebody please help me?
-
- Joost
-
-
-