Berusky 2 (Bugs Escape 3D) is a game that challenges your visual/spatial thinking and ability to find a way to resolve a logic task. Using five bugs, you'll go through an adventure full of various puzzles spread across nine episodes. Individual episodes differ in appearance and difficulty, which increases throughout the game.
I have discovered a build failure on Debian GNU/Hurd. The game fails to build from source because on GNU/Hurd PATH_MAX is not defined. The simplest solution is to define PATH_MAX whereever it is needed and set it to a fixed value like 1024.
I'm attaching a patch that does exactly that but I could not test it yet.
Hi!
Berusky2 is now officially available in Debian.
http://packages.debian.org/sid/berusky2
I have discovered a build failure on Debian GNU/Hurd. The game fails to build from source because on GNU/Hurd PATH_MAX is not defined. The simplest solution is to define PATH_MAX whereever it is needed and set it to a fixed value like 1024.
I'm attaching a patch that does exactly that but I could not test it yet.
https://gist.github.com/apoleon/6492950