DragonFly BSD
DragonFly users List (threaded) for 2006-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: csup import?


From: "Jeremy C. Reed" <reed@xxxxxxxxxxxxx>
Date: Mon, 6 Mar 2006 20:43:43 -0800 (PST)

On Tue, 7 Mar 2006, Jiawei Ye wrote:

> In file included from globtree.c:31:
> /usr/include/regex.h:47: error: syntax error before "regoff_t"

off_t not defined yet. Try this:

--- globtree.c.orig	2006-03-06 20:35:23.000000000 -0800
+++ globtree.c	2006-03-06 20:35:38.000000000 -0800
@@ -26,6 +26,7 @@
  * $FreeBSD: projects/csup/globtree.c,v 1.3 2006/02/27 19:08:13 mux Exp $
  */
 
+#include <sys/types.h>
 #include <assert.h>
 #include <fnmatch.h>
 #include <regex.h>

It is in pkgsrc-wip. See http://pkgsrc-wip.sourceforge.net/
but not "ported" for DragonFly using pkgsrc's bmake yet.

 Jeremy C. Reed

 	  	 	 technical support & remote administration
	  	 	 http://www.pugetsoundtechnology.com/



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