Vega-strike-engine-source: *** No rule to make target '/usr/local/lib/libz.so'

Created on 29 Nov 2020  路  6Comments  路  Source: vegastrike/Vega-Strike-Engine-Source

Hello respected developers!

Since the .deb on the site is not up to date with Ubuntu distributions, I tried to clone and compile the source the very easy way.

But I get this very strange message:

make[2]: * No rule to make target '/usr/local/lib/libz.so', needed by 'vegastrike'. Stop.

What puzzles me is;

  • that I have zlib1g package installed
  • that the required library should be in "/usr/local", but zlib is not listed as a dependency that has to be built outside the distribution.

Have I done something wrong?
Stay safe and stay healty

help wanted question

All 6 comments

Hello @tnais . So you're on Ubuntu then? Which version?

Yeah, our 0.7.0 version should be coming out very soon, with support for Ubuntu 20.04 LTS "focal", along with several other major Linux distributions. Windows and macOS support to come sometime after that.

One thing you can try is simply running the bash script script/bootstrap with sudo / root privileges. If you're on one of our supported Linux distros, this should install all the development dependencies automatically.

Or, you might just need to install apt package zlib1g-dev.

The 0.7+ releases should address this for the Package files (RPM, Deb). 0.6.x won't see anything. We're working to get 0.7.x out the door; it's gotten hung up a little with the Travis-CI to GitHub Actions migration (still have to port the Assets Production over).

We can close this once 0.7.x is released and the issue confirmed as resolved.
For source builds the scripts/bootstrap is really the way to resolve it.

Version 0.7.0 has been released. Please confirm this has been fixed so we can close it.
Thanks!

@tnais please confirm if this is still an issue with our latest release.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BenjamenMeyer picture BenjamenMeyer  路  6Comments

BenjamenMeyer picture BenjamenMeyer  路  5Comments

BenjamenMeyer picture BenjamenMeyer  路  5Comments

stephengtuggy picture stephengtuggy  路  5Comments

nabaco picture nabaco  路  3Comments