On Fri, 2013-06-07 at 15:14 +0200, loi Rivard wrote: > Could you please tell me what steps you follow to cross-compile > denemo?
Eloi - this is my blunder - I forgot that even though the gub build system automatically does a git pull it does not do a completely clean build. I have to delete a heap of files with rm -rf target/mingw/*/denemo-* before make denemo. I've put this in a script now - apologies for the false alarm. Richard > > > > 2013/6/7 loi Rivard <[email protected]> > Do you mean replace calls to #ifdef USE_EVINCE by #ifndef > DONT_USE_EVINCE so the default behavior would be to use > evince? That sounds a good idea. > > > > 2013/6/7 Richard Shann <[email protected]> > On Thu, 2013-06-06 at 21:56 +0200, loi Rivard wrote: > > Ok. I will try to fix that tomorrow. > > > I see in view.c the idiom > > #ifndef USE_EVINCE > > this would have been fail-safe if you had used > > #ifdef USE_EVINCE > > as some test would have to work to set USE_EVINCE, > > > Richard > > > > > > > > > > 2013/6/6 Richard Shann <[email protected]> > > On Thu, 2013-06-06 at 13:48 +0200, loi > Rivard wrote: > > > Ok great, it works! > > > > Sadly, the windows build is generating a bad > executable - no > > Print View > > window and no Print Layout window appears. I > guess this is > > because of > > the option not to build evince? > > > > Richard > > > > > > > > > > > > > > > > 2013/6/6 Richard Shann > <[email protected]> > > > On Thu, 2013-06-06 at 10:40 +0200, > loi Rivard wrote: > > > > Did you run autogen.sh ? > > > > > > yes, full install > > > > > > > > No text has been written in the > console ? > > > > > > IdentifyKeboardButton > > > LoadDefaultButton > > > SaveButton > > > OpenButton > > > Arranger Profile > > > stopping playback > > > Removed 0 > > > that's it, i quit! > > > destroying PortAudio backend > > > destroying PortMidi backend > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > > 2013/6/6 Richard Shann > <[email protected]> > > > > On Thu, 2013-06-06 at > 10:19 +0200, loi > > Rivard wrote: > > > > > What if you replace > > "ui/command_manager.glade" by > > > the right > > > > path to > > > > > command_manager.glade > in > > kbd-interface.c? > > > > > > > > yes, that came up now. > > > > > > > > > This path will not > stay like > > > > > this in the code, it > is for a testing > > purpose. > > > > > > > > > Le jeudi 06 juin 2013 > 09:09 +0100, > > Richard Shann > > > a crit : > > > > > > On Thu, 2013-06-06 > at 09:52 +0200, loi > > Rivard > > > wrote: > > > > > > > Hi, > > > > > > > > > > > > > > I created a branch > "command-manager" > > where I > > > put a draft > > > > of the > > > > > > > command manager I > am working on. I > > added a > > > dependency to > > > > gmodule in > > > > > > > order to get the > glade UI connected > > to C > > > callbacks. It > > > > is great, it > > > > > > > only takes a few > lines of code to > > get things > > > work. I > > > > tested it on Gtk2 > > > > > > > and Gtk3 and it > seems to work, but > > I'd like > > > some more > > > > checks. > > > > > > > Could you please > run denemo, then > > Edit > > > > Customize… > > > > > Manage Command > > > > > > > Set > > > > > > > > > > > > ** (denemo:11875): > WARNING **: Failed > > to open > > > file > > > > > > > 'ui/command_manager.glade': No such > > file or > > > directory > > > > > > > > > > > > > > > > > > > and check that > you correctly see > > the new > > > interface. > > > > > > > > > > > > and nothing > shows ... > > > > > > > > > > > > but it configured > and built just fine > > > > > > > > > > > > Richard > > > > > > > > > > > > > > > > > > > Then, click on a > button on the top > > bar and > > > check that > > > > something is > > > > > > > displayed in the > console. > > > > > > > > > > > > Not sure what you meant > me to click on - > > tried > > > various buttons > > > > without > > > > effect ... > > > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > Denemo-devel > mailing list > > > > > > > > [email protected] > > > > > > > > > > > https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > loi Rivard - [email protected] > > > > > > > > On perd plus tre indcis qu' se > tromper. > > > > > > > > > > > > > > > > > > > > > > -- > > > loi Rivard - [email protected] > > > > > > On perd plus tre indcis qu' se tromper. > > > > > > > > > > > > > > > -- > > loi Rivard - [email protected] > > > > On perd plus tre indcis qu' se tromper. > > > > > > > > > -- > loi Rivard - [email protected] > > On perd plus tre indcis qu' se tromper. > > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > > -- > loi Rivard - [email protected] > > On perd plus tre indcis qu' se tromper. > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
