denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] duration, rhythm, metronome, etc., for MIDI-input?


From: Richard Shann
Subject: Re: [Denemo-devel] duration, rhythm, metronome, etc., for MIDI-input?
Date: Sat, 01 Feb 2014 09:20:01 +0000

On Fri, 2014-01-31 at 20:53 -0500, Bric wrote:
[...]
> /src/denemo/denemo-1.1.2/src/view.c:1423: undefined reference to 
> `g_list_free_full'
> sourceaudio.o: In function `generate_note_onsets':
> /src/denemo/denemo-1.1.2/src/sourceaudio.c:98: undefined reference to 
> `g_list_free_full'

Looking in the documents I see:

8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
g_list_free_full ()

void                g_list_free_full                    (GList *list,
                                                         GDestroyNotify 
free_func);

Convenience method, which frees all the memory used by a GList, and calls the 
specified destroy function on every element's data.

list :
        a pointer to a GList

free_func :
        the function to be called to free each element's data

Since 2.28

8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><

The last bit says that g_list_free_full() has been in GLib since version
2.28, so one possibility is that you have an old GLib. I guess it is
difficult for the developers to keep track of what the minimum version
requirement for every library is - it should check on configure that you
are sufficiently up-to-date.

Can you find out what version of glib you have?

Richard





reply via email to

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