From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67179 invoked by alias); 13 Jun 2019 10:13:58 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 67170 invoked by uid 89); 13 Jun 2019 10:13:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=Electronics, senior, Senior, samsung X-HELO: mailout1.w1.samsung.com Received: from mailout1.w1.samsung.com (HELO mailout1.w1.samsung.com) (210.118.77.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Jun 2019 10:13:56 +0000 Received: from eucas1p1.samsung.com (unknown [182.198.249.206]) by mailout1.w1.samsung.com (KnoxPortal) with ESMTP id 20190613101353euoutp01fd987e7fc3905a74f0b574bd5f523ca3~nunsRge0p2663926639euoutp01I for ; Thu, 13 Jun 2019 10:13:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout1.w1.samsung.com 20190613101353euoutp01fd987e7fc3905a74f0b574bd5f523ca3~nunsRge0p2663926639euoutp01I DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1560420833; bh=kos8tCwur3rBqYeeV6/TULEqvoLyeGtLnbYz3mwrqKs=; h=From:To:Subject:Date:References:From; b=np9oVxwO+iqqM7EK+K+eSG5JTCGR9oqFQ+fMViBP6bL0DrmprA5iLPhZVwCBNgKDg dSgxouNBJpbnusdVc/OnXpIVTMcdQ9VgQNrH7BEIxufyfVk3lXd+hBQyCPpnXCNsHg BT8LA7W95aIoJcyNA2tNnusFwOiBS9P9dQH/OP3c= Received: from eusmges1new.samsung.com (unknown [203.254.199.242]) by eucas1p1.samsung.com (KnoxPortal) with ESMTP id 20190613101353eucas1p1b339b47d1be91e59ed792273bf53da4a~nunr6K-Fj2860828608eucas1p1b for ; Thu, 13 Jun 2019 10:13:53 +0000 (GMT) Received: from eucas1p2.samsung.com ( [182.198.249.207]) by eusmges1new.samsung.com (EUCPMTA) with SMTP id FE.8C.04298.0E1220D5; Thu, 13 Jun 2019 11:13:52 +0100 (BST) Received: from eusmtrp2.samsung.com (unknown [182.198.249.139]) by eucas1p2.samsung.com (KnoxPortal) with ESMTPA id 20190613101352eucas1p2e1d967dfe7e76437adb6a45ea10b1158~nunq9NLHE2196221962eucas1p2W for ; Thu, 13 Jun 2019 10:13:52 +0000 (GMT) Received: from eusmgms2.samsung.com (unknown [182.198.249.180]) by eusmtrp2.samsung.com (KnoxPortal) with ESMTP id 20190613101351eusmtrp24b3296dad2615a2d38c844e5ea032c32~nunqt03FA1766717667eusmtrp2J for ; Thu, 13 Jun 2019 10:13:51 +0000 (GMT) Received: from eusmtip1.samsung.com ( [203.254.199.221]) by eusmgms2.samsung.com (EUCPMTA) with SMTP id 29.77.04140.FD1220D5; Thu, 13 Jun 2019 11:13:51 +0100 (BST) Received: from PFEDIN01 (unknown [106.109.131.169]) by eusmtip1.samsung.com (KnoxPortal) with ESMTPA id 20190613101351eusmtip1b6a55bf2a8e0cc832abeff053f586860~nunqcbRCL2971929719eusmtip1Q for ; Thu, 13 Jun 2019 10:13:51 +0000 (GMT) From: "Pavel Fedin" To: Subject: cmake and Code::Blocks Date: Thu, 13 Jun 2019 10:13:00 -0000 Message-ID: <000701d521d0$b30374c0$190a5e40$@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-CMS-MailID: 20190613101352eucas1p2e1d967dfe7e76437adb6a45ea10b1158 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-RootMTR: 20190613101352eucas1p2e1d967dfe7e76437adb6a45ea10b1158 X-EPHeader: CA CMS-TYPE: 201P X-CMS-RootMailID: 20190613101352eucas1p2e1d967dfe7e76437adb6a45ea10b1158 References: X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00140.txt.bz2 Hello! I am working on a CMake-based project and building it under Cygwin. I decided to use Code::Blocks IDE since CMake already hass appropriate project generator (i'm using "CodeBlocks - Unix Makefiles"). However, i had to manually edit the resulting .cbp file and replace all paths with their native Windows equivalents; otherwise the IDE can't find any file and do anything. Is this a known TODO area for CMake or am i missing some magic switch while loading the project into CB ? Kind regards, Pavel Fedin Senior Engineer Samsung Electronics Research center Russia -- 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