From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailsrv.cs.umass.edu (mailsrv.cs.umass.edu [128.119.240.136]) by sourceware.org (Postfix) with ESMTPS id A2907388CC18 for ; Mon, 26 Apr 2021 12:06:21 +0000 (GMT) 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@cs.umass.edu Received: from [192.168.50.218] (c-24-62-201-179.hsd1.ma.comcast.net [24.62.201.179]) by mailsrv.cs.umass.edu (Postfix) with ESMTPSA id F128D40167CD; Mon, 26 Apr 2021 08:06:20 -0400 (EDT) Reply-To: moss@cs.umass.edu Subject: Re: Can't compile mintty-3.5.0 To: Lemures Lemniscati , cygwin@cygwin.com References: <20210426205959.B0E4.50F79699@gmail.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-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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@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: Mon, 26 Apr 2021 12:06:24 -0000 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