Błąd po użycia polecenia make, podczas instalacji gry Flare

Gry, które działają natywnie na Linuksie.
Qjon13
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 22 lis 2011, 18:16
Wersja Ubuntu: 11.10
Środowisko graficzne: GNOME

Błąd po użycia polecenia make, podczas instalacji gry Flare

Post autor: Qjon13 »

Chciałem sobie zainstalować grę flare zgodnie z tym poradnikiem http://www.gry.ubuntu-pomoc.org/kompilacja-gry-flare/ Jednak gdy doszedłem do momentu, w którym trzeba użyć polecenia "make" zobaczyłem coś takiego:

make: *** Nie podano obiektów i nie znaleziono makefile. Stop.

Czy ktoś mógłby pomóc?
Ostatnio zmieniony 18 maja 2012, 20:22 przez Qjon13, łącznie zmieniany 1 raz.
Awatar użytkownika
Shimmy
Zakręcona Traszka
Zakręcona Traszka
Posty: 859
Rejestracja: 24 mar 2011, 20:44
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Inne
Architektura: x86_64

Re: Problem z instalacją gry Flare

Post autor: Shimmy »

Możesz podać cały log? Pewnie wystąpiły błędy przy poleceniu cmake ;)
Qjon13
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 22 lis 2011, 18:16
Wersja Ubuntu: 11.10
Środowisko graficzne: GNOME

Re: Błąd po użycia polecenia make, podczas instalacji gry Flare

Post autor: Qjon13 »

Usage

Kod: Zaznacz cały

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

Kod: Zaznacz cały

  -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.
  --build <dir>               = Build a CMake-generated project binary tree.
  -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 build tree.
                                Only useful on one try_compile at a time.
  --debug-output              = Put cmake in a debug mode.
  --trace                     = Put cmake in trace mode.
  --warn-uninitialized        = Warn about uninitialized values.
  --warn-unused-vars          = Warn about unused variables.
  --no-warn-unused-cli        = Don't warn about command line options.
  --check-system-vars         = Find problems with variable usage in system
                                files.
  --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-policy cmp [file]    = Print help for a single policy and exit.
  --help-policies [file]      = Print help for all policies 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

Kod: Zaznacz cały

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.

Oto logi.

//bear7: Polecenia, wyniki poleceń, komunikaty, błędy, kod źródłowy, fragmenty plików i tym podobne, umieszczaj na forum w znacznikach CODE.
Awatar użytkownika
makson
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1542
Rejestracja: 23 mar 2009, 07:10
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Xfce
Architektura: x86_64

Re: Błąd po użycia polecenia make, podczas instalacji gry Flare

Post autor: makson »

Po pierwsze ten poradnik jest najłagodniej ujmując zły. Nie ma w nim nawet mowy skąd pobrać kod do kompilacji.
Po drugie ty nie masz bladego pojęcia co to jest kompilacja, więc lepiej po prostu pobierz grę z centrum oprogramowania.
Miałem Linuksa, zanim stało się to modne.
Qjon13
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 22 lis 2011, 18:16
Wersja Ubuntu: 11.10
Środowisko graficzne: GNOME

Re: Błąd po użycia polecenia make, podczas instalacji gry Flare

Post autor: Qjon13 »

Hmm, myślałem, że jak mam poradnik to podołam, ale skoro tak mówisz, to trudno :)
Awatar użytkownika
Shimmy
Zakręcona Traszka
Zakręcona Traszka
Posty: 859
Rejestracja: 24 mar 2011, 20:44
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Inne
Architektura: x86_64

Re: Błąd po użycia polecenia make, podczas instalacji gry Flare

Post autor: Shimmy »

Qjon13 pisze:Hmm, myślałem, że jak mam poradnik to podołam, ale skoro tak mówisz, to trudno :)
Poradnik jest kompletny, wystarczy tylko że pobierzesz wcześniej źródła z git'a. Dodałem już do niego odpowiednie komendy, więc pozostaje tylko kopiuj>wklej.

Możesz też zainstalować troszkę starszą wersję z repozytorium Ubuntu:

Kod: Zaznacz cały

sudo apt-get install flare
Awatar użytkownika
makson
Przebojowy Jelonek
Przebojowy Jelonek
Posty: 1542
Rejestracja: 23 mar 2009, 07:10
Płeć: Mężczyzna
Wersja Ubuntu: 16.04
Środowisko graficzne: Xfce
Architektura: x86_64

Re: Błąd po użycia polecenia make, podczas instalacji gry Flare

Post autor: makson »

Chyba jednak z git inaczej się korzysta niż w tym poradniku. Poza tym cmake wpisujemy tylko raz - przed poleceniem make.

-- 21 maja 2012 15:31 --

Niech Ci będzie, że podpowiem:

Kod: Zaznacz cały

git clone git://github.com/clintbellanger/flare.git
Miałem Linuksa, zanim stało się to modne.
ODPOWIEDZ

Wróć do „Linuksowe”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 4 gości