At the moment of the abort it creates a transparent output screen and then the program aborts. If I comment out the msg function, it doesn't do anything and also not abort.
/* msg (ME, _("Cannot open reference manual: %s. The PSPP user manual is " "also available at %s"), err->message, PACKAGE_URL "documentation.html"); */
If I replace the msg function with: msg (ME, "Dummy"); PSPPIRE again aborts.
So it must be a problem with msg. Do you have a hint how I can debug this?
Have fun
Op schreef Ben Pfaff <address@hidden>: > Harry Thijssen address@hidden> writes: > > > > > I am trying to build a fresh MINGW32 toolchain on top of openSUSE 12.1 to > > > build the MSWindows package. It compiles fine, but at runtime it crashes. On > > > my old toolchain, the generated executable is fine. Even clicking on the > > > "Help" "Manual" is sufficient to get an abort. > > > > > > On MSWindows I don't get any output. On Wine I get the errors below. > > > > > > Anybody an idea what the problem can be? > > > > Is there a mingw32 help mailing list? I don't have a guess, > > myself. > > -- > > Ben Pfaff > > http://benpfaff.org > >