From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id 33D5E3896C35 for ; Fri, 26 Feb 2021 11:54:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 33D5E3896C35 Received: by mail-ej1-x635.google.com with SMTP id r17so14318607ejy.13 for ; Fri, 26 Feb 2021 03:54:47 -0800 (PST) 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=G6kSeZkuLLrItwLHp9gP/a/O2u9qzFTnOlPzJQ52YYs=; b=I5Uuhw7R9aunCn7X6GrRtZGacUV6WV6KU/n2m76WnqEguzTQ6qEpCINUs4tBjeF/LJ PDO1T/c7E4OU3ZkR8Q/HKtdp2KYWsnjbl5kgWc9XUxRrk4QD2kLC8brjH4q94K2OfTAf 301wDWM4ikHPy/7itmAnLqd713qMNdr9/crAddJudsEQ/YR0rFV0rJx9gb7KDBFBCVLt dGBpyHMizh0fyqqnXq450H7gZqEYSokjGZ8RnzLTv7DBs0mz0C/rzIAdJM7rVXy3me7T 1ijPhh5/x7ecBB2Nz8dfOvIsnCfSdqV/dkzIxQOg0IeF9Z1N09y0n5C57tbZLAoX+qQ1 Efmg== X-Gm-Message-State: AOAM53331dYa32rvEpNY8xLt268rZVRwoNdYU37tt7+PR98ZOsvQpPOT XU52NgJVG8A3rx+DfDpaZ7wnkHmWYul1p8CYMEDkpPTC X-Google-Smtp-Source: ABdhPJxsD6esVXS6unF8z47E+COPfbw7ydPxAQT/5ut3pNiXC4Zclr2Plmduzp0i0Ky155oz+WeZQfmhF9HNcTr/kJs= X-Received: by 2002:a17:906:184e:: with SMTP id w14mr3024775eje.56.1614340486357; Fri, 26 Feb 2021 03:54:46 -0800 (PST) MIME-Version: 1.0 From: "Carlo B." Date: Fri, 26 Feb 2021 12:54:38 +0100 Message-ID: Subject: Error with wxWidgets 3.0.5 for CYGWIN. To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 11:54:48 -0000 Hello, after updating some packages, I tried to rebuild my Kicad sources and I discovered that I could not do it anymore. During the process, it hangs with this error: error: 'wxRE_ADVANCED' was not declared in this scope. It seems that the new package of wxWidgets 3.0.5 had not been compiled with built-in regex support, including wxRE_ADVANCED option. I downgraded to wxWidgets 3.0.4 and I was able to build everything again. I hope that you could fix this issue. Sincerely. Carlo Bramini.