X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E57853950C08 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1619438413; bh=UyLWscZVY2uqiBmc//wTI0lRj1LJxA279a4qkUGVRaI=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=nx00JYXK1juf83QFDWQYm1IF0E+mhcDRkkJnKH/B9sdSfCbWAWMhiLYPwikm+l3DY apVGD6fgk3eApKaJdC/gWIou+yQZVZlHox2e1j5gV0hq0XOx6wn+xRmt84FhR6DZaC Bw6lFbMGvn+P8Tw3yfdj1eLn6YDqSTlD9P70oxaE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 421613857C63 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=BDogl7ZTWiML2KGwaePO8DTIO9cPix66e0L8zga3jGQ=; b=CE53DOVXvfexm8py2Z0VZrC0Jg3hripz3fU54y7DicnAPsEVj9UyEW3te5bOlfiE+F JEhmHjCnhRyW/wh/vTgVgt3P6LEw4mIFQ6Fa8goRIIBN/lHAzwdYd+T7t5H9f+b0ojMk RY19BTMu3gzX+K5xrTZTLnnHlBQ/fs5o/YZTYZ9/uZfCX1t93iMsi8QiL8TEBnK88u1v 8erbtn8cXkypvf2VRQSZhvxsjlc3jeMBolfPsJvFVCCdCg2vxhAlPlP3Yb2p+PLmyVQ3 /5Ym+C0iFVccIQyzmID7DghgNhpoMiDcJK2vE6ATgSTzLHYJMkAzOaYnQQuco2e8z9QI 2+FA== X-Gm-Message-State: AOAM531tmXdD1/iujv++Yotj3fNQPO1xIIUeRUIxDGH9WTgLbZXGZAaC xACrKQAJgw/1OhEPP3RJiHMotFmK3AE= X-Google-Smtp-Source: ABdhPJy57fSZX9HSs/zzwrZazI4fadNGVpcEkaNYHzKQqpcdh2HYodmRi9ZsBDvYJy3rGwg1UKE09g== X-Received: by 2002:a17:902:7892:b029:ea:b8a9:6190 with SMTP id q18-20020a1709027892b02900eab8a96190mr18330028pll.80.1619438403372; Mon, 26 Apr 2021 05:00:03 -0700 (PDT) Date: Mon, 26 Apr 2021 21:00:02 +0900 To: cygwin AT cygwin DOT com Subject: Can't compile mintty-3.5.0 Message-Id: <20210426205959.B0E4.50F79699@gmail.com> MIME-Version: 1.0 X-Mailer: Becky! ver. 2.75.01 [ja] X-Antivirus: Avast (VPS 210426-4, 2021/04/26), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Lemures Lemniscati via Cygwin Reply-To: Lemures Lemniscati Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hi! I tried to compile mintty-3.5.0, but failed with the message: windres -c 65001 --preprocessor 'gcc -E -xc -DRC_INVOKED -MMD -MP -DTARGET=x86_64-pc-cygwin -DNDEBUG' res.rc ../bin/cygwin64/res.o /bin/sh: gcc -E -xc -DRC_INVOKED -MMD -MP -DTARGET=x86_64-pc-cygwin -DNDEBUG: command not found windres: preprocessing failed. ==== How to reproduce With source from https://github.com/mintty/mintty at tag: 3.5.0, running make failed at the point above. . With mintty-3.5.0-1.cygport, running cygport mintty-3.5.0-1.cygport all failed at the same point. ==== I've installed these packages as described in a file 'INSTALL'. What is still necessary for successful build ? ---- $ uname -svrmo; cygcheck -c gcc-core make CYGWIN_NT-10.0 3.2.0(0.340/5/3) 2021-03-29 08:42 x86_64 Cygwin Cygwin Package Information Package Version Status gcc-core 10.2.0-1 OK make 4.3-1 OK ---- Regards, Lem -- 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