My PortableCygWin works with CB SVN 5824; My install path has no spaces in it. The project path also has no spaces.
Warning: The project file must be on the same drive as the source code and use relative path to source code.
NOTE: I had to remove all search directories under Code::Blocks Compiler Settings.
The "Hello World" Command line program compiles and runs.
Build Log Below
g++-4.exe -Wall -fexceptions -g -c main.cpp -o obj/Debug/main.o
g++-4.exe -o bin/Debug/TestCygwin.exe obj/Debug/main.o
/usr/lib/gcc/i686-pc-cygwin/4.3.2/../../../../i686-pc-cygwin/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
Info: resolving std::cout by linking to __imp___ZSt4cout (auto-import)
Output size is 42.37 KB
Process terminated with status 0 (0 minutes, 9 seconds)
0 errors, 1 warnings
Tim S.