installazione software

Problemi riscontrati durante l'installazione di Ubuntu, degli aggiornamenti e degli avanzamenti del sistema.
Avatar utente
streetcross
Accecante Asceta
Accecante Asceta
Messaggi: 24943
Iscrizione: giovedì 7 febbraio 2008, 10:52
Contatti:

Re: installazione software

Messaggio da streetcross »

ma non devi darli tutti subito, dai cmake .. e leggi cosa ti dice, ci saranno errori
Ubuntu user #22995 Linux user #474679 Stacy can't you see, you're just not the girl for me, I know it might be wrong, but I'm in love with Stacy's Mom. ﺕ In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
digitalvideo
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 549
Iscrizione: martedì 24 febbraio 2009, 10:10

Re: installazione software

Messaggio da digitalvideo »

mi da questo vedi errori?

Codice: Seleziona tutto

michele@ubuntu:~$ cd /home/michele/Scrivania/kdenlive-0.7.3
michele@ubuntu:~/Scrivania/kdenlive-0.7.3$ cmake
cmake version 2.6-patch 0
Usage

  cmake [options] <path-to-source>
  cmake [options] <path-to-existing-build>

Options
  -C <initial-cache>          = Pre-load a script to populate the cache.
  -D <var>:<type>=<value>     = Create a cmake cache entry.
  -U <globbing_expr>          = Remove matching entries from CMake cache.
  -G <generator-name>         = Specify a makefile generator.
  -Wno-dev                    = Suppress developer warnings.
  -Wdev                       = Enable developer warnings.
  -E                          = CMake command mode.
  -i                          = Run in wizard mode.
  -L[A][H]                    = List non-advanced cached variables.
  -N                          = View mode only.
  -P <file>                   = Process script mode.
  --graphviz=[file]           = Generate graphviz of dependencies.
  --system-information [file] = Dump information about this system.
  --debug-trycompile          = Do not delete the try compile directories..
  --debug-output              = Put cmake in a debug mode.
  --help-command cmd [file]   = Print help for a single command and exit.
  --help-command-list [file]  = List available listfile commands and exit.
  --help-commands [file]      = Print help for all commands and exit.
  --help-compatcommands [file]= Print help for compatibility commands.
  --help-module module [file] = Print help for a single module and exit.
  --help-module-list [file]   = List available modules and exit.
  --help-modules [file]       = Print help for all modules and exit.
  --help-custom-modules [file]= Print help for all custom modules and exit.
  --help-property prop [file] = Print help for a single property and exit.
  --help-property-list [file] = List available properties and exit.
  --help-properties [file]    = Print help for all properties and exit.
  --help-variable var [file]  = Print help for a single variable and exit.
  --help-variable-list [file] = List documented variables and exit.
  --help-variables [file]     = Print help for all variables and exit.
  --copyright [file]          = Print the CMake copyright and exit.
  --help                      = Print usage information and exit.
  --help-full [file]          = Print full help and exit.
  --help-html [file]          = Print full help in HTML format.
  --help-man [file]           = Print full help as a UNIX man page and exit.
  --version [file]            = Show program name/version banner and exit.

Generators

The following generators are available on this platform:
  Unix Makefiles              = Generates standard UNIX makefiles.
  CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
  Eclipse CDT4 - Unix Makefiles
                              = Generates Eclipse CDT 4.0 project files.
  KDevelop3                   = Generates KDevelop 3 project files.
  KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.
poi con make mi da

Codice: Seleziona tutto

michele@ubuntu:~/Scrivania/kdenlive-0.7.3$ make
make: *** No targets specified and no makefile found.  Stop.
michele@ubuntu:~/Scrivania/kdenlive-0.7.3$ 

Avatar utente
streetcross
Accecante Asceta
Accecante Asceta
Messaggi: 24943
Iscrizione: giovedì 7 febbraio 2008, 10:52
Contatti:

Re: installazione software

Messaggio da streetcross »

>:( non ti offendere mi stai facendo disperare  (rotfl)

Codice: Seleziona tutto

cmake ..
non

Codice: Seleziona tutto

cmake
e prima di cmke .. dovevi dare

Codice: Seleziona tutto

cd build
che solo ora noto non hai dato
Ubuntu user #22995 Linux user #474679 Stacy can't you see, you're just not the girl for me, I know it might be wrong, but I'm in love with Stacy's Mom. ﺕ In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
digitalvideo
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 549
Iscrizione: martedì 24 febbraio 2009, 10:10

Re: installazione software

Messaggio da digitalvideo »

scusa.. con "make.." un passo in avanti è stato fatto ma ora mi da questo risultato

Codice: Seleziona tutto

michele@ubuntu:~$ cd /home/michele/Scrivania/kdenlive-0.7.3
michele@ubuntu:~/Scrivania/kdenlive-0.7.3$ 
michele@ubuntu:~/Scrivania/kdenlive-0.7.3$ mkdir build
mkdir: impossibile creare la directory `build': Il file esiste
michele@ubuntu:~/Scrivania/kdenlive-0.7.3$ cd build
michele@ubuntu:~/Scrivania/kdenlive-0.7.3/build$ cmake ..
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  /home/michele/.kde/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
  CMakeLists.txt:9 (find_package)


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
michele@ubuntu:~/Scrivania/kdenlive-0.7.3/build$ 
Avatar utente
streetcross
Accecante Asceta
Accecante Asceta
Messaggi: 24943
Iscrizione: giovedì 7 febbraio 2008, 10:52
Contatti:

Re: installazione software

Messaggio da streetcross »

installa kdelibs-dev da synaptic e ridai cmake .. ci saranno diversi errori, dovresti cercare di capire cosa significano ed installare le librerie necessarie  :)
Ubuntu user #22995 Linux user #474679 Stacy can't you see, you're just not the girl for me, I know it might be wrong, but I'm in love with Stacy's Mom. ﺕ In molti credono di essere degli alternativi. In realtà la maggior parte di loro lascia la strada principale per seguire la seconda strada più battuta; in pochi si creano il proprio sentiero.
Scrivi risposta

Ritorna a “Installazione e aggiornamento del sistema operativo”

Chi c’è in linea

Visualizzano questa sezione: corradoventu e 5 ospiti