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

Re: problems compiling clisp on rs6000



> foreign.d: In function `foreign_layout':
> foreign.d:602: `sint64' undeclared (first use this function)

Oops. To fix this, put
    #ifdef HAVE_LONGLONG
    ...
    #endif
wrappers around each piece of code in foreign.d which references a `sint64'
or `unit64' type.

            Bruno