Code::Blocks Forums

User forums => Help => Topic started by: swindlz on February 05, 2010, 05:24:10 pm

Title: It seems the project has not been built yet.... Please help
Post by: swindlz on February 05, 2010, 05:24:10 pm
I am 100% new to coding, the only other bit i have done is Flash action script 2.0. I have installed Code::Blocks but i encouterd a problem.

If i try to test the "hello world" it comes up with : it seems the project has not been built yet. Do you want to build it now? So I click yes and it just opens again.

Please could someone help me and try to avoid anything i will not understand.

P.S mind my poor english.   :(
Title: Re: It seems the project has not been built yet.... Please help
Post by: oBFusCATed on February 05, 2010, 05:52:34 pm
Have you tried this: http://lmgtfy.com/?q=codeblocks+It+seems+the+project+has+not+been+built+yet  :lol: :P
Title: Re: It seems the project has not been built yet.... Please help
Post by: swindlz on February 05, 2010, 06:17:24 pm
As a matter of fact i have but i cannot find a sulution
Title: Re: It seems the project has not been built yet.... Please help
Post by: swindlz on February 05, 2010, 06:31:00 pm
I cannot understand any of the others (yes i am a noob)
Title: Re: It seems the project has not been built yet.... Please help
Post by: stahta01 on February 05, 2010, 06:48:44 pm
1. Learn what a C/C++ Compiler is and what it does.
    Go to a beginner site that teaches C/C++ basics

2. Install a Compiler
    Go to the Compiler Site and get the compiler.
    Note: It is preferred to install compilers to a path without spaces or special characters.
 
3. Configure Compiler inside Code::Blocks
    http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler
   
4. Turn on Full Compiler Logging.
    http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

5. Learn to ask meaningful questions; this means supplying the needed info
 Like OS, Compiler and Version, Code::Blocks version etc.

 
Tim S.
Title: Re: It seems the project has not been built yet.... Please help
Post by: swindlz on February 05, 2010, 07:00:56 pm
1. Learn what a C/C++ Compiler is and what it does.
    Go to a beginner site that teaches C/C++ basics

2. Install a Compiler
    Go to the Compiler Site and get the compiler.
    Note: It is preferred to install compilers to a path without spaces or special characters.
 
3. Configure Compiler inside Code::Blocks
    http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler
   
4. Turn on Full Compiler Logging.
    http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

5. Learn to ask meaningful questions; this means supplying the needed info
 Like OS, Compiler and Version, Code::Blocks version etc.

 
Tim S.


Ok, I am using windows vista and i downloaded Code::Blocks yesterday so i assume it is the latest one. I use gnu gcc compiler if that helps at all.
Title: Re: It seems the project has not been built yet.... Please help
Post by: stahta01 on February 05, 2010, 11:25:58 pm
Ok, I am using windows vista and i downloaded Code::Blocks yesterday so i assume it is the latest one. I use gnu gcc compiler if that helps at all.

You CAN NOT be helped; DO NOT ASSUME Anything.

I suggest installing a Vista Compatible MinGW GCC Compiler; because most people who are newbies DO NOT install one. Because they assume!!!

Tim S.