linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] 1.0-pre4 can't compile with "--disable-glib"


From: Huang Bo
Subject: Re: [Linphone-developers] 1.0-pre4 can't compile with "--disable-glib"
Date: Tue, 09 Nov 2004 15:57:14 +0800
User-agent: Mozilla Thunderbird 0.8 (X11/20040926)

Falls Huang  wrote:

   I found the bug in rtpport.h :

/*************************************/
......
#ifdef UGLIB_H
#define HAVE_GLIB
#endif

......

#ifndef HAVE_GLIB

.......

typedef void (*GLogFunc)  (const gchar *log_domain,
                                         GLogLevelFlags log_level,
                                          const gchar *message,
                                          gpointer user_data);
#endif  /* HAVE_GLIB */
/*************************************/

It's seemed that the author of rtppport.h thought that the uglib.h include the definition of GLogFunc , but the "support/uglib.h" not. How do you think about it ? Any suggest is welcome :)


Regards
Falls Huang




reply via email to

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