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: Andreas Schneider
Subject: Re: [Denemo-devel] Building with Gtk 3.22
Date: Thu, 5 Jan 2017 23:50:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0

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);
                                         ^~~~~
In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:13,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from ../include/denemo/denemo_objects.h:13,
                 from ../include/denemo/denemo_types.h:20,
                 from ./audio/audiointerface.h:17,
                 from ./audio/alsabackend.h:17,
                 from audio/alsabackend.c:15:
/usr/include/glib-2.0/glib/gthread.h:214:17: note: expected ‘GMutex *
{aka union _GMutex *}’ but argument is of type ‘GMutex {aka union _GMutex}’
 gboolean        g_cond_wait_until               (GCond          *cond,
                 ^~~~~~~~~~~~~~~~~

The complete log file is attached.

Andreas

Attachment: make.log
Description: Text Data


reply via email to

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