Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. checking for NSPR - version >= 4.9.6... yes
  2. configure: error: system NSPR does not support PR_STATIC_ASSERT or including prtypes.h does not provide it
  3. ------ config.log ------
  4. ^
  5. In file included from /usr/include/nspr/obsolete/protypes.h:47:0,
  6. from /usr/include/nspr/prtypes.h:549,
  7. from configure:14828:
  8. /usr/include/sys/types.h:70:18: error: two or more data types in declaration specifiers
  9. typedef __mode_t mode_t;
  10. ^
  11. /usr/include/sys/types.h:86:17: error: two or more data types in declaration specifiers
  12. typedef __off_t off_t;
  13. ^
  14. In file included from /usr/include/nspr/obsolete/protypes.h:47:0,
  15. from /usr/include/nspr/prtypes.h:549,
  16. from configure:14828:
  17. /usr/include/sys/types.h:98:17: error: two or more data types in declaration specifiers
  18. typedef __pid_t pid_t;
  19. ^
  20. configure: failed program was:
  21. #line 14827 "configure"
  22. #include "confdefs.h"
  23. #include "prtypes.h"
  24. int main() {
  25. #ifndef PR_STATIC_ASSERT
  26. #error PR_STATIC_ASSERT not defined or requires including prtypes.h
  27. #endif
  28. ; return 0; }
  29. *** Fix above errors and then restart with "make -f client.mk build"
  30. make[2]: *** [configure] Error 1
  31. make[2]: Leaving directory `/home/nbryskin/pkg/firefox-hg/src/firefox-hg'
  32. make[1]: *** [obj-x86_64-unknown-linux-gnu/Makefile] Error 2
  33. make[1]: Leaving directory `/home/nbryskin/pkg/firefox-hg/src/firefox-hg'
  34. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement