From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89736 invoked by alias); 13 Jun 2019 11:34:27 -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 89729 invoked by uid 89); 13 Jun 2019 11:34:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=Effective, hello!, Scott, scott X-HELO: mail-qt1-f177.google.com Received: from mail-qt1-f177.google.com (HELO mail-qt1-f177.google.com) (209.85.160.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Jun 2019 11:34:25 +0000 Received: by mail-qt1-f177.google.com with SMTP id x2so21176747qtr.0 for ; Thu, 13 Jun 2019 04:34:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=hnKjYfH7WTx1zeeFu+hTMDsl2Ke5a3YOU0JFdmZCg+8=; b=Cch+txQyT3N08ZSGVKeA/fBlwiyuh8Okb+NZB7yd/9wMXWn3C5RsgkRAh+JJaXaShw 6gOKyct4SJhWQ2OSfqQq/KGekJ1Cw4rauLYmFTIsq8u+zGEKNGafWE6tZhNyekE7t3Sj E0B5xKLNrJPY1mTLz5r9l/L4BfUqklwjLooiXVA5BkVXlhKs/cr5iey9vrtdXC3LqyM3 PNuPzp8ImkWvW6Qu48L+/T1qRXN3rn0/Cf/nUcAZCbTEtDq6jYZQcxRs7FulRwU02ceN YFnNeYfgeH7ZwtJyYrwSWHwIEx/lwajRMz2W2TilsVtIheC/SIF4OxIi7xY2IN5qaD0k K1OA== MIME-Version: 1.0 References: <000701d521d0$b30374c0$190a5e40$@samsung.com> In-Reply-To: <000701d521d0$b30374c0$190a5e40$@samsung.com> From: Csaba Raduly Date: Thu, 13 Jun 2019 11:34:00 -0000 Message-ID: Subject: Re: cmake and Code::Blocks To: cygwin list Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-06/txt/msg00142.txt.bz2 Hi Pavel, On Thu, Jun 13, 2019 at 12:14 PM Pavel Fedin wrote: > > 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 ? Are both CMake and Code::Blocks Cygwin programs? I suspect you tried to use a .cbp generated by Cygwin's CMake (which uses POSIX style paths) with a non-Cygwin Code::Blocks. This is likely to be tricky. Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler So if you're looking for a completely portable, 100% standards-conformat way to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK) -- 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