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=fy72dmTTgtHTY0CX U0DYfm+886ix0/33pybA+al/MW6gcMJxg/s18VG5Toj6S9w8EKQJGHIiA8zTJQau n0aQB5bFNb4k04UvzJkOzH+Gw62UO8hjbjW1ENRfAogEMVat8nxhiiTnuzVzog3p xAPQccRK/MgUYhi4IyFFiChOyho= 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=c+XvY+yU1wUK4dDa1I2ddk 22aEk=; b=gJzIUecVBvI8LCfNyMUlIejTY+H7I63+6xkCd93nAGrtqGacptXNse EsKpdTOVlKRH2Eu5o125dk33b0WdPywOwNXBHY5gKlMXT+mX4XXfv/8YBXFwvmLb oDr+Ct6tylDP1+AT+nCoSVgRA/E78RBSpyL9kMpLcClLG9jsdzHq4= 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=-1.6 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=lmh, LMH, cygcheck, H*f:sk:321cb4d X-HELO: mail-wm0-f41.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=GY6gUFnwzXmRCc2d1ROHAJJlTHH8yq1HIy6ZzcBD/fs=; b=lYcpXl4EYSTR70m0xZc+xPATFPjJP5FjG78/MwnVUkLZ7Ot6X6E78lti1djBtutdIQ BPmFPRH+EzSulur7dQxtw59v+gVTvvTaWpqB82EUrUXGnBQlrzoW5sHqLpvgdw3UwH6V m38qQ/EnTVITWdA7ot7ryQJEAsRqY09O8yKuTXr7BYtEMV/d3CxVExfszqeMIG+Jq1oa C5GxCy4+m6yLDL04lkVPXNt/gYwskS8cgVZBICXifeMsBxOYjwjxRURm7dJM/ZPM8TPN yv5J3d2XnplbCKzDHbyoJMpR01bK9AiuHDxOqIcSIhGgfaG53TlgFgXi75fD7rXQD6ZQ T/EQ== X-Gm-Message-State: AEkoouv42PdiWbp+72bWrI9i2EKhxes0uK7R5X7QaDCxUvDPUfZJlNDiN0Ca40oa4if28A== X-Received: by 10.194.120.129 with SMTP id lc1mr41586885wjb.131.1469850331082; Fri, 29 Jul 2016 20:45:31 -0700 (PDT) Subject: Re: problem building with cmake under cygwin (need clang) To: cygwin AT cygwin DOT com References: <5796B2A7 DOT 8060002 AT molconn DOT com> <57977D6D DOT 7050203 AT molconn DOT com> <321cb4dd-4e13-b321-a21e-b7257c4787b5 AT gmail DOT com> <579BC47B DOT 4090902 AT molconn DOT com> From: Marco Atzeri Message-ID: <8c5ecc6c-fa13-4b63-b27f-2f8cbb1a5fc1@gmail.com> Date: Sat, 30 Jul 2016 05:45:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <579BC47B.4090902@molconn.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 29/07/2016 23:02, LMH wrote: > > > The above did not appear to build the application in that I don't see > any binaries that were created. It looks like the command cmake > -DCMAKE_CXX_COMPILER=clang .. just configured the build without actually > compiling and building the application. > > Do I need to do something different to get the application to be > created? I have never used cmake before and am more than a bit out of my > depth here. you need to run "make". cmake create only the Makefiles > At any rate, the above suggests that there is an issue with my cygwin > installation here and possibly that clang isn't working. Does my output > from cygcheck suggest anything? > > LMH > Basically the source you are trying to build: - accept only clang (we have, with some difference from the author, but it is not our default) - accept only GNU LIBC++ (we don't have) - requires "-std=gnu++1z" (a proposed standard that could be rejected in part) Conclusion: the Author cares only that the program builds for himself and not on other platforms. :-(( 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