Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Leo.J90 on November 24, 2010, 02:28:05 pm

Title: [BUG]? Keeps asking to build
Post by: Leo.J90 on November 24, 2010, 02:28:05 pm
I deleted the *.o file from my project by mistake and every time i open my *.cbp it keeps saying something like "your project doesn't seem to be built yet, do you want to build it now?" and no matter what i click on, yes or not, it keeps annoying me. :o
Title: Re: [BUG]? Keeps asking to build
Post by: Jenna on November 24, 2010, 02:33:38 pm
Change "Settings -> Compiler and debugger... -> Global compiler settings -> [the compiler you use] -> Other settings(rightmost tab)" "Compiler logging" to "Full commandline" and post the output of the "Build log".
Title: Re: [BUG]? Keeps asking to build
Post by: dudetser on March 02, 2011, 06:59:51 pm
go Settings - > compiler and debugger -- >  toolchain executables -->change the field for "linker for dynamic libs" from "mingw32-g++.exe" to miggw32gcc.exe". This should fix it.