Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. checking for uint32_t... yes
  2. checking for uint64_t... yes
  3. checking for uintptr_t... yes
  4. checking for sys/types.h... (cached) yes
  5. checking for stdlib.h... (cached) yes
  6. checking for stdint.h... (cached) yes
  7. checking for inttypes.h... (cached) yes
  8. checking malloc.h usability... no
  9. checking malloc.h presence... no
  10. checking for malloc.h... no
  11. checking for fdatasync... yes
  12. checking for gmtime_r... yes
  13. checking for isnan... no
  14. checking for localtime_r... yes
  15. checking for localtime_s... no
  16. checking for malloc_usable_size... yes
  17. checking for strchrnul... yes
  18. checking for usleep... yes
  19. checking for utime... yes
  20. checking for pread... yes
  21. checking for pread64... no
  22. checking for pwrite... yes
  23. checking for pwrite64... no
  24. checking for tclsh8.6... tclsh8.6
  25. configure: Version set to 3.19
  26. configure: Release set to 3.19.1
  27. configure: Version number set to 3019001
  28. checking whether to support threadsafe operation... yes
  29. checking for library containing pthread_create... -lpthread
  30. checking for library containing pthread_mutexattr_init... none required
  31. checking whether to support shared library linked as release mode or not... no
  32. checking whether to use an in-ram database for temporary tables... no
  33. checking if executables have the .exe suffix... unknown
  34. checking for library containing fdatasync... none required
  35. checking whether to support MEMSYS5... no
  36. checking whether to support MEMSYS3... no
  37. configure: creating ./config.status
  38. config.status: creating Makefile
  39. config.status: creating sqlite3.pc
  40. config.status: creating config.h
  41. config.status: executing libtool commands
  42. Building SQLite ...
  43. cd /home/kg365/workspace/cheri/cheri-build/sqlite && create-fossil-manifest
  44. Fatal error:Command `create-fossil-manifest` failed with non-zero exit code [Errno 2] No such file or directory: 'create-fossil-manifest'. Working directory was /home/kg365/workspace/cheri/cheri-build/sqlite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement