Author Topic: Problems compiling the wxWidget Template with Release Target  (Read 3722 times)

sledge77

  • Guest
Problems compiling the wxWidget Template with Release Target
« on: September 30, 2006, 07:49:13 am »
Hi,

i have compiled wx with mingw32 3.4.2. If i try to build the "standard" project of wxwidgets in CodeBlocks with the target debug it all works fine. But if i try to compile the releas target i get following error.

-------------- Build: Release in TestWX ---------------
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
 
I am using the nightly build from 29th Sept. and Mingw 3.4.2.
Could anybody tell me whats wrong? Is it the wrong Mingw version?

Thanks a lot

/Sledge77

sledge77

  • Guest
Re: Problems compiling the wxWidget Template with Release Target
« Reply #1 on: September 30, 2006, 07:57:07 am »
I tried a little bit.

If i disable PCH it works.

/Sledge77