Re: [Ekiga-list] chat



On 18/05/11 11:59, herman wrote:

On 05/18/2011 01:23 PM, Eugen Dedu wrote:

On 17/05/11 20:15, Antonio Trande wrote:
Ok, compiling Ekiga 3.2.6 after* $ ./configure --prefix=/usr *command*:

*

*================ Final configuration ===================*
* Installing into prefix : /usr*

* GNOME support : unneeded*
* GConf support : enabled*
* Evolution-Data-Server support : enabled*
* NOTIFY support : enabled*
* LDAP support : enabled*

* XVideo support : enabled*

* H.323 support : yes*

* DBUS support : enabled*
* DBUS service support : enabled*
* mDNS/DNS-SD support : enabled*

*The following features are experimental -- you've been warned:*
* GStreamer support : disabled*
* KAddressBook support : disabled*
* KDE support : disabled*
* XCAP support : disabled*

* OS Type : linux-gnu*
* Machine Type : i686*
* Byte Order : little endian*

* If all settings are OK, type make and make install *
*=======================================================*


* $ make *command fails with error:

In file included from /usr/include/libnotify/notify.h:28:0,
from
../../../../lib/engine/components/libnotify/libnotify-main.cpp:41:
/usr/include/libnotify/notification.h:28:21: fatal error: gtk/gtk.h:
File o
directory non esistente
compilation terminated.


Is this the problem that cause chat malfunctioning ?

No. This is another problem, introduced recently. I will re-compile it
myself, to see where the problem lies. Please wait.

In the Makefile, GTK_CFLAGS is missing from the libnotify-main.lo stanza:
libnotify-main.lo: $(libnotify_dir)/libnotify-main.cpp
$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS)
$(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)

Indeed. This is because libnotify devs removed this -I flag with libnotify 0.7.2 (see http://git.gnome.org/browse/libnotify/commit/?id=0eb56b2f) in order to allow it to be compiled with applications using gtk3, and also with application using gtk2 (they use different -I flag).

I will add it to Makefile.

--
Eugen


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