Author Topic: Release compiler?  (Read 5452 times)

Offline ninja9578

  • Multiple posting newcomer
  • *
  • Posts: 11
Release compiler?
« on: March 09, 2010, 06:55:25 pm »
Sometimes when testing, a program goes into an infinite loop and I have to kill it.  First I try the little red X on the top of Code::Blocks.  It says Aborting process 0... Be patient, but doesn't do anything, so after a few minutes I kill it using the task manager. 

Is there a way for me to tell Code::Blocks that I took care of the process and to stop trying to abort?  Because I have to shut down Code::Blocks and restart it so that I can compile again.  This is very annoying to me because I often have 5-10 projects open at the same time.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Release compiler?
« Reply #1 on: March 09, 2010, 07:21:23 pm »
Have you tried a recent nightly?

p.s. Things you have forgotten to tell us: c::b version, gcc version, os version...
(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 ninja9578

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Release compiler?
« Reply #2 on: March 09, 2010, 08:24:59 pm »
8.0.2,  Windows 7, and how can I tell what version of GCC I'm using?  I would assume 4.0 because iostreams work and they're broken in 4.2.  It's actually MinGW, not GCC.  I didn't upgrade it, I left it with the version that came with the IDE.

I don't do nightly builds, I learn my lesson with that using wxWidgets.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Release compiler?
« Reply #3 on: March 09, 2010, 10:56:07 pm »
8.0.2,  Windows 7, and how can I tell what version of GCC I'm using?  I would assume 4.0 because iostreams work and they're broken in 4.2.  It's actually MinGW, not GCC.  I didn't upgrade it, I left it with the version that came with the IDE.

I don't do nightly builds, I learn my lesson with that using wxWidgets.

The version packaged with the IDE IS NOT Vista Compatible; therefore it is unlikely to work with Windows 7.

The below should give the version of MinGW GCC you need 4.x or 3.4.5 ... R3 or higher.
Code
gcc -v
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ninja9578

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Release compiler?
« Reply #4 on: March 10, 2010, 11:05:15 pm »
Thank you.  I have 3.4.5 (mingw-vista special)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Release compiler?
« Reply #5 on: March 11, 2010, 12:29:07 am »
Thank you.  I have 3.4.5 (mingw-vista special)

Not good for Vista; it must have r3 to be new enough for Vista.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org