Displaying 1 result from an estimated 1 matches for "safeerrno".
2008 Jul 29
1
xapian-omega runfilter.cc patch
Hi,
The following patch for runfilter.cc is needed for building
xapian-omega on FreeBSD:
--- runfilter.cc.orig 2008-07-03 21:16:54.000000000 +0200
+++ runfilter.cc 2008-07-03 21:18:48.000000000 +0200
@@ -25,6 +25,7 @@
#include "safeerrno.h"
#include <sys/types.h>
#include <stdio.h>
+#include <signal.h>
#include "safefcntl.h"
#ifdef HAVE_SYS_TIME_H
Attempting to build xapian-omega 1.0.7 (and 1.0.6 for that matter)
without the above patch results in the following compile error:
c++ -DHAVE_CON...