[TUHS] interpreted C?

Larry McVoy lm at mcvoy.com
Sun May 5 10:29:17 AEST 2019


On Sat, May 04, 2019 at 05:15:40PM -0700, Bakul Shah wrote:
> 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.

I got it to build on Linux 4.4.0-146-generic - cool!  Blast from the
past!
-- 
---
Larry McVoy            	     lm at mcvoy.com             http://www.mcvoy.com/lm 


More information about the TUHS mailing list