X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A2907388CC18 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cs.umass.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=moss AT cs DOT umass DOT edu Subject: Re: Can't compile mintty-3.5.0 To: Lemures Lemniscati , cygwin AT cygwin DOT com References: <20210426205959 DOT B0E4 DOT 50F79699 AT gmail DOT com> From: Eliot Moss Message-ID: Date: Mon, 26 Apr 2021 08:06:22 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <20210426205959.B0E4.50F79699@gmail.com> Content-Language: en-US X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, 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 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: moss AT cs DOT umass DOT edu Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 4/26/2021 8:00 AM, Lemures Lemniscati via Cygwin wrote: > 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 > ---- windres should be in the binutils package. EM -- 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