From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 38a954b5 for ; Sun, 5 May 2019 00:16:17 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id CE5D89B7E1; Sun, 5 May 2019 10:16:16 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id C0F6E93D56; Sun, 5 May 2019 10:15:58 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id F348393D56; Sun, 5 May 2019 10:15:55 +1000 (AEST) Received: from mail.bitblocks.com (ns1.bitblocks.com [173.228.5.8]) by minnie.tuhs.org (Postfix) with ESMTP id 722D293D3B for ; Sun, 5 May 2019 10:15:55 +1000 (AEST) Received: from bitblocks.com (localhost [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id F0B93156E40C; Sat, 4 May 2019 17:15:40 -0700 (PDT) To: Larry McVoy In-reply-to: Your message of "Sat, 04 May 2019 17:07:08 -0700." <20190505000708.GF25317@mcvoy.com> References: <20190504204829.GB25317@mcvoy.com> <1B576642-442C-4C4F-8374-A966BD63DAB8@bitblocks.com> <20190504213000.GC25317@mcvoy.com> <62C741C1-F45D-4D12-941A-54F2B33A87DD@bitblocks.com> <20190505000708.GF25317@mcvoy.com> Comments: In-reply-to Larry McVoy message dated "Sat, 04 May 2019 17:07:08 -0700." From: Bakul Shah MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <81534.1557015340.1@bitblocks.com> Content-Transfer-Encoding: quoted-printable Date: Sat, 04 May 2019 17:15:40 -0700 Message-Id: <20190505001547.F0B93156E40C@mail.bitblocks.com> Subject: Re: [TUHS] interpreted C? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sat, 04 May 2019 17:07:08 -0700 Larry McVoy 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 (fi= rst 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 in ifdefs.h but nope.