Hedgewars v0.9.1.8

If there's software you need and you can't find, make a request for it.
Post Reply
Envious
Posts: 15
Joined: 18. Sep 2012, 08:44

Hedgewars v0.9.1.8

Post by Envious »

The SlackBuild for this game is the last version which is over a month out of date now and the maintainer hasn't submitted an update yet, also you need the latest version of the game to play online, which is the whole point of the game.

I tried to compile this myself, but it kept complaining about Lua related errors.

Here are the relevant links:

Hedgewars Website
Souce Code Download
Envious
Posts: 15
Joined: 18. Sep 2012, 08:44

Re: Hedgewars v0.9.1.8

Post by Envious »

I was trying again last night, this is the first thing I have ever been unable to compile and is getting annoying.

First error: "Unable to find -llua.a"

It was looking for the 32 bit Lua in /usr/lib/, however if you have a 64bit system /usr/lib/ is practically empty, solved it by giving CMake the path to/usr/lib64/liblua.a:

"Cmake -DLUA_LIBRARY=/usr/lib64/liblua.a."

Second error: "Make File does not exist" After the the CMake process just as its starting to compile the make file seems to delete itself, I checked a couple of times and the 'build' folder seems to empty itself, along with files inside it needs to compile.

Anyone have any suggestions?
Envious
Posts: 15
Joined: 18. Sep 2012, 08:44

Re: Hedgewars v0.9.1.8

Post by Envious »

I solved it, if anyone wants the packages or the SlackBuild script I used let me know and ill find somewhere to upload them.
Post Reply