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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=W4NGKH7 rx196FDeCaQm9ffpXhqwAEnFyAQMto4juoAd3Jn1CJliYGxUHeo2GgNufRdbSsYW drrHCVk7x1H6tai1gD9XwSXN2FljLwMFkVzBpQuQZp32qKcy1VRQc4MUUoGVEGgf ODFi94GDk9mBbNChmPKcmuDhoFWA/da9Kdsk= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=ikJer4QHAO9w7 psel+OqLVHZl0g=; b=LNqA2nhgaILwLYErNxiyJfEOAxVNyFU/vP0nweU+XD06q vwlqAuGcTmEYlNA3rBszkkhixlHxLRiuld/2JpNPsRehanat38mPONoRF/Qyiqmy qDUPAcfnV5a+ipxoezlrgLZ+FpLX6tCbHUvw22EjmSI/Oiu3DB1oe3sp8VZttg= 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-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 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 13:34:11 +0200 Message-ID: Subject: Re: cmake and Code::Blocks To: cygwin list Content-Type: text/plain; charset="UTF-8" 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