Pagina 2 di 2

Re: installazione software

Inviato: domenica 19 aprile 2009, 22:48
da streetcross
ma non devi darli tutti subito, dai cmake .. e leggi cosa ti dice, ci saranno errori

Re: installazione software

Inviato: domenica 19 aprile 2009, 22:56
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$ 


Re: installazione software

Inviato: domenica 19 aprile 2009, 22:58
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

Re: installazione software

Inviato: domenica 19 aprile 2009, 23:15
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$ 

Re: installazione software

Inviato: domenica 19 aprile 2009, 23:35
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  :)