There's probably (hopefully!) a simple explanation for this, but I'm having trouble getting my compilers to play nicely with Code::Blocks. When I installed and ran Code::Blocks 8.02, it detected both versions of gcc I have installed (one with cygwin, and one with Mingw) without an problem... so, I go to compile a simple bit of code, and, hello! What's this? It can't find any of my include directories, Mingw files, etc. I went and searched around the folders for what I was missing and added it to the global compiler settings, but still get errors about a non-existent bits/c++config.h file in one of the standard libraries. After a bit of digging through the include folders, I find a file bits\c++config.h that seems to be what it's after; however, I've tried adding the directory containing the 'bits' subdir it's looking for, I've tried including the actual subdir itself, all to no avail -- it still refuses to acknowledge its existence as far as I can tell. (This is all with the gcc w/ Mingw version, btw)
I also tried to use the cygwin version, but that just gives me the cryptic error code '34304'.
Does anyone have any idea what's going on here? If it helps, I'm currently (unfortunately) running on Vista...