DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 52UN0Up41464508 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 52UN0Up41464508 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=pQtqsouj X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D43A83857820 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1743375628; bh=ZpA0tAOM4oLVluZTFnE0PaSlHQIdoprodpJNgdthRig=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=pQtqsoujB5shFqZnM4ntCRnzueuKauzIbFBeUgxulaNrmiNdY0rQ97/2oip39N9Z8 vc1AJN4Kob6tsTHldwmMY/9+hd8joEmZhc0VKNHyYSSLbujaD7qKVEhxeqZVtIYm8f uTz85QlPKKpGtXdT4DPB7v+FZB7xXKLOSdwu1OXY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 827703857820 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 827703857820 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1743375603; cv=none; b=i+FTofKSULs6t+hce0J75e96Ho/Hkhh0fXMtWiS1FkY5zYKavGMiOwv2+zDVx/IqCaud7oTRgbTYNu9ulKW8FvkNmK/3aM3DkGBBu6ew98kJO84KNl3iv+PZF9DDZ7myKlpTQmXZfBgzotb19rO59Ua9qAcQ9ka+szI1Z1TIf9c= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1743375603; c=relaxed/simple; bh=vOOMuKJAUVocUHlngxSmqiumWN4NaAGosPx1L47nTgI=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=lVkSKt45kWwdEJnqKwZnzy1TYZ0HdlZzjmNxOC41lX6qyaM0vltE36I/3Nz+9eoldYc0xdRzaqTnbDkzrZkPy4FABrcZXIf7OJWfpVbEwnMma/CDrBOyhL1OM1Ro3c29KM/iitLSreqUWAGsSuLlaphBEtxMXnLSrKuFGKEOQJ8= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 827703857820 Date: Sun, 30 Mar 2025 16:00:02 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: Corinna Vinschen via Cygwin Subject: Re: cmake 4.0.0 fails to build with cygwin 3.7.0-0.19 In-Reply-To: Message-ID: <20369cbb-d61d-6a98-b913-b8aefa4ed47d@jdrake.com> References: <65d9edfa-f8c3-a45a-7c46-9c66eee9dbbb AT jdrake DOT com> MIME-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeremy Drake via Cygwin Reply-To: Jeremy Drake Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Mon, 31 Mar 2025, Corinna Vinschen via Cygwin wrote: > On Mar 30 14:02, Jeremy Drake via Cygwin wrote: > > I kind of think > > https://github.com/Kitware/CMake/blob/5978c57c20b762a5aeb4b00f31a51a090d670430/Utilities/cmcurl/CMakeLists.txt#L165 > > should match "^(Linux|Cygwin)$"... Otherwise it doesn't get __BSD_VISIBLE That didn't work - it turns out it's CYGWIN not Cygwin. With the proper case, it did work. BTW, hitting that case was due to disabling openssl -DCMAKE_USE_OPENSSL=OFF otherwise it would have used openssl to get its randomness. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple