Re: [Ekiga-list] chat



On 18/05/11 15:37, herman wrote:
On 05/18/2011 03:19 PM, Antonio Trande wrote:
Same error.
make file is attachment.


The Makefile is still wrong. That is why.

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) -MT libnotify-main.lo -MD -MP -MF

I would say the final solution is the following:

in lib/engine/components/libnotify/Makefile.am, replace
AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS)
with
AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS) $(GTK_CFLAGS)

and re-execute everything (./configure and make clean and make).

Please try and tell us if it works.

--
Eugen


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