From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x836.google.com (mail-qt1-x836.google.com [IPv6:2607:f8b0:4864:20::836]) by sourceware.org (Postfix) with ESMTPS id 939CF3857415 for ; Wed, 6 Apr 2022 14:59:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 939CF3857415 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-qt1-x836.google.com with SMTP id t19so4713746qtc.4 for ; Wed, 06 Apr 2022 07:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=6N3JuOcsbL+yo5ECBdEjb4KZPgjQwSzNFo7HhGEx0Rg=; b=JRPNTEprl2tMRiLTWdlN+JkR2I8XMxLtDEEnN0w9LCUd+dCLnGqEhmgRdbbKdVHMex SdtYsqSaBAx+PLlgENe2tTjwo8XRZMmBTj97DyoU8qeq/x5x3Yl20dAh2KczeeTywVzL nkWTnNQprqS2bmLnTeWoVk/YClQjY2MgQg6P4+sbINTPPNhxWE+2FSYPADQd5uJwMG8S eTryGzftkNa7NjX2EILG4cqxAvRMRmAUAzOV4/wzuq2qz9Fr451iHwyS+9u1y/VW/3Vr wcJPsf88OD8Q/0YwSXGW1b4ylrcXpeI4GNiOViP+a6MOybbMZkqHyRiwokEKx4Tq3M6z IOjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=6N3JuOcsbL+yo5ECBdEjb4KZPgjQwSzNFo7HhGEx0Rg=; b=HIEt5qsauZmBut6PD1A8TJYyEsIMnivuyzhO/FDb/IskzQnXQD1wRnZlPYt8RkxNMg tjKfARm54ilsyTp1d5Wyo6iryddTIotSLHoVEXW7DqwAszXEzXdFGaq5SgD1IEvDUWT9 bq3SJanNLtUrkb/yAZLJIbsGMnZaTTS75+YK6Xbm/baJoCdJOefW2rwn2SOFXZSIOkba 4GQYhTOeaJNcnZtcrJnpQF/PIeAbZ5Ski09GV0d+HBmNFhqEODvME6JAnSFIwN6IhljD t+a3i+QSPR5+nrPFKOAEu5tmheTyItO8zv/a9e9StMMPagkHKN+DCnH/FCna6gdT4INk iQ9w== X-Gm-Message-State: AOAM532em3Fax1/qmQrjZGuNI6vjnVCFc/8uTNBg+bC9zsclPFvTnAwt +HsT1RPtsCFUHe45Gs4PWL/PlRZMSN3UJ4QUTqflb9GpxEs= X-Google-Smtp-Source: ABdhPJy8hR4s8mBjrpn0itK1IV8xNg9putg20+FqH8ttNUG32yUixkwPlbHeTvQ/9tRUs7PtONp/jTbPcPGPGA0CkSo= X-Received: by 2002:a05:622a:11c7:b0:2e1:b594:cb1d with SMTP id n7-20020a05622a11c700b002e1b594cb1dmr7742521qtk.59.1649257173846; Wed, 06 Apr 2022 07:59:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Keith Christian Date: Wed, 6 Apr 2022 08:59:23 -0600 Message-ID: Subject: Re: Compiling gnu diction on Cygwin To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.2 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 06 Apr 2022 14:59:36 -0000 Brian, Csaba, I was able to complete the compile with your assistance. Brian: I'll experiment with your suggestions of: #include and remove casts (should not normally be required or used in C) as well. Csaba: Adding the -Wall -Wpedantic -Wextra fixed the issue, thanks. This will help a great deal as I pursue troubleshooting failed C compiles. THANKS!