Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: cambalinho on December 18, 2017, 09:47:35 pm

Title: [RESOLVED]Code Blocks: what is wrong with Setup with GCC\mingw compiler?
Post by: cambalinho on December 18, 2017, 09:47:35 pm
i did the download of your Code Blocks Setup with mingw\GCC compiler?
http://www.codeblocks.org/downloads/binaries
i did notice that is missing some headers files like 'Vssym32.h'.
what anyone can tell me about these download?
Title: Re: Code Blocks: what is wrong with Setup with GCC\mingw compiler?
Post by: stahta01 on December 18, 2017, 10:40:33 pm
I would suggest using an MinGW64 based GCC compiler instead of an MinGW32 (mingw.org) based GCC compiler.

Or, you can try copying headers; but, that sometimes results in a compiler that has random-like errors.

Tim S.
Title: Re: Code Blocks: what is wrong with Setup with GCC\mingw compiler?
Post by: cambalinho on December 18, 2017, 10:51:35 pm
can you advice a correct and update download for it?
i have found one, but the exe\setup is so small, that i think that can be a virus :(
Title: Re: Code Blocks: what is wrong with Setup with GCC\mingw compiler?
Post by: stahta01 on December 18, 2017, 10:58:36 pm
can you advice a correct and update download for it?
i have found one, but the exe\setup is so small, that i think that can be a virus :(

I use the MSys2 MinGW64 GCC which is not really something I would recommend for a newbie to use.
Maybe someone else can recommend a good url for an easy to use Mingw64 installer.

Tim S.
Title: Re: Code Blocks: what is wrong with Setup with GCC\mingw compiler?
Post by: sodev on December 21, 2017, 08:49:51 pm
Simply use the rolling online installer from https://mingw-w64.org/doku.php/download/mingw-builds, this is only small (~1 MB) because it downloads everything it needs. You will end up with a directory that contains the full toolchain, you just need to point CodeBlocks to it to use it.
Title: Re: Code Blocks: what is wrong with Setup with GCC\mingw compiler?
Post by: cambalinho on December 21, 2017, 10:34:13 pm
thank you so much to all