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

Re: New CLISP version



	Hi,
I'm trying to build up clisp from sources, on an HP 9000/720 HP-UX
8.07, I got the following error while building with HP CC :
everything went fine 'till the 'make lisp.run' part :
------ make.lisp.run.log : -------
        cc  -c spvw.c
unix.d: 425: TCSETATTR redefined
lispbibl.d: 2327: syntax error (in preprocessor if)
lispbibl.d: 3133: syntax error (in preprocessor if)
lispbibl.d: 3181: syntax error (in preprocessor if)
lispbibl.d: 3278: syntax error (in preprocessor if)
lispbibl.d: 6680: syntax error (in preprocessor if)
spvw.d: 2186: syntax error (in preprocessor if)
spvw.d: 4623: signal: argument mismatch
spvw.d: 4623: signal: argument mismatch
spvw.d: 4623: signal: argument mismatch
[... 10 pages like that...]
spvw.d: 4623: signal: argument mismatch
spvw.d: 4623: no space
*** Error code 1

Stop.
------------- end of log -------
the first error line is around :
# Typinfo:
# typecode(object) und mtypecode(object) liefern den Typcode eines
# Objektes obj. Bei mtypecode muß er dazu im Speicher liegen.
  #if !(exact_uint_size_p(oint_type_len) && (tint_type_mask == bit(oint_type_len)-1))
    #define typecode(expr)  \
      ((tint)((oint)(expr) >> oint_type_shift) & (oint_type_mask >> oint_type_shift))
[...]

Any hint ? *help* ! ;-)

Yours,
dl