Advertisement
Guest User

Untitled

a guest
Mar 12th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. checking for gconf-2.0 >= 1.2.1 gobject-2.0 ... checking __attribute__ ((aligned ())) support... trying 64
  2. 64
  3. checking for vpx >= 1.0.0... yes
  4. checking MOZ_LIBVPX_CFLAGS...
  5. checking MOZ_LIBVPX_LIBS... -lvpx -lm
  6. checking for vpx/vpx_decoder.h... yes
  7. checking for vpx_codec_dec_init_ver in -lvpx... yes
  8. checking for alsa... yes
  9. checking MOZ_ALSA_CFLAGS... -I/usr/include/alsa
  10. checking MOZ_ALSA_LIBS... -lasound
  11. checking for java... :
  12. checking for javac... :
  13. checking for javah... :
  14. checking for jar... :
  15. checking for jarsigner... :
  16. checking for keytool... :
  17. checking for linux/joystick.h... yes
  18. checking for tar archiver... checking for gnutar... no
  19. checking for gtar... no
  20. checking for tar... tar
  21. tar
  22. checking for wget... checking for wget... wget
  23. wget
  24. checking for sqlite3 >= 3.8.0.2... yes
  25. checking SQLITE_CFLAGS...
  26. checking SQLITE_LIBS... -lsqlite3
  27. checking for SQLITE_SECURE_DELETE support in system SQLite... no
  28. configure: error: System SQLite library is not compiled with SQLITE_SECURE_DELETE.
  29. ------ config.log ------
  30. configure:21768: gcc -c -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5
  31. configure:22346: checking for tar archiver
  32. configure:22352: checking for gnutar
  33. configure:22352: checking for gtar
  34. configure:22352: checking for tar
  35. configure:22389: checking for wget
  36. configure:22395: checking for wget
  37. configure:22825: checking for sqlite3 >= 3.8.0.2
  38. configure:22832: checking SQLITE_CFLAGS
  39. configure:22837: checking SQLITE_LIBS
  40. configure:22868: checking for SQLITE_SECURE_DELETE support in system SQLite
  41. configure:22891: gcc -o conftest -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id conftest.c -ldl -lsqlite3 1>&5
  42. /tmp/ccXATAz9.o: In function `main':
  43. conftest.c:(.text+0x15): undefined reference to `sqlite3_compileoption_used'
  44. collect2: error: ld returned 1 exit status
  45. configure: failed program was:
  46. #line 22882 "configure"
  47. #include "confdefs.h"
  48.  
  49. #include "sqlite3.h"
  50.  
  51. int main(int argc, char **argv){
  52. return !sqlite3_compileoption_used("SQLITE_SECURE_DELETE");
  53. }
  54. configure: error: System SQLite library is not compiled with SQLITE_SECURE_DELETE.
  55. *** Fix above errors and then restart with "make -f client.mk build"
  56. /sources/mozilla-release/client.mk:357: recipe for target 'configure' failed
  57. make[2]: *** [configure] Error 1
  58. make[2]: Leaving directory '/sources/mozilla-release'
  59. /sources/mozilla-release/client.mk:371: recipe for target '/sources/mozilla-release/firefox-build-dir/Makefile' failed
  60. make[1]: *** [/sources/mozilla-release/firefox-build-dir/Makefile] Error 2
  61. make[1]: Leaving directory '/sources/mozilla-release'
  62. client.mk:179: recipe for target 'build' failed
  63. make: *** [build] Error 2
  64. bash-4.2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement