Hi, just wanted to inform you guys that the latest beta (2.1.0-beta6)
compiles and runs fine on SkyOS with only a very minor patch (below).

I could send you the binary package if you want, but since skyos is
still evolving, it might need to be recompiled in the future so we
will host it ourself for now.

Some screenshots here:
http://www.skyos.org/?q=node/621


------------begin patch ---------

--- utility/shared.c.orig       2007-09-01 19:11:56 +0000
+++ utility/shared.c    2007-09-01 18:10:36 +0000
@@ -1337,7 +1337,7 @@
 ***************************************************************************/
 void dont_run_as_root(const char *argv0, const char *fallback)
 {
-#if (defined(ALWAYS_ROOT) || defined(__EMX__) || defined(__BEOS__))
+#if (defined(ALWAYS_ROOT) || defined(__EMX__) || defined(__BEOS__) ||
defined(__SKYOS__))
   return;
 #else
   if (getuid()==0 || geteuid()==0) {

--------------- end patch -----------

_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to