Hello Pierre,

as of recently i maintain Burgerspace and FlatZebra for Debian
GNU/Linux. Your game works fine here. There is only a small problem with
gcc 4.7 due to a missing <unistd.h> include so that burgerspace can't
build from source. I'm attaching the patch which fixes the issue.

There is also a long standing bug report, maybe you gain more insight
into it. Apparently it is not possible to save a game if you use a
french AZERTY keyboard where you need to use SHIFT-& to enter 1 for
example.

http://bugs.debian.org/547643

Do you think this can be fixed in burgerspace?

Regards,

Markus
Description: Fix FTBFS with gcc 4.7 due to missing <unistd.h> include
Author: Cyril Brulebois <k...@debian.org>
Last-Update: 2012-04-15

--- a/src/RemoteServer.cpp
+++ b/src/RemoteServer.cpp
@@ -29,6 +29,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <limits.h>
+#include <unistd.h>
 
 #ifdef _MSC_VER
 #include <io.h>  // for close()

Attachment: signature.asc
Description: Digital signature

Reply via email to