[comp.emacs] help with 18.38 GNU emacs on Masscomp...

biggers@cadillac.UUCP (03/24/87)

GNU Emacs fans,

Just the other day, after getting a copy of 18.38 successfully (and
easily) installed on the Sun server for our group, I helped another
group in trying to install it on a brand-new Masscomp machine, with
the latest rev "rtu".  After seeing GNU Emacs cough mightly, I checked
and shore nuff, I was in the "att" universe (intuited from my Pyramid
work - I don't know squat about Masscomps).  Warping to the correct
universe, "ucb", we recompiled and got the below errors.  Any ideas
on what we can do to get it correctly installed?

thanks,
mark		princeton!siemens!biggers

(below compilation edited for brevity)
------------------------------------------------------------

	cd etc; make  all
	cc -o test-distrib test-distrib.c
	./test-distrib
	...
	cc -o server -g server.c
##F-cpp(100) server.c: 49: Can't find include file sys/un.h
##F-cc(015)"server.c",line 71: Undefined structure or union member
##F-cc(015)"server.c",line 77: Undefined structure or union member
##F-cc(015)"server.c",line 78: Undefined structure or union member
##F-cc(015)"server.c",line 79: Undefined structure or union member
##F-cc(005)"server.c",line 97: Invalid operand type with 'sizeof'
##F-cc(015)"server.c",line 98: Undefined structure or union member
##F-cc(031)"server.c",line 57: Type of server is undefined
##F-cc(031)"server.c",line 57: Type of fromunix is undefined
*** Error code 1
	cc -o emacsclient -g emacsclient.c
##F-cpp(100) emacsclient.c: 46: Can't find include file sys/un.h
##F-cc(015)"emacsclient.c",line 74: Undefined structure or union member
##F-cc(015)"emacsclient.c",line 80: Undefined structure or union member
##F-cc(015)"emacsclient.c",line 81: Undefined structure or union member
##F-cc(015)"emacsclient.c",line 82: Undefined structure or union member
##F-cc(031)"emacsclient.c",line 53: Type of server is undefined
*** Error code 1
	(actually, the above is probably just a missing sys/un.h?)
	cd src; make  all
	...
	cc -O -Demacs   -c buffer.c
##W-cc(010)"buffer.c",line 1062: Unreachable statement
	cc -O -Demacs   -c filelock.c
	...
	cc -O -Demacs   -c search.c
##W-cc(191)"search.c",line 548: Redundant '&' operator	(huh? is this pcc?)
	cc -O -Demacs   -c regex.c
	...
	(the link to build "temacs" went ok...)
	(the "../etc/make-docfile" went ok...)
	...
	./temacs -batch -l inc-vers	(looks like it couldn't do undump...)
Invalid function: #<subr load>

*** Error code -1			(HELP!)