enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Enigma-devel] Enigma 0.80-beta


From: Edwin Groothuis
Subject: Re: [Enigma-devel] Enigma 0.80-beta
Date: Thu, 18 Sep 2003 08:53:22 +1000
User-agent: Mutt/1.4.1i

Daniel Heck wrote:
>I'm currently in the process of uploading the beta release of Enigma
>0.80 to the file area.
>
>Other than that, everything should work.  *Should*.  Please tell me if
>you find any remaining bugs.

For the FreeBSD port on -stable I needed a couple of (minor) patches:

--- src/game.hh.orig    Thu Sep 18 08:18:10 2003
+++ src/game.hh Thu Sep 18 08:18:34 2003
@@ -21,6 +21,7 @@
 #define ENIGMA_GAME_HH
 
 #include "enigma.hh"
+#include <time.h>
 
 //----------------------------------------
 // Data types
--- src/options.hh.orig Thu Sep 18 08:16:30 2003
+++ src/options.hh      Thu Sep 18 08:17:59 2003
@@ -19,6 +19,7 @@
 #define OPTIONS_HH
 
 #include <string>
+#include <time.h>
 
 namespace options
 {
--- src/system.hh.orig  Thu Sep 18 08:19:15 2003
+++ src/system.hh       Thu Sep 18 08:19:20 2003
@@ -19,6 +19,7 @@
 #define SYSTEM_HH
 
 #include <string>
+#include <time.h>
 
 namespace sysdep
 {


On FreeBSD-current,  with the new gcc, it compiles without a problem
too. Compliments!

Edwin
-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
address@hidden    |    Weblog: http://www.mavetju.org/weblog/weblog.php 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]