project-navigation
Personal tools

Author Topic: Installation error  (Read 3314 times)

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Installation error
« on: August 05, 2010, 10:57:20 pm »
When I try to install on ubuntu 10.04 it shows this error:

make[1]: execvp: /bin/sh: Argument list too long
make[1]: *** [base/0pics.pk3] Error 127
make[1]: Leaving directory `/home/jacob/Desktop/UFOAI'
make: *** [pk3] Error 2

Whats causing it?

Im compiling in terminal.

Its the latest development version.
« Last Edit: August 05, 2010, 11:39:56 pm by Legendman3 »

Offline Destructavator

  • Combination Multiple Specialty Developer
  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1908
  • Creater of Scorchcrafter, knows the zarakites...
    • View Profile
Re: Installation error
« Reply #1 on: August 06, 2010, 03:22:02 am »
Hmmm....  I just set up Ubuntu on one of my computers and checked out an SVN copy of this project.

I'll see if I can reproduce this issue.

Are you running 32 or 64 bit Ubuntu?

Offline Destructavator

  • Combination Multiple Specialty Developer
  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1908
  • Creater of Scorchcrafter, knows the zarakites...
    • View Profile
Re: Installation error
« Reply #2 on: August 06, 2010, 03:43:09 am »
Yup, I'm getting the same error on 32-bit Ubuntu.

If you just want to play or test the game, try:

1 - ./configure
2 - make
3 - make lang
4 - make maps       // takes time!

IIRC "make install" is for building a package to pass around, which is broken at the moment in the trunk.

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Installation error
« Reply #3 on: August 06, 2010, 05:13:00 pm »
ok so 64bit and 32bit have the same problem. Thanks.

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Installation error
« Reply #4 on: August 06, 2010, 05:17:55 pm »
How do I play one I make it?

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Installation error
« Reply #5 on: August 06, 2010, 05:52:46 pm »
IIRC "make install" is for building a package to pass around, which is broken at the moment in the trunk.

make install installs the game to the default directory (somewhere /usr/local/games(?)/ufoai). Not needed, you can run it from the checkout: ./ufo. Or better start it in debugger: gdb ./ufo (see wiki article about debugging).

-geever