Advertisement
Light1992

Log Jellyfish nuovo supporto make

Jun 26th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. [root@localhost Jellyfish-master]# make -j 4
  2. SWIG swig/perl5/swig_wrap.cpp
  3. SWIG swig/python/swig_wrap.cpp
  4. SWIG swig/ruby/swig_wrap.cpp
  5. make all-am
  6. make[1]: Entering directory `/mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/Software/jellyfish_sorgente/Jellyfish-master'
  7. CXX sub_commands/jellyfish.o
  8. CXX sub_commands/count_main.o
  9. CXX sub_commands/info_main.o
  10. CXX sub_commands/dump_main.o
  11. CXX sub_commands/histo_main.o
  12. CXX sub_commands/stats_main.o
  13. CXX sub_commands/merge_main.o
  14. CXX sub_commands/bc_main.o
  15. CXX sub_commands/query_main.o
  16. CXX sub_commands/mem_main.o
  17. CXX jellyfish/merge_files.o
  18. PYTHONC swig/python/__init__.pyc
  19. CXX lib/rectangular_binary_matrix.lo
  20. CXX lib/mer_dna.lo
  21. CXX lib/storage.lo
  22. CXX lib/allocators_mmap.lo
  23. CXX lib/misc.lo
  24. CXX lib/int128.lo
  25. CXX lib/generator_manager.lo
  26. CXX swig/perl5/swig_perl5_jellyfish_la-swig_wrap.lo
  27. CXX swig/python/swig_python__dna_jellyfish_la-swig_wrap.lo
  28. swig/perl5/swig_wrap.cpp:342:20: fatal error: string.h: No such file or directory
  29. #include <string.h>
  30. ^
  31. compilation terminated.
  32. make[1]: *** [swig/perl5/swig_perl5_jellyfish_la-swig_wrap.lo] Errore 1
  33. make[1]: *** Attesa dei processi non terminati....
  34. make[1]: Leaving directory `/mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/Software/jellyfish_sorgente/Jellyfish-master'
  35. make: *** [all] Errore 2
  36. [root@localhost Jellyfish-master]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement