• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Kompilacja silnika na linuxie - problem z makefile

Eraghon

New Member
Joined
Mar 2, 2009
Messages
94
Reaction score
0
Location
Szczecin
Witam, próbuje skompilować na linuxie tfs0.3.6
W tym celu ściągnąłem całe source z otlandu ale coś nie działa...

Code:
: ots # make makefile.am
make: *** Brak reguł do wykonania obiektu `makefile.am'. Stop.
: ots # make
make: *** Nie podałeś obiektów lub nie znalazłem makefile. Stop.
: ots # make Makefile.am
make: Nie nic do roboty w `Makefile.am'.
: ots #

Jak to naprawić?
 
silnika != distro
Code:
./autogen.sh && ./configure --enable-mysql
 
napisalem wyzej ? Zamiast apt-get czy co tam debian ma - uzywaj emerge.
 
Dalej nie idzie..
Code:
: ots # sudo make install
make: *** No rule to make target `install'.  Stop.
: ots # sudo make makefile.am
make: *** No rule to make target `makefile.am'.  Stop.
: ots # emerge
emerge: the other white meat (command-line interface to the Portage system)
Usage:
  emerge [ options ] [ action ] [ ebuildfile | tbz2file | dependency ] [ ... ]
  emerge [ options ] [ action ] < system | world >
  emerge < --sync | --metadata | --info >
  emerge --resume [ --pretend | --ask | --skipfirst ]
  emerge --help [ system | world | --sync ]
Options: -[abBcCdDefgGhkKlnNoOpqPsStuvV] [--oneshot] [--newuse] [--noconfmem]
                                         [ --color < y | n >  ] [ --columns ]
                                    [ --reinstall changed-use ] [--nospinner]
                                         [ --deep  ] [--with-bdeps < y | n > ]
Actions: [ --clean | --depclean | --prune | --regen | --search | --unmerge ]

  For more help try 'emerge --help --verbose' or consult the man page.
: ots # sudo emerge install
Calculating dependencies \
emerge: there are no ebuilds to satisfy "install".

: ots # sudo emerge update
Calculating dependencies -
emerge: there are no ebuilds to satisfy "update".

: ots # sudo emerge
emerge: the other white meat (command-line interface to the Portage system)
Usage:
  emerge [ options ] [ action ] [ ebuildfile | tbz2file | dependency ] [ ... ]
  emerge [ options ] [ action ] < system | world >
  emerge < --sync | --metadata | --info >
  emerge --resume [ --pretend | --ask | --skipfirst ]
  emerge --help [ system | world | --sync ]
Options: -[abBcCdDefgGhkKlnNoOpqPsStuvV] [--oneshot] [--newuse] [--noconfmem]
                                         [ --color < y | n >  ] [ --columns ]
                                    [ --reinstall changed-use ] [--nospinner]
                                         [ --deep  ] [--with-bdeps < y | n > ]
Actions: [ --clean | --depclean | --prune | --regen | --search | --unmerge ]

  For more help try 'emerge --help --verbose' or consult the man page.
: ots # emerge sufo install
Calculating dependencies -
emerge: there are no ebuilds to satisfy "sufo".

: ots # emerge sufo instald
Calculating dependencies -
emerge: there are no ebuilds to satisfy "sufo".

: ots # emerge sudo install
Calculating dependencies /
emerge: there are no ebuilds to satisfy "install".

: ots #
 
emerge ./autogen.sh && ./configure --enable-mysql ??
emerge install składnik ??
 
Calculating dependencies -

!!! './autogen.sh' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
 
Coś to działać nie chce..
: ots # emerge ./autogen.sh && ./configure
Calculating dependencies -

!!! './autogen.sh' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)

21:50:31
: ots # emerge ./autogen.sh && ./configure --enable-mysql
Calculating dependencies -

!!! './autogen.sh' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
: ots #
 
wpisz najpierw:
Code:
./autogen.sh
potem:
Code:
./configure --enable-mysql
potem:
Code:
make
 
Back
Top