http://bugs.winehq.org/show_bug.cgi?id=13116
Summary: wxDev-C++: Problem building projects Product: Wine Version: 0.9.61. Platform: PC-x86-64 URL: http://wxdsgn.sourceforge.net OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: nicocarbone@gmail.com
Created an attachment (id=12897) --> (http://bugs.winehq.org/attachment.cgi?id=12897) Source files of a wxWidgets project
wxDev-C++ installs and works flawlessly until I tried to compile the project using MinGW, witch came bundled with wxDev. It compiles the individual files with no problems, but fails somewhere in the linker or while making the exe. The error is:
C:\Proyecto\Makefile.win [Build Error] exe: *** [Objects/MingW/Proyecto_1_private.res] Error -1073741819
(Proyecto 1 is the project's name)
There is no Proyecto_1_private.res in the Objects/MingW folder, but i have no clue of the reason of this. Running wxDev from the terminal, appears this error, at the same time the compiler fails:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ee153de (thread 0021), starting debugger...
The same project compiles with no problem in Windows XP, using the same version of wxDev. I am using Ubuntu 8.04 (in spanish) and wine 0.9.61
wxWidgets can be downloaded for free from: http://downloads.sourceforge.net/wxdsgn/wxdevcpp_6.10.2_setup.exe?modtime=11... I attached an example of a wxWidgets project, which compiles perfectly under Windows XP, but fails under wine. To reproduce the crash: -Install wxDev-C++ with defaults options -Run wxDev-C++, go to File -> Open Project o File... and open EjemploFrm.dev -Build and compile the project (go to Execute -> Rebuild All)