2011/5/18 Eugen Dedu <[email protected]> > On 18/05/11 18:02, herman wrote: > >> 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. >> > > No, you should add -lX11 on the command line which fails, for ex. replace > in lib/Makefile: > libekiga_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ > by > libekiga_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) -lX11 \ > > and re-execute make. > > -- > Eugen > _______________________________________________ > ekiga-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/ekiga-list >
Don't work. libtool: unrecognized option `-lX11' > In* make* file into */lib *directory, i've changed: libekiga_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ ---> libekiga_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) -lX11 \ -- *Antonio Trande * *Homepage*: http://www.computer-legacy.net *Sip Address* : sip:sagitter AT ekiga.net * <http://jabber.org/>** *
_______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
