|
From: David G. <DGr...@am...> - 2015-10-09 14:56:33
|
>From: G >Subject: [Mingw-users] MinGW in Eclipse: 'Build Project' has encountered a problem <snip> >Errors occurred during the build. >Errors running builder 'CDT Builder' on project 'openPROJECT'. >Internal error building projectopenPROJECT configuration Default >java.lang.NullPointerException >Internal error building project openPROJECT configuration Default >java.lang.NullPointerException >I don't know if this is related to the configuration of MinGW but it happens only when I use this toolchain. >Thanks for help! I don't use Eclipse for C/C++ development, so I am no expert on CDT, but it appears that CDT builder tried to do something that didn't work. The Java messages seem to come from the Eclipse tools and do not indicate a need for any MinGW Java. Is there any kind of trace log that CDT Builder produces, or can produce if turned on? Knowing exactly what it was doing when it crashed is the key to understanding the failure. |