[TUHS] interpreted C?

Bakul Shah bakul at bitblocks.com
Sun May 5 10:15:40 AEST 2019


On Sat, 04 May 2019 17:07:08 -0700 Larry McVoy <lm at mcvoy.com> wrote:
> Does anyone know what the fix is for this:
>
> ./ci_compile_expr.c: In function 'opcode_offset':
> ./ci_compile_expr.c:599:11: error: 'LONGLONG_FORM_OFFSET' undeclared (first u
> se
> in this function)
>     return LONGLONG_FORM_OFFSET;

add --enable-longlong when calling configure.
This is still not enough to compile it on freebsd though.
I hacked in #include <sys/signal.h> in ifdefs.h but nope.


More information about the TUHS mailing list