Author Topic: probably a bug: Stop building failed.  (Read 2327 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
probably a bug: Stop building failed.
« on: May 11, 2009, 11:02:23 am »
Windows TDM 4.4.

I'm build a project(OpenCV library) which use a makefile(generated by CMake) as it's build option.

Once I start building, I can hardly stop the building process. Even though I close codeblocks, the mingw32-make.exe were still running in background.

Any suggestions?
Thanks.

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.