From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,HDRS_MISSP autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 15832 invoked from network); 7 Mar 2021 16:45:08 -0000 Received: from hurricane.the-brannons.com (2602:ff06:725:1:20::25) by inbox.vuxu.org with ESMTPUTF8; 7 Mar 2021 16:45:08 -0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTP id 20461517 for ; Sun, 7 Mar 2021 08:45:04 -0800 (PST) Received: from resqmta-ch2-01v.sys.comcast.net (resqmta-ch2-01v.sys.comcast.net [2001:558:fe21:29:69:252:207:33]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPS id 092c57dd (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 7 Mar 2021 08:44:42 -0800 (PST) Received: from resomta-ch2-16v.sys.comcast.net ([69.252.207.112]) by resqmta-ch2-01v.sys.comcast.net with ESMTP id IvjulORWcfFsMIwWGlm6pm; Sun, 07 Mar 2021 16:44:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1615135480; bh=EJUX3+FatZq9IhVQJ2xCx0b6xYs7mktgZCaHKXm0lqQ=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=ucYGa7Qls4tt+RBLFEQByVnK2Dcjlc4kYCsDuBbFbuEBmFoIfd7qW6k2vyRdUgmV8 Xoc1Ry3ZmLvQDkMfz5MkoquYm/v/FYmO9XvhCTG5eJB60spvkYny1M6tNR5Fk+DoWd BXoO/NGLfNkGR+fPXTZL8WCOGVDlkV7JZcWAaA/lDvgy4TKo/djqNCipxxogz6kNJo gyQnzcVgB7mLxInNY3VkfT8kZC742YuCfIYgl9upuNx3Nrv2v2ZPOZfdvUqR+ppkBN 5uaOw8kik8R77NvTCZXgi7iPzaXoS9AuKMr2sKg72zlelY0e558eTbYJsrPpaPrhuw MHGJjobYMHYiw== Received: from unknown ([IPv6:2601:408:c300:a3d0::8f8f]) by resomta-ch2-16v.sys.comcast.net with ESMTPSA id IwWElyFEAHgHOIwWFliyZc; Sun, 07 Mar 2021 16:44:39 +0000 X-Xfinity-VMeta: sc=0.00;st=legit To:edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-to: Karl Dahlke References: <20210207082610.eklhad@comcast.net> <87eegrhrdo.fsf@the-brannons.com> User-Agent: edbrowse/3.7.7 Subject: [edbrowse-dev] quick js Date: Sun, 07 Mar 2021 11:44:38 -0500 Message-ID: <20210207114438.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-540301 Content-Transfer-Encoding: 7bit This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-540301 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Chris: If you could help with a robust, portable makefile, that would = be great. Start with GNUmakefile as template, and the same environment variables I guess, they seem to work for us. Cept, we want edbrowse target to use quick, and still keep an = edbrowseduk target to use duktape. I guess we can keep edbrowsesm to build with spider monkey, though that = one doesn't build at present, but that's my problem, not yours. I'd let hello build the hello targets, I think that's ok. Nobody but us is ever going to make any of these nonstandard targets. As per cmake I don't know the answer to that one. When the dust settles I'll ask Geoff - but I didn't want to bother him = til we had a clear path. I could have pestered him about building with spider monkey a few = months ago; I'm glad I didn't. Let's make sure we really know where we're headed first. Also - how would this change your procedures for static builds. Probably simplify them, since quickjs.a is already static. And tidy builds a statid library too. Karl Dahlke --nextpart-eb-540301--