taka, I really think you should do yourself a favor and just get rid of the source code repository and bloodshed from your computer, before it actually combusts and hurts someone near you.
Beside that, Bloodshed is _not_ the best compiler for the SCP, it's not even being developed anymore! Version 5 has been in the same beta version for like, 3 years! If you really want a non-Visual Studio IDE (Integrated Development Environment, note how it's called that because it has the editor and the compiler all in one, a term which has been around for a long time) I would look at Codeblocks. It's still being actively developed, is recommending by several open source projects I know of, and is easily integrated with the following compilers:
* GCC (MingW / Linux GCC)
* MSVC++
* Digital Mars
* Borland C++ 5.5
* Open Watcom
So really, I would consider it the "ultimatum" *snicker* compiler for the SCP. Granted, that's assuming someone has actually gotten it to work. Until then I'd stick with Visual C++ 2005 Express. It's also free, and supposedly has worked for at least one person out there.