Same error. make file is attachment. 2011/5/18 herman <[email protected]>
> On 05/18/2011 02:32 PM, Antonio Trande wrote: > > Therefore, shall i add > > *$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile > $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) > $(AM_CXXFLAGS) $(CXXFLAGS) > > *into *make file* before to start compiling ?* > > * > > 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). > > -- > Eugen > > _______________________________________________ > ekiga-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/ekiga-list > > > > > > -- > *Antonio Trande > * > *Homepage*: http://www.computer-legacy.net > *Sip Address* : sip:sagitter AT ekiga.net > > > _______________________________________________ > ekiga-list mailing > [email protected]http://mail.gnome.org/mailman/listinfo/ekiga-list > > In file: lib/engine/components/libnotify/Makefile, add GTK_CFLAGS like > this: > 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) $(GTK_CFLAGS) > > Then it should compile. > > _______________________________________________ > ekiga-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- *Antonio Trande "Fedora Ambassador" "Fedora Italian Translator" **mail*: mailto:[email protected] <[email protected]> *Homepage*: http://www.computer-legacy.net *Sip Address* : sip:sagitter AT ekiga.net *Jabber <http://jabber.org/>* :sagitter AT jabber.org *GPG Key: CFE3479C** *
Makefile
Description: Binary data
_______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
