RE: cmake and Code::Blocks

2019-06-14 Thread Pavel Fedin
Hello! > What evidence do you have of features that support Cygwin? In the project configuration i can choose "Cygwin toolchain", and it correctly detects c:/Cygwin as installation root. > Maybe CB doesn't > support Cygwin tools, or not very well, or maybe you have to change the > configurati

Re: cmake and Code::Blocks

2019-06-13 Thread Brian Inglis
On 2019-06-13 04:13, Pavel Fedin wrote: > 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

RE: cmake and Code::Blocks

2019-06-13 Thread Pavel Fedin
Hello! > 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. Of course not. Code::Blocks isn't Cygwin application, it's a native Windows ap

Re: cmake and Code::Blocks

2019-06-13 Thread Csaba Raduly
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