Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: auronperalta on August 31, 2013, 01:53:41 am

Title: CB failing to build
Post by: auronperalta on August 31, 2013, 01:53:41 am
Hello,

   I wasn't sure if i was supposed to create another thread so, since my problem is similar to another one i saw on another topic here, but I was recommended to create a new topic. I also am not sure if this is a problem with CB or MinGW. I'm sorry if I shouldn't create this topic. Anyway:

   I wrote a code and cleaned it so the program could build it. I tried to build it, but the following message showed up:

Execution of 'mingw32-g++.exe  -o "C:\Users\Paulo\Documents\Estruturas de Dados 2013.1\Lista de Compras\ListaDeCompras.exe" "C:\Users\Paulo\Documents\Estruturas de Dados 2013.1\Lista de Compras\ListaDeCompras.o"' in 'C:\Users\Paulo\Documents\Estruturas de Dados 2013.1\Lista de Compras' failed.

   I thought I read that this bug was already fixed. I downloaded CB recently and readjusted the PATH (system variable). I also installed MinGW, so I shouldn't have these kinds of problems. Hope someone can help. Thanks in advance!
Title: Re: CB failing to build
Post by: stahta01 on August 31, 2013, 03:33:28 am
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)

Edit: To save time, I suggest rebooting your PC; because have a locked exe is the common newbie cause of the issue.

Tim S.