Author Topic: It seems the project has not been built yet.... Please help  (Read 7120 times)

Offline swindlz

  • Single posting newcomer
  • *
  • Posts: 4
It seems the project has not been built yet.... Please help
« 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.   :(

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline swindlz

  • Single posting newcomer
  • *
  • Posts: 4
Re: It seems the project has not been built yet.... Please help
« Reply #2 on: February 05, 2010, 06:17:24 pm »
As a matter of fact i have but i cannot find a sulution

Offline swindlz

  • Single posting newcomer
  • *
  • Posts: 4
Re: It seems the project has not been built yet.... Please help
« Reply #3 on: February 05, 2010, 06:31:00 pm »
I cannot understand any of the others (yes i am a noob)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: It seems the project has not been built yet.... Please help
« Reply #4 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline swindlz

  • Single posting newcomer
  • *
  • Posts: 4
Re: It seems the project has not been built yet.... Please help
« Reply #5 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: It seems the project has not been built yet.... Please help
« Reply #6 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.
« Last Edit: February 06, 2010, 02:13:20 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org