csup import?

Jeremy C. Reed reed at reedmedia.net
Mon Mar 6 20:47:05 PST 2006


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/





More information about the Users mailing list