2013/11/18 Alessio Mochi <alessio211...@yahoo.it>
> Hello,
> I try compile my code with mingw and I get:
> ..\Common\mainWindow\mainwindow_xxx.cpp: In member function 'void
> MainWindow::deformGum()':
> ..\Common\mainWindow\mainwindow_xxx.cpp:284:1: internal compiler error:
> Segmentation fault
> }
> ^
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://sourceforge.net/projects/mingwbuilds/> for instructions.
> jom: D:\DentalPortingMinGW_VS\DentalCad\Makefile.Release
> [DentalCadRelease\.obj\mainwindow_xxx.o] Error 1
> jom: D:\DentalPortingMinGW_VS\DentalCad\Makefile [release] Error 2
> 15:38:24: The process "C:\Qt\Qt5.1.1\Tools\QtCreator\bin\jom.exe" exited
> with code 2.
> Error while building/deploying project DentalCad (kit: kit qt 4.7)
> When executing step 'Make'
>
> I have compile the same code on gcc 4.8.1 on ubuntu linux and compile
> without internal error.
> I tried to download the last version of mingw but no way I get the same
> error...
> I need help.
> Thanks in advance.
>
Hi,
Could you perform these actions and post the (zipped!) result please:
1. check the compiler output window to see what command was used to build
this file (should contain g++ ........ -o
DentalCadRelease\.obj\mainwindow_xxx.o .....)
2. Copy that command, and modify it by adding "-E" (without quotes) and
make the output read "-o mainwindow_xxx.ii"
3. Run that command in the exact same directory that make/jom is running
that in (I presume "D:\DentalPortingMinGW_VS\DentalCad")
4. Check that mainwindow_xxx.ii is created and it contains preprocessed C++
(it should be valid c++, and contain everything the compiler sees,
including the original source code).
5. Zip it, and submit a bug report to the GCC bug
tracker<http://gcc.gnu.org/bugzilla/>,
additionally including all output from "g++ -v".
6. Email a link to the bug here to grab the important people's attention to
the now documented bug with testcase.
If you need any help with the steps listed above, please feel free to ask.
Ruben
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public