Opened 20 years ago
Closed 20 years ago
#3078 closed defect (fixed)
BUG: gnome-utils-2.10.0_1 fails to build with regex error
Reported by: | sepheebear@… | Owned by: | gnome-darwinports@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
gnome-utils-2.10.0_1
Description: gnome-utils fails to build with the Apple installed regex, giving the following error:
In file included from gsearchtool-support.c:33: /usr/include/regex.h:68: error: parse error before "regoff_t" /usr/include/regex.h:78: error: parse error before "regoff_t" /usr/include/regex.h:124: error: parse error before "regmatch_t" make[3]: * [gsearchtool-support.o] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
Comments: The following change resolves the build issue for me file://~/darwinports/dports/gnome/gnome-utils/work/gnome-utils-2.10.0/gsearchtool/gsearchtool- support.c
2.10.0/gsearchtool/gsearchtool-support.c 33c33 < #include <regex.h> ---
#include <gnuregex.h>
Change History (1)
comment:1 Changed 20 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
commited, thanks