monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] [ANNOUNCE] monotone 0.34 release


From: Tero Koskinen
Subject: Re: [Monotone-devel] [ANNOUNCE] monotone 0.34 release
Date: Mon, 2 Apr 2007 19:18:23 +0300

Hi,

On Sun, 01 Apr 2007 15:02:58 +0200 (CEST) Richard Levitte - VMS Whacker wrote:
> Monotone 0.34 released!  Currently only in source, but I expect that
> people who have uploaded binaries before will do so again.

Apparently Monotone 0.34 doesn't compile on OpenBSD 4.1 (i386).
Error log here:
http://iki.fi/tero.koskinen/monotone/monotone-0.34.log

Following patch fixes the errors:
--- unix/ssh_agent_platform.cc.orig     Mon Apr  2 16:37:52 2007
+++ unix/ssh_agent_platform.cc  Mon Apr  2 16:42:55 2007
@@ -7,11 +7,13 @@
 // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 // PURPOSE.
 
 #include <sys/un.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <fcntl.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 #include "../sanity.hh"

-- 
Tero Koskinen - http://iki.fi/tero.koskinen/




reply via email to

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