toretto337
25-12-2007, 23:46
raga ho un problema cn l'installazione di nvclock...partiamo dal presupposto che ora sto iniziando ad usare ubuntu..quindi nn capisco quasi nulla..cmq...ho scaricato la versione 0.8b2 di nvclock...provo ad installarla cn il comando ./configure && make && make install nvclock0.8b2 e mi dà i seguenti errori:
./configure && make && make install nvclock0.8b2
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for library containing getopt_long... none required
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.4.0... checking for X... no
configure: no X Window System found
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/backend/Makefile
config.status: creating src/nvcontrol/Makefile
config.status: creating src/qt/Makefile
config.status: creating src/gtk/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
NVClock build summary:
----------------------
- Commandline version enabled
- NV-CONROL support disabled
- GTK2 GUI disabled
- QT GUI disabled
make -C src all
make[1]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/backend'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/backend'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/nvcontrol'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/nvcontrol'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/gtk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/gtk'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/qt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/qt'
make[1]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src'
cp: cannot create regular file `/usr/local/share/doc/nvclock/ABOUT': Permission denied
installing ABOUT as /usr/local/share/doc/nvclock/ABOUT
cp: cannot create regular file `/usr/local/share/doc/nvclock/AUTHORS': Permission denied
installing AUTHORS as /usr/local/share/doc/nvclock/AUTHORS
cp: cannot create regular file `/usr/local/share/doc/nvclock/ChangeLog': Permission denied
installing ChangeLog as /usr/local/share/doc/nvclock/ChangeLog
cp: cannot create regular file `/usr/local/share/doc/nvclock/FAQ': Permission denied
installing FAQ as /usr/local/share/doc/nvclock/FAQ
cp: cannot create regular file `/usr/local/share/doc/nvclock/README': Permission denied
installing README as /usr/local/share/doc/nvclock/README
mkdir -p /usr/local/man/man1
cp nvclock.1 /usr/local/man/man1
cp: cannot create regular file `/usr/local/man/man1/nvclock.1': Permission denied
make: *** [install-man] Error 1
che devo fare??? help!! :help:
./configure && make && make install nvclock0.8b2
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for library containing getopt_long... none required
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.4.0... checking for X... no
configure: no X Window System found
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/backend/Makefile
config.status: creating src/nvcontrol/Makefile
config.status: creating src/qt/Makefile
config.status: creating src/gtk/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
NVClock build summary:
----------------------
- Commandline version enabled
- NV-CONROL support disabled
- GTK2 GUI disabled
- QT GUI disabled
make -C src all
make[1]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/backend'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/backend'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/nvcontrol'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/nvcontrol'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/gtk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/gtk'
make[2]: Entering directory `/home/toretto/Documenti/nvclock0.8b2/src/qt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src/qt'
make[1]: Leaving directory `/home/toretto/Documenti/nvclock0.8b2/src'
cp: cannot create regular file `/usr/local/share/doc/nvclock/ABOUT': Permission denied
installing ABOUT as /usr/local/share/doc/nvclock/ABOUT
cp: cannot create regular file `/usr/local/share/doc/nvclock/AUTHORS': Permission denied
installing AUTHORS as /usr/local/share/doc/nvclock/AUTHORS
cp: cannot create regular file `/usr/local/share/doc/nvclock/ChangeLog': Permission denied
installing ChangeLog as /usr/local/share/doc/nvclock/ChangeLog
cp: cannot create regular file `/usr/local/share/doc/nvclock/FAQ': Permission denied
installing FAQ as /usr/local/share/doc/nvclock/FAQ
cp: cannot create regular file `/usr/local/share/doc/nvclock/README': Permission denied
installing README as /usr/local/share/doc/nvclock/README
mkdir -p /usr/local/man/man1
cp nvclock.1 /usr/local/man/man1
cp: cannot create regular file `/usr/local/man/man1/nvclock.1': Permission denied
make: *** [install-man] Error 1
che devo fare??? help!! :help: