wxDev-C++ compile errors in Wine 0.9.61 - Ubuntu 8.04

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nicocarbone
Newbie
Newbie
Posts: 3
Joined: Fri May 09, 2008 3:45 pm

wxDev-C++ compile errors in Wine 0.9.61 - Ubuntu 8.04

Post by nicocarbone »

Hi everyone. First of all, my congratulations for your excellent work developing Wine, and helping linux community.
Now, to my problem. I need to develop a windows application for the university using wxWidgets and wxDev-C++. I don't want to install windows only for this project, so I tried to run wxDev on wine. It installed and worked 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.
Is there a way to solve this problem? Any help will be welcomed. Thanks you,

(forgive my bad English)
Dan Kegel

wxDev-C++ compile errors in Wine 0.9.61 - Ubuntu 8.04

Post by Dan Kegel »

On Fri, May 9, 2008 at 2:03 PM, nicocarbone <[email protected]> wrote:
... wxDev on wine ... worked 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

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.
Please put together a toy project that shows the same problem,
then file a bug at bugs.winehq.org and attach your project source
to the bug, giving instructions on how to reproduce the crash.
We'll have a look at it.
- Dan
Locked