On Fri, 2026-01-16 at 10:31 -0600, Jeremiah Benham wrote: > Richard, > I compiled this again with --enable-debug. I looked through the logs > and it is compiled -O0 you need -O0 -g in the CFLAGS to get the debug symbols for debugging under gdb (-- enable-debug doesn't do that) > with debugging turned on. Do I also need to get rid of the LD_FLAGS = > "-mwindows" if I want to see the errors? Yes: I just did a search back through our mailing list for -mwindows and see we were discussing this back in 2018, and yes, it seems that the -mwindows flag is to suppress the appearance of the console. So dropping it should enable you to see console output - not sure if it's relevant under wine though... Richard I've pasted the bit of that thread from 2018 here: "> > > It is still popping up a Console, (like the old denemo- > > > console.exe > > > did). > > > > I put the -mwindows in the CFLAGS I wonder why it is still doing > > that. > > > > I have rebuilt this now placing -mwindows in AM_LDFLAGS like it was > in gub. Let me know if that gets rid of the console.
Yes, that gets rid of the console, it is the linker that has to take notice of -mwindows but it's surprising that gcc didn't pass it on." > > Best, > Jeremiah > > On Tue, Jan 6, 2026 at 11:16 AM Jeremiah Benham > <[email protected]> wrote: > > Thanks for trying. Here is an updated link: > > https://denemo.org/~jjbenham/mxe/denemo.zip > > I appreciate your help. > > > > Best, > > Jeremiah > > > > On Tue, Jan 6, 2026, 10:39 AM Joe Wilkinson > > <[email protected]> wrote: > > > So the big package was not found and the static one keeps being > > > rejected by Microsoft Security. > > > Sorry > > > Joe > > > On 06/01/2026 15:58, Jeremiah Benham wrote: > > > > > > > Anyone, > > > > I created a win32 64 static build of denemo using mxe. This is > > > > also > > > > using guile-3.0.10. It is likely to need some debugging and > > > > testing. I > > > > have ran into problems testing it with wine and I want to know > > > > what > > > > the console output is so I can try to fix what may not be > > > > working. > > > > This is the large package with lilypond and probably a some > > > > library > > > > stuff that is not needed: > > > > https://denemo.org/~jjbenham/mxe/denemo-2026-01-04.zip > > > > Here is the static application alone: > > > > https://denemo.org/~jjbenham/mxe/usr/x86_64-w64-mingw32.static/bin/denemo.exe > > > > > > > > Thanks, > > > > Jeremiah > > > >
