Author Topic: Why build not working?  (Read 5397 times)

Offline urbangeek

  • Single posting newcomer
  • *
  • Posts: 4
Why build not working?
« on: April 06, 2010, 06:26:51 pm »
hello guys...
i've started using code blocks recently. In my pc it's working fine, but when i installed it in HP mini the build option not working. so can't run the program.i tried in two of my friends' HP mini.
But no luck. :(
Please help.
thanks in advance.

Offline Okaya

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Why build not working?
« Reply #1 on: April 08, 2010, 08:39:29 pm »
Try giving a few more details about the problem: You can provide your program's code, and also the contents of your "Build Log". 

Go to Settings -> Compiler and Debugger -> Other Settings (it's a tab to the right) , and you'll see an option entitled "Compiler Logging". Set that to "Full command line".

Then try building your program. After the building (whether it failed or not), go to your "Build Log" tab (bottom of the main window, positioned under your code). Right-click on the tab and choose "copy contents to clipboard". Then paste it in this post, so others can see it and provide assistance.

Okaya

Offline urbangeek

  • Single posting newcomer
  • *
  • Posts: 4
Re: Why build not working?
« Reply #2 on: April 10, 2010, 11:55:36 am »
sorry for the late reply. i was in a tour. actually problem is that the 'build' isn't working at all. when i'm clicking on 'build absolutely nothing is happening. all the settings are same like it's in my desktop computer. it's working great in my desktop. but here it's giving this building problem.
i changed it to 'full command line' as you mentioned.. but no good.,
Please help guys. i got no clue.
thanks

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Why build not working?
« Reply #3 on: April 10, 2010, 12:32:27 pm »
If your settings are the same, is your installation the same ?
Are your compilers, libraries, toolkits installed and set up correctly ?

Offline urbangeek

  • Single posting newcomer
  • *
  • Posts: 4
Re: Why build not working?
« Reply #4 on: April 10, 2010, 08:11:33 pm »
In my pc it's mingw version. that didn't work in my laptop. so now the normal version is installed. Yes all the setup are same, the default settings.
i wonder if it has anything to do with this laptop hardware. Cause in same other 2 laptop it's not working either. the same problem. 'build' not working at all. Just wonder how it's possible though. But i'm not a specialist, so can provide you guys this info only.
« Last Edit: April 10, 2010, 08:14:20 pm by urbangeek »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Why build not working?
« Reply #5 on: April 10, 2010, 08:16:33 pm »
In my pc it's mingw version. that didn't work in my laptop. so now the normal version is installed. Yes all the setup are same, the default settings.
i wonder if it has anything to do with this laptop hardware. Cause in same other 2 laptop it's not working either. the same problem. 'build' not working at all. Just wonder how it's possible though. But i'm not a specialist, so can provide you guys this info only.

With no more information, nobody will be able to help you.

Offline urbangeek

  • Single posting newcomer
  • *
  • Posts: 4
Re: Why build not working?
« Reply #6 on: April 10, 2010, 08:18:03 pm »
well...what else info you guys need? i really need this working.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Why build not working?
« Reply #7 on: April 10, 2010, 08:24:03 pm »
At least C::B version, OS and version, compiler and version

Offline Okaya

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Why build not working?
« Reply #8 on: April 17, 2010, 03:03:10 pm »
At least C::B version, OS and version, compiler and version
That is:

Your version of Code Blocks (go to Help -> About... and you'll see it mentioned there, for example my version is Code::Blocks 8.02).

Also your computers' operating system (both your desktop and laptop) and it's version.

The compiler you use for each computer's Code::Blocks configuration (go to Tools -> Compiler and Debugger, and you will see on top of the window that opens a label reading "Selected compiler". This is the compiler your Code::Blocks is currently set to use).


Okaya