I've been having issues with KDevelop and have heard good things about CodeBlocks. I'm using to doing
ccmake ../src -G KDevelop3
I looked around and it sounds like cmake is supposed to be able to create CodeBlocks projects. I tried
ccmake ../src -G CodeBlocks
but it seems to generate only a standard unix makefile. (as if I had done "ccmake ../src"). I am using cmake 2.6 patch 3 (it even says it can make CodeBlocks projects in the man page!)
Am I missing something?
Thanks,
Dave