
Untitled
By: a guest on
May 7th, 2012 | syntax:
None | size: 1.62 KB | hits: 15 | expires: Never
h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wformat -O0 -g -fno-inline -MT vre.lo -MD -MP -MF .deps/vre.Tpo -c vre.c -fPIC -DPIC -o .libs/vre.o
vre.c:29:18: error: pcre.h: No such file or directory
vre.c:38: error: expected specifier-qualifier-list before 'pcre'
vre.c: In function 'VRE_compile':
vre.c:46: warning: implicit declaration of function 'calloc'
vre.c:46: warning: incompatible implicit declaration of built-in function 'calloc'
vre.c:48: error: 'vre_t' has no member named 're'
vre.c:48: warning: implicit declaration of function 'pcre_compile'
vre.c:48: warning: nested extern declaration of 'pcre_compile'
vre.c:49: error: 'vre_t' has no member named 're'
vre.c: In function 'VRE_exec':
vre.c:65: warning: implicit declaration of function 'pcre_exec'
vre.c:65: warning: nested extern declaration of 'pcre_exec'
vre.c:65: error: 'vre_t' has no member named 're'
vre.c: In function 'VRE_free':
vre.c:75: warning: implicit declaration of function 'pcre_free'
vre.c:75: warning: nested extern declaration of 'pcre_free'
vre.c:75: error: 'vre_t' has no member named 're'
vre.c:77: warning: implicit declaration of function 'free'
vre.c:77: warning: nested extern declaration of 'free'
make[3]: *** [vre.lo] Error 1
make[3]: Leaving directory `/home/bluethundr/varnish-2.1.3/lib/libvarnish'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/bluethundr/varnish-2.1.3/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bluethundr/varnish-2.1.3'
make: *** [all] Error 2