On 05/18/2011 06:16 PM, Antonio Trande wrote:
Ok. Sorry but i'm not expert about it.
$ ./configure --prefix=/usr ---> done
now, i open make file on "lib/engine/components/libnotify"
directory and at line #372 add $(GTK_CFLAGS)
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)
-MT libnotify-main.lo -MD -MP -MF $(DEPDIR)/libnotify-main.Tpo
-c -o libnotify-main.lo `test -f
'$(libnotify_dir)/libnotify-main.cpp' || echo
'$(srcdir)/'`$(libnotify_dir)/libnotify-main.cpp
$(am__mv) $(DEPDIR)/libnotify-main.Tpo
$(DEPDIR)/libnotify-main.Plo
Is it correct ?
If i run $make, get
/usr/bin/ld: ../lib/engine/.libs/libekiga_engine.a(xvwindow.o):
undefined reference to symbol 'XGetWindowAttributes'
/usr/bin/ld: note: 'XGetWindowAttributes' is defined in DSO
/usr/lib/libX11.so.6 so try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
That was correct and then the thing moved on to the next problem.
I think that you need to install the X11-dev packages.
|