Dear all,
When i using Trinity for rna-seq assembly, i setup jellyfish and have an error
which library i miss in ubuntu ?
thanks in advance
When i using Trinity for rna-seq assembly, i setup jellyfish and have an error
make all-am
make[1]: Entering directory `/home/huypham/Tools/denovotranscriptome/trinityrnaseq_r20131110/trinity-plugins/jellyfish-1.1.6'
CXX jellyfish/libjellyfish_la-square_binary_matrix.lo
CXX jellyfish/libjellyfish_la-err.lo
In file included from jellyfish/err.cc:17:0:
./jellyfish/err.hpp: In static member function 'static void err::no_t::write(std:stream&, int)':
./jellyfish/err.hpp:42:46: error: ignoring return value of 'char* strerror_r(int, char*, size_t)', declared with attribute warn_unused_result [-Werror=unused-result]
strerror_r(e, err_str, sizeof(err_str));
^
cc1plus: all warnings being treated as errors
make[1]: *** [jellyfish/libjellyfish_la-err.lo] Error 1
make[1]: Leaving directory `/home/huypham/Tools/denovotranscriptome/trinityrnaseq_r20131110/trinity-plugins/jellyfish-1.1.6'
make: *** [all] Error 2
make[1]: Entering directory `/home/huypham/Tools/denovotranscriptome/trinityrnaseq_r20131110/trinity-plugins/jellyfish-1.1.6'
CXX jellyfish/libjellyfish_la-square_binary_matrix.lo
CXX jellyfish/libjellyfish_la-err.lo
In file included from jellyfish/err.cc:17:0:
./jellyfish/err.hpp: In static member function 'static void err::no_t::write(std:stream&, int)':
./jellyfish/err.hpp:42:46: error: ignoring return value of 'char* strerror_r(int, char*, size_t)', declared with attribute warn_unused_result [-Werror=unused-result]
strerror_r(e, err_str, sizeof(err_str));
^
cc1plus: all warnings being treated as errors
make[1]: *** [jellyfish/libjellyfish_la-err.lo] Error 1
make[1]: Leaving directory `/home/huypham/Tools/denovotranscriptome/trinityrnaseq_r20131110/trinity-plugins/jellyfish-1.1.6'
make: *** [all] Error 2
thanks in advance
Comment