denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Separating Evince build (was Re: Command Manager)


From: Richard Shann
Subject: Re: [Denemo-devel] Separating Evince build (was Re: Command Manager)
Date: Fri, 07 Jun 2013 15:06:30 +0100

On Fri, 2013-06-07 at 15:03 +0100, Richard Shann wrote:
> 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?
> You do git clone of https://github.com/jjbenham/gub
> then
> I have the attached diff of changes which I have
> and then you do
> 
> cd gub

git branch mingw

I forgot that I am building using the mingw branch.

Richard


> make denemo
> 
> which creates an installer - the snag is you need a windows box to test
> it (though Jeremiah has used wine for that).
> 
> Richard
> 
> 
> 
> > 
> > 
> > 
> > 2013/6/7 loi Rivard <address@hidden>
> >         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 <address@hidden>
> >                 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 <address@hidden>
> >                 >         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
> >                 <address@hidden>
> >                 >         >         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
> >                 <address@hidden>
> >                 >         >         >         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
> >                 >         >         >         > > >
> >                 address@hidden
> >                 >         >         >         > > >
> >                 >         >
> >                 https://lists.gnu.org/mailman/listinfo/denemo-devel
> >                 >         >         >         > >
> >                 >         >         >         > >
> >                 >         >         >         >
> >                 >         >         >         >
> >                 >         >         >
> >                 >         >         >
> >                 >         >         >
> >                 >         >         >
> >                 >         >         >
> >                 >         >         >
> >                 >         >         > --
> >                 >         >
> >                 >         >         > loi Rivard - address@hidden
> >                 >         >         >
> >                 >         >         >  On perd plus  tre indcis qu' se
> >                 tromper.
> >                 >         >         >
> >                 >         >
> >                 >         >
> >                 >         >
> >                 >         >
> >                 >         >
> >                 >         > --
> >                 >         > loi Rivard - address@hidden
> >                 >         >
> >                 >         >  On perd plus  tre indcis qu' se tromper.
> >                 >         >
> >                 >
> >                 >
> >                 >
> >                 >
> >                 >
> >                 > --
> >                 > loi Rivard - address@hidden
> >                 >
> >                 >  On perd plus  tre indcis qu' se tromper.
> >                 >
> >                 
> >                 
> >                 
> >         
> >         
> >         
> >         -- 
> >         loi Rivard - address@hidden
> >                 
> >          On perd plus  tre indcis qu' se tromper. 
> >         
> >         
> >         _______________________________________________
> >         Denemo-devel mailing list
> >         address@hidden
> >         https://lists.gnu.org/mailman/listinfo/denemo-devel
> >         
> > 
> > 
> > 
> > -- 
> > loi Rivard - address@hidden
> >         
> >  On perd plus  tre indcis qu' se tromper. 
> > 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]