Author Topic: Cant build, run or compile a program  (Read 4710 times)

Offline pakrom

  • Single posting newcomer
  • *
  • Posts: 3
Cant build, run or compile a program
« on: February 16, 2011, 08:12:02 pm »
donno why...please help me...when i want run the program a pop up will appear say that "It seems that this file has not been build yet. Do you want o build it now?"...but when i press yes, nothing happen...

Rafiki

  • Guest
Re: Cant build, run or compile a program
« Reply #1 on: February 16, 2011, 09:29:45 pm »
I'm having the same issue. Anyone know why this is happening? Thanks

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Cant build, run or compile a program
« Reply #2 on: February 17, 2011, 02:35:28 pm »
Read this: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Whats your OS? What version of CB? What compiler are you using?

Offline pakrom

  • Single posting newcomer
  • *
  • Posts: 3
Re: Cant build, run or compile a program
« Reply #3 on: February 18, 2011, 11:09:23 pm »
OS = windows 7 home premium
CB = codeblocks -10.05 with mingw
Compiler = 1st - GNU GCC conmpiler, 2nd i try - intel C/C++ compiler...both wont worked...

i already see the link that u give...but i have no idea what to select at compiler loging...

(This is done by selecting the "Full command line" option Under menu "Settings" -> "Compiler and Debugger" -> Global compiler settings -> [the compiler you use] -> "Other Setting" tab, "Compiler logging".)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Cant build, run or compile a program
« Reply #4 on: February 19, 2011, 12:17:43 am »
Probably try googling a bit, let my help you with a link: http://lmgtfy.com/?q=mingw

Here is an answer in another thread: http://forums.codeblocks.org/index.php/topic,14231.msg95795.html#msg95795
(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 pakrom

  • Single posting newcomer
  • *
  • Posts: 3
Re: Cant build, run or compile a program
« Reply #5 on: February 23, 2011, 01:50:15 pm »
tq for ur help...