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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 729ba36b for ; Mon, 7 Jan 2019 13:53:12 +0000 (UTC) Received: (qmail 2732 invoked by alias); 7 Jan 2019 13:52:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23820 Received: (qmail 24026 invoked by uid 1010); 7 Jan 2019 13:52:53 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf1-f50.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25112. spamassassin: 3.4.2. Clear:RC:0(209.85.167.50):SA:0(-2.0/5.0):. Processed in 2.003181 secs); 07 Jan 2019 13:52:53 -0000 X-Envelope-From: jesper.nygards@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=AAgllaUIA3+X2DJKl6M0uVgz2wZ4FCsyNG75BElB7qc=; b=CTfgc7b2kRv3UKMXvxa3C8Vyu9w7WdOilH9xu5O80YqAvDBmB6hNjWstAeOXyddFqG XwtYlhZCuJ7UnoMc0AXGtS5OircqqKxhoZ4KEpLQa0MskCfxarsvkHutamMz7oCg2Qaj KDEH51KdRw9Dp2J5pkBVeNXHZyI64rdEBt2LaeeJ7tIlrGYNZXbbJIvc/x7+fNO7fBk9 eeD94oOaen1F/bf8wD1cIyMoTpJPZOnwQWIAc+7YVdBh8zQcsPQbm0pEO4iE29L000OZ 2CPNNufsUgrFS7qeFkvNm86rpkAh7i7iNLXzC03/GReZJ9IQXyfFJc5g2aEeKd7A3cPb xTJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=AAgllaUIA3+X2DJKl6M0uVgz2wZ4FCsyNG75BElB7qc=; b=QN2H7ejGKDMIrme7y5eIF/aCADx8jiA0xU/yltbbLIMejmRnu9Qe12r/dFb467YFyy X6XXJ6BJAEFKn6S0G8ZpUHKGjQa8sqigBZzyPxEhNt2Z3jgG+WPXhNvy/m/kenVNg1A9 9BBh7EzqJ+oe1ipGw1D3TwKQEWGOaT12gSLfc6u0KtLdv7A+uM0MiFY4WZARBMeuU1cP kXubnYtpnnq0BJb8yrHuuvJ1c5DdppXeU2OEdVX0rXX0u56hUnhmtb4sPQY1LR/1/HBL iC7cAAPD5ICyQK5P7+ac5NuRQ1tLh+8E3zyoC7bveg7NAxyQ1ny9v20dt+dGcpSfGHjA XX1g== X-Gm-Message-State: AA+aEWbYcmMEQ1US3E9bVroNHaxcT/0mHPVYX2e3zX3YjaIJlluAGa7k BIqhTINzIDNFHsj7oFCxAsgEA+sXE1BTH7wQjsDn2Pcl X-Google-Smtp-Source: AFSGD/Xs6K2TF9KU2+4f26VkN0FBb2EiXX28sRCoMTjgJqpXGGu7GTGSfe+xyc/USMlS7xR2i7YscAz1BPv4l1+0iqQ= X-Received: by 2002:a19:f204:: with SMTP id q4mr32795741lfh.133.1546869166052; Mon, 07 Jan 2019 05:52:46 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?Q?Jesper_Nyg=C3=A5rds?= Date: Mon, 7 Jan 2019 14:52:35 +0100 Message-ID: Subject: Unable to build zsh with pcre on Mac Homebrew To: Zsh Users Content-Type: multipart/alternative; boundary="000000000000281963057ede8bf4" --000000000000281963057ede8bf4 Content-Type: text/plain; charset="UTF-8" This might very well be a Homebrew issue, but I'm posting here in the hope that someone else might have found a solution. I have trouble building zsh with included pcre support on recent versions of Homebrew. I have previously always installed brew zsh with the pcre option, but the Homebrew project this Fall decided to remove all configuration options from their core packages, and it's thus no longer possible to install zsh with the pcre option on without editing the formula. However, although I have tried editing the formula, something doesn't work in the install process. I have done a "brew edit zsh", and then added the line ' "--enable-pcre", ' to the configure options. Then I ran "brew install --build-from-source --verbose zsh". I can see from the output that configure is run with "--enable-pcre", but later in the log I see this: checking for pcre_compile... no checking for pcre_study... no checking for pcre_exec... no So I assume something is preventing the build from finding the pcre libraries, although the configure script has been run with such support. I have both pcre and pcre2 installed: pcre 8.42 pcre2 10.32 Does anyone know how to resolve this? --000000000000281963057ede8bf4--