MustaphaTR / Romanovs-Vengeance

Romanov's Vengeance is an OpenRA mod based on Red Alert 2.
GNU General Public License v3.0
256 stars 31 forks source link

Building on Linux issue #85

Closed DeeeeLAN closed 2 years ago

DeeeeLAN commented 2 years ago

Hi, I am attempting to install on Arch through the AUR package. When it kicks off the Makefile, I hit the following error:

sh: line 1: ./engine/packaging/functions.sh: No such file or directory
make: *** [Makefile:156: version] Error 1

Do I need to do something? I see the packaging/functions.sh file exists in the repository, but it is not inside an engine folder.

DeeeeLAN commented 2 years ago

Looks like the issue occurs because we are trying to call make version VERSION=... before the engine gets downloaded. Current solutions are to either manually fetch the engine first, or skip that call.