I have downloaded and installed http://denemo.org/downloads/denemo-1.0.0.~rc.1-0.mingw.exe
The good news is the Window file locking problem is fixed with that g_object_unref() call I put in the code. New is that denemo-console.exe is not created, instead denemo.exe has the console flag set. That is, denemo.exe creates a terminal which the user must not delete otherwise he kills his work. LilyPond still has the console flag set too, which with continuous typesetting turned on grabs the keyboard focus at every note you insert! I guess you know the flag concerned by now? More challenging is that the windows version is not following the point and click. The Evince widget is showing the location data, and the anchors *are* present in the LilyPond window for the navigation to happen, but the cursor does not move when a notehead is clicked in the print view :( This is going to be tricky to debug; I'll mull it over for a while, but otherwise I shall just have to insert a lot of trace print-outs to find out what is going on. I guess I could also wire up a scheme interface to test out the navigation system... Richard On Tue, 2012-11-27 at 16:10 +0100, Jeremiah Benham wrote: > > On Sun 25/11/12 3:12 PM, "Richard Shann" [email protected] wrote: > > Jeremiah - I have pushed a fix for the file locking on Windows - if > > you > have time to crank out another binary. > > Ok. I have placed a tarball and updated the windows binary: > http://denemo.org/downloads/denemo-1.0.0~rc1.tar.gz > http://denemo.org/downloads/denemo-1.0.0.~rc.1-0.mingw.exe > > I am not sure why gub put the extra "." after the 1.0.0. > > Jeremiah > > > > > Richard > > > > On Tue, 2012-11-20 at 09:00 -0600, Jeremiah Benham wrote: > > > For some reason I found an email on the archive that > > did not make it to > > my inbox. It was about compiling portmidi without > > different CFLAGS. I > > have done that. I am not sure what we want to call > > the next release > > candidate. denemo-1.0-rc1 or something like > > that? > > > > > Binary snapshots available here: > > > > > > http://denemo.org/downloads/denemo-2012.11.19-0.linux-x86 > >> > > > http://denemo.org/downloads/denemo-2012.11.19-0.mingw.exe > >> > > > Jeremiah > > > > > > > > _______________________________________________ > > Denemo-devel mailing list > > > Denemo-dev > > [email protected] > > https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > > > > > > > > > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
