[Mingw-w64-public] Is there a way to figure out why - cc1plus.exe has stopped working

2015-04-14 Thread James Franco
I am attempting to port a project from Visual Studio to Mingw 64 bit GCC. During the port when I attempt to build a certain component using Mingw g++ through CodeBlocks I get the error "cc1plus.exe has stopped working." Is there a way for me to figure out what might be the cause of this crash ? Cou

Re: [Mingw-w64-public] Is there a way to figure out why - cc1plus.exe has stopped working

2015-04-14 Thread Ruben Van Boxem
2015-04-14 19:13 GMT+02:00 James Franco : > I am attempting to port a project from Visual Studio to Mingw 64 bit GCC. > During the port when I attempt to build a certain component using Mingw g++ > through CodeBlocks I get the error > "cc1plus.exe has stopped working." Is there a way for me to fig

Re: [Mingw-w64-public] Is there a way to figure out why - cc1plus.exe has stopped working

2015-04-14 Thread James Franco
Here is the compiler invocation g++.exe -std=c++11 -Winvalid-pch -fpermissive -include "ktafx.h" -D_DEBUG -D_USRDLL -DKT_THREAD_NAME=GAME -DBOOST_EXCEPTION_DISABLE -DAFP_BINDATA_USE_OFFSET -DAVS_NDEBUG -DAVS_TARGET_WIN7 -DAVS_POINTER_64BIT -D_WINDLL -D_UNICODE -DUNICODE -DKT_WRAPPER_EXPORTS -DMING

Re: [Mingw-w64-public] Is there a way to figure out why - cc1plus.exe has stopped working

2015-04-14 Thread James Franco
So I noticed that including the following PCH header files file crashes g++ The content of which is given below. #pragma once #include #include #include #ifdef __cplusplus #include #include #include #include #include #include #define BOOST_ALL_DYN_LINK #define BOOST_ALL_NO_LIB

Re: [Mingw-w64-public] Is there a way to figure out why - cc1plus.exe has stopped working

2015-04-14 Thread lh_mouse
] Is there a way to figure out why - cc1plus.exe has stopped working So I noticed that including the following PCH header files file crashes g++ The content of which is given below. #pragma once #include #include #include #ifdef __cplusplus #include #include #include #include

Re: [Mingw-w64-public] Is there a way to figure out why - cc1plus.exe has stopped working

2015-04-14 Thread Norbert Pfeiler
gards, > lh_mouse > 2015-04-15 > > - > 发件人:James Franco > 发送日期:2015-04-15 04:29 > 收件人:mingw-w64-public > 抄送: > 主题:Re: [Mingw-w64-public] Is there a way to figure out why - > cc1plus.exe has stopped working > > So I

Re: [Mingw-w64-public] Is there a way to figure out why - cc1plus.exe has stopped working

2015-04-14 Thread asmwarrior
On 2015-4-15 10:48, Norbert Pfeiler wrote: > PCH on Windows did crash for *.gch files greater than 150 MiB or something. > I don’t think that got fixed recently This is the bug report: Bug 56926 – Crash (without ICE) while compiling Boost.Math https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926