tools/Makefile ?

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
Konstantin

tools/Makefile ?

Post by Konstantin »

Hi


'tools/Makefile' is not created. 'make' it is completed with an error:
make[1]: Entering directory `/home/koka/tempo/vega/vegastrike/tools'
make[1]: *** No rule to make target `all'. Stop.


----
Best Regards, Konstantin Klimchev (koka@atvc.ru)
Guest

Post by Guest »

yes. The same problem happens to me

and more in the CVS dist.
The tool directory is not present :?:
karvan
Explorer
Explorer
Posts: 15
Joined: Tue Sep 09, 2003 10:16 am
Location: Athens, Greece
Contact:

Post by karvan »

"tools" is a work in progress, it is not needed to use Vega Strike.

You can remove it from the compilation, by editing Makefile.am.

Look for a line saying SUBDIR = ... tools ...

and delete "tools".
Then run from the shell:

Code: Select all

aclocal
automake
autoconf
./configure
and all will be fine, the game should now compile fine.

I will probably make an option in configure for this, but since then use the instructions given above.
If God wanted humankind to be naked, we wouldn't be born with clothes...
Guest

Post by Guest »

karvan wrote:"tools" is a work in progress, it is not needed to use Vega Strike.

You can remove it from the compilation, by editing Makefile.am.

Look for a line saying SUBDIR = ... tools ...

and delete "tools".
Then run from the shell:

Code: Select all

aclocal
automake
autoconf
./configure
and all will be fine, the game should now compile fine.

I will probably make an option in configure for this, but since then use the instructions given above.
Thanks
Post Reply