X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=hnR9tpQBclEesdmH 5a0goYX7vZH34cHNCoSs/gzyxu+IgukdDUXuwk+its45EGNLb0uxIW2git5D7p4p bgmUCFVTzbCfNBh1jjbJw159Vvvjofqn5Xd0pdtE2zb22UjRCwp7F5v8yBDGjd9u be0m1IJ6BxgvlF9Am/LJm0V0QzU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Y/aNp2X74vUdK0IKgoccJY 7E2KY=; b=fa4e82lD1ysRKdBNQ9wkn6lBMMxowzW+jp/jWA+dmsz7Z9YIZ8BgA9 CnZ26WB2ZFwiEBSuvE4iOWD5IKOD3LjOJWhvN+0M9XLsu1hGAaZQlLNl83tcKAm+ mDVXheqAMsz7gAGrHGZaax4hslcWeJAc3oUucz6lw8eykqtR4ReK0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_FILL_THIS_FORM_SHORT autolearn=ham version=3.3.2 X-HELO: mail-qg0-f47.google.com X-Received: by 10.140.96.200 with SMTP id k66mr22280475qge.81.1442844182040; Mon, 21 Sep 2015 07:03:02 -0700 (PDT) Subject: Re: cmake fails to run/build under Cygwin To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <56000E13.1000702@gmail.com> Date: Mon, 21 Sep 2015 16:02:59 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 21/09/2015 13:10, Nick Kennedy wrote: > I've been trying to use cmake under Cygwin. Using the current binary > installed using Cygwin setup and running 'cmake .' from a folder that > contains a CMakeLists.txt just sits there with the process using 100% of a > core on my machine and nothing visibly happening otherwise. The CMakeFiles > folder is created but nothing is put into it, and no cache is ever created. > > Running cmake without a path produces the appropriate usage message. > > I've tried using both x86 and x86-64 versions of Cygwin. > > > I'm using Windows 10 running on a machine with a Core i7 and 12 GB of RAM. > Cygwin is otherwise working fine, and I'm able to build programs using > alternatives such as autotools. > > I've attached the output of cygcheck. I've redacted my Microsoft account > name/email address (the line contains ###redacted### instead). > > I'd be grateful for any help. I'm happy to post this to a kitware mailing > list too, but since the problem seems to be specific to Cygwin (and > includes the supplied Cygwin cmake binaries), I thought I'd start here. > > Best wishes, > > Nick > on W7 64 I see no issue. As you have both cygwin and windows version of cmake on the path may be they are interfering each other ? I suggest to run "cmake --trace " to see where cmake is blocking. Have you tested others projects using Cmake ? Or it is spinning on every one ? Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple