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

Re: cmake and Code::Blocks

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

cmake and Code::Blocks

2019-06-13 Thread Pavel Fedin
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 thei