denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Building with Gtk 3.22


From: Richard Shann
Subject: Re: [Denemo-devel] Building with Gtk 3.22
Date: Fri, 06 Jan 2017 08:48:04 +0000

On Thu, 2017-01-05 at 23:50 +0100, Andreas Schneider wrote:
> Am 05.01.2017 um 18:25 schrieb Richard Shann:
> >>  I
> >> have built on the testing distribution without problems. Testing has
> >> libgtk-3-dev 3.22.5-1 and gtk-doc-tools 1.25-6. 
> > 
> > Thank you very much for the log of this build. It shows that there are
> > more deprecations made by Gtk since 3.14.5 which I have gone through
> > fixing. I have pushed fixes to these now, but one of them is only
> > available from 3.20 so I have made that conditional but cannot test.
> > It's main use is in positioning the cursor by shift-clicking in the
> > Print View or the Playback View.
> > 
> > If you get an opportunity to build again and generate another make.log
> > file and see if the shift-clicking works in the Print View that would be
> > great.
> 
> Building throws an error:
> 
> audio/alsabackend.c: In function ‘process_thread_func’:
> audio/alsabackend.c:53:41: error: incompatible type for argument 2 of
> ‘g_cond_wait_until’
>        g_cond_wait_until (&process_cond, mutex, end_time);

ah, missed that one, sorry, I've pushed the fix to git (mutex becomes
&mutex).

Richard





reply via email to

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