On Sat, 04 May 2019 17:07:08 -0700 Larry McVoy <lm(a)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.