News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

code blocks doesnt build

Started by zwg, November 24, 2011, 01:08:33 AM

Previous topic - Next topic

zwg

well i ve tried a signal c++ program and it doesnt build . here my steps
i saved it like dokimi.cpp and then wrote this one :
#include <iostream>

using namespace std;

int main ()
{
    cout << "ole";
    return 0;
}

how i can make c::b to builds my cpp files?

Alpha

Have you read - How do I troubleshoot a compiler problem? - (and the rest of the FAQ)?

What compiler are you using?

What error message is Code::Blocks giving you?

Does it work to compile command line?

zwg

i go read now but if it helps you i get no error message it is like build button doesnt work

Alpha

I have never seen Code::Blocks not say anything; are all your logs enabled?  (F2 -> right click on logs (usually on the bottom of the screen) -> Toggle...)

Have you tried scrolling up?  (I cannot find any text in my Code::Blocks logs?)

Quote from: Alpha on November 24, 2011, 05:50:58 PM
What compiler are you using?
[...]
Does it work to compile command line?

What OS are you using?

What version of Code::Blocks are you using?

zwg

v10.05 what is OS ?  and i dont know my compiler do i have to download some? i just download codeblocks 2 days before and yes my logs are all there and all ticked no error message

oBFusCATed

zwg: you're joking, right?

Here is what an os is -> http://lmgtfy.com/?q=os
(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!]

zwg

well ok i knew what is i just didnt know how is that in english :) well i use windows xp proffecional 2002

Alpha

Which installer did you download?  codeblocks-10.05-setup.exe or codeblocks-10.05mingw-setup.exe?  If you used codeblocks-10.05-setup.exe, you will need to install a compiler (I would suggest TDM-GCC).

(You could optionally try a nightly build; they have a lot more features, but you will still need to install a compiler.)

zwg

well i did install this compiler in my pc and still build doesnt working :S

lechkozarski

#9
Welcome .

[Removed non-english content. English only!]

zwg

maybe any one can send me a setup file wich can build after install?

Alpha