Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: SoBigBoy on February 12, 2014, 09:21:39 pm

Title: File Not Found Installation Warning
Post by: SoBigBoy on February 12, 2014, 09:21:39 pm
Please consider adding a warning when the compiler executable is not found during installation.

For example, if you install the MinGW C compiler (rather than the C++ compiler), and then install Code::Blocks, it defaults to mingw32-g++.exe which is the C++ compiler, even when the file does not exist.  If the file is not found, it should either default to mingw32-gcc.exe if it is found, or produce an error message so the users knows that the installation/configuration was incorrect or incomplete.

Thanks.