Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 1.62 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 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
  2. vre.c:29:18: error: pcre.h: No such file or directory
  3. vre.c:38: error: expected specifier-qualifier-list before 'pcre'
  4. vre.c: In function 'VRE_compile':
  5. vre.c:46: warning: implicit declaration of function 'calloc'
  6. vre.c:46: warning: incompatible implicit declaration of built-in function 'calloc'
  7. vre.c:48: error: 'vre_t' has no member named 're'
  8. vre.c:48: warning: implicit declaration of function 'pcre_compile'
  9. vre.c:48: warning: nested extern declaration of 'pcre_compile'
  10. vre.c:49: error: 'vre_t' has no member named 're'
  11. vre.c: In function 'VRE_exec':
  12. vre.c:65: warning: implicit declaration of function 'pcre_exec'
  13. vre.c:65: warning: nested extern declaration of 'pcre_exec'
  14. vre.c:65: error: 'vre_t' has no member named 're'
  15. vre.c: In function 'VRE_free':
  16. vre.c:75: warning: implicit declaration of function 'pcre_free'
  17. vre.c:75: warning: nested extern declaration of 'pcre_free'
  18. vre.c:75: error: 'vre_t' has no member named 're'
  19. vre.c:77: warning: implicit declaration of function 'free'
  20. vre.c:77: warning: nested extern declaration of 'free'
  21. make[3]: *** [vre.lo] Error 1
  22. make[3]: Leaving directory `/home/bluethundr/varnish-2.1.3/lib/libvarnish'
  23. make[2]: *** [all-recursive] Error 1
  24. make[2]: Leaving directory `/home/bluethundr/varnish-2.1.3/lib'
  25. make[1]: *** [all-recursive] Error 1
  26. make[1]: Leaving directory `/home/bluethundr/varnish-2.1.3'
  27. make: *** [all] Error 2