[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building CLisp on an HP-700 8.07?? (help)



Hi,

I've just started to try and build Clisp (clisp-1993-11-08) on an HP 
700 running 8.07.  I'm running into problems.

After running the all-to-ascii program (it looked like a couple of the files
had illegal characters, or unrecognizable ones in the filename and thus were 
not ptocessed by the program), the target program, configuring the config.lsp
file, and running make, I get a few warnings about pointers and a funny one
in various files s.a.:

debug.d: 1125: warning- Illegal ^A, ^B, ^C, or ^D in source.  Changed to space.
<otherfiles> 1125: warning- Illegal ^A, ^B, ^C, or ^D in source. ...

...it finally chokes with the following few messages:

	cc -Aa -z -D_HPUX_SOURCE  -c misc.c
	unix.d: 445: warning- Redefinition of macro TCSETATTR.
	cc -Aa -z -D_HPUX_SOURCE  -c predtype.c
	unix.d: 445: warning- Redefinition of macro TCSETATTR.
	cc -Aa -z -D_HPUX_SOURCE  -c symbol.c
	unix.d: 445: warning- Redefinition of macro TCSETATTR.
	cc -Aa -z -D_HPUX_SOURCE  -c lisparit0.c
	unix.d: 445: warning- Redefinition of macro TCSETATTR.
	lisparit0.d: 14584: Overflowed replacement buffer.
		*** Error code 1

I've tried defining CC both as

cc -Aa -z -D_HPUX_SOURCE as well as c89 -z -D_HPUX_SOURCE


...Any hints would be appreciated!