Author Topic: bug report--codeblocks svn4564 in windows xp  (Read 3348 times)

reasoner

  • Guest
bug report--codeblocks svn4564 in windows xp
« on: November 02, 2007, 07:49:39 am »
environment:
windows xp, MinGW-5.1.3, gdb-6.3-2, wxPack_v2.8.6.01
code::blocks svn 4564

problem:
cannot build debug target or release target, though can build either of them.
the problem occured at my laptop computer, however it is fine in my pc.

code::blocks build log:
-------------- Build: Release in HelloWorld ---------------
Precompiling header: wx_pch.h
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
cc1plus.exe: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
 

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

reasoner

  • Guest
Re: bug report--codeblocks svn4564 in windows xp
« Reply #2 on: November 02, 2007, 09:53:28 am »
I have solved the problem.
maybe it's not a bug.
I was building a wxwidget project. in the wizard I checked the "Create and use precompiled header(PCH)".
the PCH has only one copy for debug and release version, so the problem occored.
I don't know if its a dug, however I think C::B should provide different copies of PCH for both debug and release targets.