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/ _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
