- Codice: Seleziona tutto
ekiga-2.0.9.tar.gz
posizionato in:
- Codice: Seleziona tutto
/home/gioele/Desktop
E dopo averlo scompattato la cartella si trova in:
/home/gioele/ekiga-2.0.9
e do questi comandi:
- Codice: Seleziona tutto
gioele@ubuntu:~$ cd /home/gioele/ekiga-2.0.9
gioele@ubuntu:~/ekiga-2.0.9$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether GNOME support must be compiled in... yes
checking whether documentation should be built... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GDU_MODULE_VERSION_CHECK... configure: error: Package requirements (gnome-doc-utils >= 0.3.2) were not met:
No package 'gnome-doc-utils' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GDU_MODULE_VERSION_CHECK_CFLAGS
and GDU_MODULE_VERSION_CHECK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
gioele@ubuntu:~/ekiga-2.0.9$ make
make: *** No targets specified and no makefile found. Stop.
gioele@ubuntu:~/ekiga-2.0.9$
Dove sta il problema?Sbaglio qualcosa io?