Advertisement
Guest User

Untitled

a guest
Jun 5th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.22 KB | None | 0 0
  1. g++ -O3 -m32 -DCOMPILER_OPTIONS="\"-O3 -m32 -Wl,--hash-style=both -DPOPCNT_CAPABILITY \"" -Wl,--hash-style=both -DPOPCNT_CAPABILITY \
  2. -fno-strict-aliasing -DBOWTIE_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DPREFETCH_LOCALITY=2 -DBOWTIE_MM -DBOWTIE_SHARED_MEM -DNDEBUG -Wall \
  3. -I SeqAn-1.1 -I third_party \
  4. -o bowtie-build ebwt_build.cpp \
  5. ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp ebwt.cpp tinythread.cpp bowtie_build_main.cpp \
  6. -lpthread
  7. In file included from SeqAn-1.1/seqan/basic.h:64:0,
  8. from SeqAn-1.1/seqan/sequence.h:27,
  9. from SeqAn-1.1/seqan/index.h:27,
  10. from ebwt_build.cpp:5:
  11. SeqAn-1.1/seqan/basic/basic_holder.h: In function ‘void seqan::setValue(seqan::Holder<TValue, seqan::Tristate2>&, TValue&)’:
  12. SeqAn-1.1/seqan/basic/basic_holder.h:1001:59: warning: typedef ‘THolderType’ locally defined but not used [-Wunused-local-typedefs]
  13. typedef typename Value<Holder<TValue, Tristate2> >::Type THolderType;
  14. ^
  15. SeqAn-1.1/seqan/basic/basic_holder.h: In function ‘typename seqan::Reference<seqan::Holder<TValue, seqan::Tristate2> >::Type seqan::value(seqan::Holder<TValue, seqan::Tristate2>&)’:
  16. SeqAn-1.1/seqan/basic/basic_holder.h:1027:59: warning: typedef ‘THolderType’ locally defined but not used [-Wunused-local-typedefs]
  17. typedef typename Value<Holder<TValue, Tristate2> >::Type THolderType;
  18. ^
  19. SeqAn-1.1/seqan/basic/basic_holder.h: In function ‘void seqan::assignValue(seqan::Holder<TValue, seqan::Tristate2>&, const TSource&)’:
  20. SeqAn-1.1/seqan/basic/basic_holder.h:1051:59: warning: typedef ‘THostValue’ locally defined but not used [-Wunused-local-typedefs]
  21. typedef typename Value<Holder<TValue, Tristate2> >::Type THostValue;
  22. ^
  23. In file included from SeqAn-1.1/seqan/sequence.h:38:0,
  24. from SeqAn-1.1/seqan/index.h:27,
  25. from ebwt_build.cpp:5:
  26. SeqAn-1.1/seqan/sequence/lexical.h: In function ‘void seqan::compare_(seqan::Lexical<TSpec>&, TLeft&, TRight&)’:
  27. SeqAn-1.1/seqan/sequence/lexical.h:239:38: warning: typedef ‘TLeftValue’ locally defined but not used [-Wunused-local-typedefs]
  28. typedef typename Value<TLeft>::Type TLeftValue;
  29. ^
  30. In file included from SeqAn-1.1/seqan/sequence.h:51:0,
  31. from SeqAn-1.1/seqan/index.h:27,
  32. from ebwt_build.cpp:5:
  33. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSource&, seqan::Tag<TUsage>)’:
  34. SeqAn-1.1/seqan/sequence/string_base.h:811:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  35. typedef String<TTargetValue, TTargetSpec> TTarget;
  36. ^
  37. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSource&, TSize, seqan::Tag<TUsage>)’:
  38. SeqAn-1.1/seqan/sequence/string_base.h:821:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  39. typedef String<TTargetValue, TTargetSpec> TTarget;
  40. ^
  41. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSourceValue*, seqan::Tag<TUsage>)’:
  42. SeqAn-1.1/seqan/sequence/string_base.h:834:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  43. typedef String<TTargetValue, TTargetSpec> TTarget;
  44. ^
  45. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSourceValue*, TSize, seqan::Tag<TUsage>)’:
  46. SeqAn-1.1/seqan/sequence/string_base.h:844:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  47. typedef String<TTargetValue, TTargetSpec> TTarget;
  48. ^
  49. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, const TSource&, seqan::Tag<TUsage>)’:
  50. SeqAn-1.1/seqan/sequence/string_base.h:1044:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  51. typedef String<TTargetValue, TTargetSpec> TTarget;
  52. ^
  53. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, const TSource&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  54. SeqAn-1.1/seqan/sequence/string_base.h:1056:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  55. typedef String<TTargetValue, TTargetSpec> TTarget;
  56. ^
  57. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, TSourceValue*, seqan::Tag<TUsage>)’:
  58. SeqAn-1.1/seqan/sequence/string_base.h:1070:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  59. typedef String<TTargetValue, TTargetSpec> TTarget;
  60. ^
  61. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, TSourceValue*, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  62. SeqAn-1.1/seqan/sequence/string_base.h:1082:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  63. typedef String<TTargetValue, TTargetSpec> TTarget;
  64. ^
  65. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSource&, seqan::Tag<TUsage>)’:
  66. SeqAn-1.1/seqan/sequence/string_base.h:1249:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  67. typedef String<TTargetValue, TTargetSpec> TTarget;
  68. ^
  69. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSource&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  70. SeqAn-1.1/seqan/sequence/string_base.h:1263:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  71. typedef String<TTargetValue, TTargetSpec> TTarget;
  72. ^
  73. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSourceValue*, seqan::Tag<TUsage>)’:
  74. SeqAn-1.1/seqan/sequence/string_base.h:1279:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  75. typedef String<TTargetValue, TTargetSpec> TTarget;
  76. ^
  77. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSourceValue*, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  78. SeqAn-1.1/seqan/sequence/string_base.h:1293:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  79. typedef String<TTargetValue, TTargetSpec> TTarget;
  80. ^
  81. In file included from SeqAn-1.1/seqan/sequence.h:53:0,
  82. from SeqAn-1.1/seqan/index.h:27,
  83. from ebwt_build.cpp:5:
  84. SeqAn-1.1/seqan/sequence/string_alloc.h: In function ‘typename seqan::Size<seqan::String<TValue, seqan::Alloc<TSpec> > >::Type seqan::reserve(seqan::String<TValue, seqan::Alloc<TSpec> >&, _TSize, Insist)’:
  85. SeqAn-1.1/seqan/sequence/string_alloc.h:456:63: warning: typedef ‘TSize’ locally defined but not used [-Wunused-local-typedefs]
  86. typedef typename Size< String<TValue, Alloc<TSpec> > >::Type TSize;
  87. ^
  88. In file included from SeqAn-1.1/seqan/sequence.h:57:0,
  89. from SeqAn-1.1/seqan/index.h:27,
  90. from ebwt_build.cpp:5:
  91. SeqAn-1.1/seqan/sequence/string_packed.h: In static member function ‘static typename seqan::Size<T>::Type seqan::_ClearSpace_String_Packed_<TExpand>::_clearSpace_(T&, typename seqan::Size<T>::Type, typename seqan::Size<T>::Type, typename seqan::Size<T>::Type, typename seqan::Size<T>::Type)’:
  92. SeqAn-1.1/seqan/sequence/string_packed.h:594:48: warning: typedef ‘TIterator’ locally defined but not used [-Wunused-local-typedefs]
  93. typedef typename Iterator<T, Standard>::Type TIterator;
  94. ^
  95. SeqAn-1.1/seqan/sequence/string_packed.h: In function ‘typename seqan::Size<seqan::String<TValue, seqan::Alloc<TSpec> > >::Type seqan::reserve(seqan::String<TValue, seqan::Packed<THostspec> >&, _TSize, Insist)’:
  96. SeqAn-1.1/seqan/sequence/string_packed.h:758:63: warning: typedef ‘TSize’ locally defined but not used [-Wunused-local-typedefs]
  97. typedef typename Size< String<TValue, Alloc<TSpec> > >::Type TSize;
  98. ^
  99. In file included from SeqAn-1.1/seqan/sequence.h:62:0,
  100. from SeqAn-1.1/seqan/index.h:27,
  101. from ebwt_build.cpp:5:
  102. SeqAn-1.1/seqan/sequence/sequence_multiple.h: In function ‘void seqan::subset(seqan::StringSet<TString, seqan::Dependent<const seqan::Tag<seqan::TagGenerous_> > >&, seqan::StringSet<TString, seqan::Dependent<const seqan::Tag<seqan::TagGenerous_> > >&, TIds, TLength)’:
  103. SeqAn-1.1/seqan/sequence/sequence_multiple.h:1647:41: warning: typedef ‘TId’ locally defined but not used [-Wunused-local-typedefs]
  104. typedef typename Id<TStringSet>::Type TId;
  105. ^
  106. In file included from SeqAn-1.1/seqan/index.h:82:0,
  107. from ebwt_build.cpp:5:
  108. SeqAn-1.1/seqan/index/shape_base.h: In function ‘typename seqan::Value<seqan::Shape<TValue, seqan::FixedShape<0u> > >::Type seqan::hash(seqan::Shape<TValue, seqan::FixedShape<0u> >&, TIter)’:
  109. SeqAn-1.1/seqan/index/shape_base.h:273:62: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  110. typedef typename Value< Shape<TValue, SimpleShape> >::Type THValue;
  111. ^
  112. SeqAn-1.1/seqan/index/shape_base.h: In function ‘typename seqan::Value<seqan::Shape<TValue, seqan::FixedShape<q> > >::Type seqan::hash(seqan::Shape<TValue, seqan::FixedShape<q> >&, TIter)’:
  113. SeqAn-1.1/seqan/index/shape_base.h:309:65: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  114. typedef typename Value< Shape<TValue, FixedShape<q> > >::Type THValue;
  115. ^
  116. SeqAn-1.1/seqan/index/shape_base.h:310:64: warning: typedef ‘TSize’ locally defined but not used [-Wunused-local-typedefs]
  117. typedef typename Size< Shape<TValue, FixedShape<q> > >::Type TSize;
  118. ^
  119. SeqAn-1.1/seqan/index/shape_base.h: In function ‘typename seqan::Value<seqan::Shape<TValue, TSpec> >::Type seqan::hash(seqan::Shape<TValue, TSpec>&, TIter, TSize)’:
  120. SeqAn-1.1/seqan/index/shape_base.h:322:56: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  121. typedef typename Value< Shape<TValue, TSpec> >::Type THValue;
  122. ^
  123. SeqAn-1.1/seqan/index/shape_base.h: In function ‘typename seqan::Value<seqan::Shape<TValue, TSpec> >::Type seqan::hashUpper(seqan::Shape<TValue, TSpec>&, TIter, TSize)’:
  124. SeqAn-1.1/seqan/index/shape_base.h:424:56: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  125. typedef typename Value< Shape<TValue, TSpec> >::Type THValue;
  126. ^
  127. SeqAn-1.1/seqan/index/shape_base.h: In function ‘typename seqan::Value<seqan::Shape<TValue, TSpec> >::Type seqan::hash2(seqan::Shape<TValue, TSpec>&, TIter, TSize)’:
  128. SeqAn-1.1/seqan/index/shape_base.h:492:56: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  129. typedef typename Value< Shape<TValue, TSpec> >::Type THValue;
  130. ^
  131. In file included from SeqAn-1.1/seqan/index.h:83:0,
  132. from ebwt_build.cpp:5:
  133. SeqAn-1.1/seqan/index/shape_gapped.h: In function ‘typename seqan::Value<seqan::Shape<TValue, seqan::FixedGappedShape<const seqan::Tag<seqan::Default_> > > >::Type seqan::hash(seqan::Shape<TValue, seqan::FixedGappedShape<const seqan::Tag<seqan::Default_> > >&, TIter)’:
  134. SeqAn-1.1/seqan/index/shape_gapped.h:370:62: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  135. typedef typename Value< Shape<TValue, GappedShape> >::Type THValue;
  136. ^
  137. SeqAn-1.1/seqan/index/shape_gapped.h: In function ‘typename seqan::Value<seqan::Shape<TValue, seqan::FixedGappedShape<TSpec> > >::Type seqan::hash(seqan::Shape<TValue, seqan::FixedGappedShape<TSpec> >&, TIter, TSize)’:
  138. SeqAn-1.1/seqan/index/shape_gapped.h:387:75: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  139. typedef typename Value< Shape<TValue, FixedGappedShape<TSpec> > >::Type THValue;
  140. ^
  141. SeqAn-1.1/seqan/index/shape_gapped.h: In function ‘typename seqan::Value<seqan::Shape<TValue, seqan::FixedGappedShape<TSpec> > >::Type seqan::hashUpper(seqan::Shape<TValue, seqan::FixedGappedShape<TSpec> >&, TIter, TSize)’:
  142. SeqAn-1.1/seqan/index/shape_gapped.h:415:75: warning: typedef ‘THValue’ locally defined but not used [-Wunused-local-typedefs]
  143. typedef typename Value< Shape<TValue, FixedGappedShape<TSpec> > >::Type THValue;
  144. ^
  145. In file included from SeqAn-1.1/seqan/file.h:66:0,
  146. from ebwt_build.cpp:7:
  147. SeqAn-1.1/seqan/file/file_format_fasta_align.h: In function ‘void seqan::read(TFile&, seqan::Align<TSource, TSpec>&, FastaAlign)’:
  148. SeqAn-1.1/seqan/file/file_format_fasta_align.h:138:37: warning: typedef ‘TRow’ locally defined but not used [-Wunused-local-typedefs]
  149. typedef typename Row<TAlign>::Type TRow;
  150. ^
  151. SeqAn-1.1/seqan/file/file_format_fasta_align.h: In function ‘void seqan::_write_impl(TFile&, seqan::Align<TSource, TSpec>&, TStringContainer&, FastaAlign)’:
  152. SeqAn-1.1/seqan/file/file_format_fasta_align.h:252:42: warning: typedef ‘TPosition’ locally defined but not used [-Wunused-local-typedefs]
  153. typedef typename Position<TAlign>::Type TPosition;
  154. ^
  155. In file included from SeqAn-1.1/seqan/file.h:69:0,
  156. from ebwt_build.cpp:7:
  157. SeqAn-1.1/seqan/file/file_format_cgviz.h: In function ‘void seqan::_write_impl(TFile&, seqan::Align<TSource, TSpec>&, TStringContainer&, CGViz)’:
  158. SeqAn-1.1/seqan/file/file_format_cgviz.h:66:37: warning: typedef ‘TRow’ locally defined but not used [-Wunused-local-typedefs]
  159. typedef typename Row<TAlign>::Type TRow;
  160. ^
  161. In file included from ebwt.h:27:0,
  162. from ebwt_build.cpp:11:
  163. blockwise_sa.h: In member function ‘void KarkkainenBlockwiseSA<TStr>::buildSamples()’:
  164. blockwise_sa.h:380:37: warning: typedef ‘TAlphabet’ locally defined but not used [-Wunused-local-typedefs]
  165. typedef typename Value<TStr>::Type TAlphabet;
  166. ^
  167. blockwise_sa.h: In member function ‘virtual void KarkkainenBlockwiseSA<TStr>::nextBlock()’:
  168. blockwise_sa.h:745:37: warning: typedef ‘TAlphabet’ locally defined but not used [-Wunused-local-typedefs]
  169. typedef typename Value<TStr>::Type TAlphabet;
  170. ^
  171. In file included from SeqAn-1.1/seqan/sequence.h:57:0,
  172. from SeqAn-1.1/seqan/index.h:27,
  173. from ebwt_build.cpp:5:
  174. SeqAn-1.1/seqan/sequence/string_packed.h: In instantiation of ‘struct seqan::_PackedConsts<const seqan::String<seqan::SimpleType<unsigned char, seqan::_Dna>, seqan::Packed<> > >’:
  175. SeqAn-1.1/seqan/sequence/string_packed.h:906:102: required from ‘typename seqan::Position<const seqan::Iter<TContainer, seqan::Packed<THostspec> > >::Type seqan::position(const seqan::Iter<TContainer, seqan::Packed<THostspec> >&) [with TContainer = const seqan::String<seqan::SimpleType<unsigned char, seqan::_Dna>, seqan::Packed<> >; THostspec = seqan::Alloc<void>; typename seqan::Position<const seqan::Iter<TContainer, seqan::Packed<THostspec> > >::Type = unsigned int]’
  176. SeqAn-1.1/seqan/sequence/string_packed.h:1237:40: required from ‘typename seqan::Difference<seqan::Iter<TContainer, seqan::Packed<THostspec> > >::Type seqan::operator-(const seqan::Iter<TContainer, seqan::Packed<THostspec> >&, const seqan::Iter<TContainer, seqan::Packed<THostspec> >&) [with TContainer = const seqan::String<seqan::SimpleType<unsigned char, seqan::_Dna>, seqan::Packed<> >; THostspec = seqan::Alloc<void>; typename seqan::Difference<seqan::Iter<TContainer, seqan::Packed<THostspec> > >::Type = int]’
  177. SeqAn-1.1/seqan/sequence/string_base.h:181:29: required from ‘typename seqan::Size<const seqan::String<TValue, TSpec> >::Type seqan::length(const seqan::String<TValue, TSpec>&) [with TValue = seqan::SimpleType<unsigned char, seqan::_Dna>; TSpec = seqan::Packed<>; typename seqan::Size<const seqan::String<TValue, TSpec> >::Type = unsigned int]’
  178. blockwise_sa.h:354:42: required from here
  179. SeqAn-1.1/seqan/sequence/string_packed.h:294:37: warning: comparison between ‘enum seqan::BitsPerValue<seqan::SimpleType<unsigned char, seqan::_Dna> >::<anonymous>’ and ‘enum seqan::BitsPerValue<unsigned int>::<anonymous>’ [-Wenum-compare]
  180. VALUES_PER_WORD = (BITS_PER_VALUE > BITS_PER_HOST_VALUE) ? 1 : (BITS_PER_HOST_VALUE / BITS_PER_VALUE),
  181. ^
  182. SeqAn-1.1/seqan/sequence/string_packed.h: In instantiation of ‘struct seqan::_PackedConsts<seqan::String<seqan::SimpleType<unsigned char, seqan::_Dna>, seqan::Packed<> > >’:
  183. SeqAn-1.1/seqan/sequence/string_packed.h:731:88: required from ‘typename seqan::Size<seqan::String<TValue, seqan::Packed<THostspec> > >::Type seqan::reserve(seqan::String<TValue, seqan::Packed<THostspec> >&, _TSize, seqan::Tag<TUsage>) [with TValue = seqan::SimpleType<unsigned char, seqan::_Dna>; TSpec = seqan::Alloc<void>; _TSize = unsigned int; TExpand = seqan::TagExact_; typename seqan::Size<seqan::String<TValue, seqan::Packed<THostspec> > >::Type = unsigned int]’
  184. ebwt.h:4022:32: required from ‘static TStr Ebwt<TStr>::join(std::vector<FileBuf*>&, std::vector<RefRecord>&, uint32_t, const RefReadInParams&, uint32_t) [with TStr = seqan::String<seqan::SimpleType<unsigned char, seqan::_Dna>, seqan::Packed<> >; uint32_t = unsigned int]’
  185. ebwt_build.cpp:458:9: required from ‘void driver(const string&, std::vector<std::basic_string<char> >&, const string&, bool) [with TStr = seqan::String<seqan::SimpleType<unsigned char, seqan::_Dna>, seqan::Packed<> >; std::string = std::basic_string<char>]’
  186. ebwt_build.cpp:595:69: required from here
  187. SeqAn-1.1/seqan/sequence/string_packed.h:294:37: warning: comparison between ‘enum seqan::BitsPerValue<seqan::SimpleType<unsigned char, seqan::_Dna> >::<anonymous>’ and ‘enum seqan::BitsPerValue<unsigned int>::<anonymous>’ [-Wenum-compare]
  188. ebwt.h: Assembler messages:
  189. ebwt.h:1909: Error: invalid instruction suffix for `popcnt'
  190. ebwt.h:1909: Error: invalid instruction suffix for `popcnt'
  191. ebwt.h:1909: Error: invalid instruction suffix for `popcnt'
  192. ebwt.h:1909: Error: invalid instruction suffix for `popcnt'
  193. In file included from SeqAn-1.1/seqan/basic.h:64:0,
  194. from SeqAn-1.1/seqan/sequence.h:27,
  195. from ref_read.h:11,
  196. from ref_read.cpp:1:
  197. SeqAn-1.1/seqan/basic/basic_holder.h: In function ‘void seqan::setValue(seqan::Holder<TValue, seqan::Tristate2>&, TValue&)’:
  198. SeqAn-1.1/seqan/basic/basic_holder.h:1001:59: warning: typedef ‘THolderType’ locally defined but not used [-Wunused-local-typedefs]
  199. typedef typename Value<Holder<TValue, Tristate2> >::Type THolderType;
  200. ^
  201. SeqAn-1.1/seqan/basic/basic_holder.h: In function ‘typename seqan::Reference<seqan::Holder<TValue, seqan::Tristate2> >::Type seqan::value(seqan::Holder<TValue, seqan::Tristate2>&)’:
  202. SeqAn-1.1/seqan/basic/basic_holder.h:1027:59: warning: typedef ‘THolderType’ locally defined but not used [-Wunused-local-typedefs]
  203. typedef typename Value<Holder<TValue, Tristate2> >::Type THolderType;
  204. ^
  205. SeqAn-1.1/seqan/basic/basic_holder.h: In function ‘void seqan::assignValue(seqan::Holder<TValue, seqan::Tristate2>&, const TSource&)’:
  206. SeqAn-1.1/seqan/basic/basic_holder.h:1051:59: warning: typedef ‘THostValue’ locally defined but not used [-Wunused-local-typedefs]
  207. typedef typename Value<Holder<TValue, Tristate2> >::Type THostValue;
  208. ^
  209. In file included from SeqAn-1.1/seqan/sequence.h:38:0,
  210. from ref_read.h:11,
  211. from ref_read.cpp:1:
  212. SeqAn-1.1/seqan/sequence/lexical.h: In function ‘void seqan::compare_(seqan::Lexical<TSpec>&, TLeft&, TRight&)’:
  213. SeqAn-1.1/seqan/sequence/lexical.h:239:38: warning: typedef ‘TLeftValue’ locally defined but not used [-Wunused-local-typedefs]
  214. typedef typename Value<TLeft>::Type TLeftValue;
  215. ^
  216. In file included from SeqAn-1.1/seqan/sequence.h:51:0,
  217. from ref_read.h:11,
  218. from ref_read.cpp:1:
  219. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSource&, seqan::Tag<TUsage>)’:
  220. SeqAn-1.1/seqan/sequence/string_base.h:811:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  221. typedef String<TTargetValue, TTargetSpec> TTarget;
  222. ^
  223. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSource&, TSize, seqan::Tag<TUsage>)’:
  224. SeqAn-1.1/seqan/sequence/string_base.h:821:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  225. typedef String<TTargetValue, TTargetSpec> TTarget;
  226. ^
  227. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSourceValue*, seqan::Tag<TUsage>)’:
  228. SeqAn-1.1/seqan/sequence/string_base.h:834:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  229. typedef String<TTargetValue, TTargetSpec> TTarget;
  230. ^
  231. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::assign(seqan::String<TValue, TSpec>&, const TSourceValue*, TSize, seqan::Tag<TUsage>)’:
  232. SeqAn-1.1/seqan/sequence/string_base.h:844:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  233. typedef String<TTargetValue, TTargetSpec> TTarget;
  234. ^
  235. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, const TSource&, seqan::Tag<TUsage>)’:
  236. SeqAn-1.1/seqan/sequence/string_base.h:1044:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  237. typedef String<TTargetValue, TTargetSpec> TTarget;
  238. ^
  239. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, const TSource&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  240. SeqAn-1.1/seqan/sequence/string_base.h:1056:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  241. typedef String<TTargetValue, TTargetSpec> TTarget;
  242. ^
  243. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, TSourceValue*, seqan::Tag<TUsage>)’:
  244. SeqAn-1.1/seqan/sequence/string_base.h:1070:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  245. typedef String<TTargetValue, TTargetSpec> TTarget;
  246. ^
  247. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::append(seqan::String<TValue, TSpec>&, TSourceValue*, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  248. SeqAn-1.1/seqan/sequence/string_base.h:1082:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  249. typedef String<TTargetValue, TTargetSpec> TTarget;
  250. ^
  251. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSource&, seqan::Tag<TUsage>)’:
  252. SeqAn-1.1/seqan/sequence/string_base.h:1249:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  253. typedef String<TTargetValue, TTargetSpec> TTarget;
  254. ^
  255. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSource&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  256. SeqAn-1.1/seqan/sequence/string_base.h:1263:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  257. typedef String<TTargetValue, TTargetSpec> TTarget;
  258. ^
  259. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSourceValue*, seqan::Tag<TUsage>)’:
  260. SeqAn-1.1/seqan/sequence/string_base.h:1279:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  261. typedef String<TTargetValue, TTargetSpec> TTarget;
  262. ^
  263. SeqAn-1.1/seqan/sequence/string_base.h: In function ‘void seqan::replace(seqan::String<TValue, TSpec>&, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, const TSourceValue*, typename seqan::Size<seqan::String<TValue, TSpec> >::Type, seqan::Tag<TUsage>)’:
  264. SeqAn-1.1/seqan/sequence/string_base.h:1293:44: warning: typedef ‘TTarget’ locally defined but not used [-Wunused-local-typedefs]
  265. typedef String<TTargetValue, TTargetSpec> TTarget;
  266. ^
  267. In file included from SeqAn-1.1/seqan/sequence.h:53:0,
  268. from ref_read.h:11,
  269. from ref_read.cpp:1:
  270. SeqAn-1.1/seqan/sequence/string_alloc.h: In function ‘typename seqan::Size<seqan::String<TValue, seqan::Alloc<TSpec> > >::Type seqan::reserve(seqan::String<TValue, seqan::Alloc<TSpec> >&, _TSize, Insist)’:
  271. SeqAn-1.1/seqan/sequence/string_alloc.h:456:63: warning: typedef ‘TSize’ locally defined but not used [-Wunused-local-typedefs]
  272. typedef typename Size< String<TValue, Alloc<TSpec> > >::Type TSize;
  273. ^
  274. In file included from SeqAn-1.1/seqan/sequence.h:57:0,
  275. from ref_read.h:11,
  276. from ref_read.cpp:1:
  277. SeqAn-1.1/seqan/sequence/string_packed.h: In static member function ‘static typename seqan::Size<T>::Type seqan::_ClearSpace_String_Packed_<TExpand>::_clearSpace_(T&, typename seqan::Size<T>::Type, typename seqan::Size<T>::Type, typename seqan::Size<T>::Type, typename seqan::Size<T>::Type)’:
  278. SeqAn-1.1/seqan/sequence/string_packed.h:594:48: warning: typedef ‘TIterator’ locally defined but not used [-Wunused-local-typedefs]
  279. typedef typename Iterator<T, Standard>::Type TIterator;
  280. ^
  281. SeqAn-1.1/seqan/sequence/string_packed.h: In function ‘typename seqan::Size<seqan::String<TValue, seqan::Alloc<TSpec> > >::Type seqan::reserve(seqan::String<TValue, seqan::Packed<THostspec> >&, _TSize, Insist)’:
  282. SeqAn-1.1/seqan/sequence/string_packed.h:758:63: warning: typedef ‘TSize’ locally defined but not used [-Wunused-local-typedefs]
  283. typedef typename Size< String<TValue, Alloc<TSpec> > >::Type TSize;
  284. ^
  285. In file included from SeqAn-1.1/seqan/sequence.h:62:0,
  286. from ref_read.h:11,
  287. from ref_read.cpp:1:
  288. SeqAn-1.1/seqan/sequence/sequence_multiple.h: In function ‘void seqan::subset(seqan::StringSet<TString, seqan::Dependent<const seqan::Tag<seqan::TagGenerous_> > >&, seqan::StringSet<TString, seqan::Dependent<const seqan::Tag<seqan::TagGenerous_> > >&, TIds, TLength)’:
  289. SeqAn-1.1/seqan/sequence/sequence_multiple.h:1647:41: warning: typedef ‘TId’ locally defined but not used [-Wunused-local-typedefs]
  290. typedef typename Id<TStringSet>::Type TId;
  291. ^
  292. In file included from SeqAn-1.1/seqan/file.h:66:0,
  293. from alphabet.h:7,
  294. from ref_read.h:12,
  295. from ref_read.cpp:1:
  296. SeqAn-1.1/seqan/file/file_format_fasta_align.h: In function ‘void seqan::read(TFile&, seqan::Align<TSource, TSpec>&, FastaAlign)’:
  297. SeqAn-1.1/seqan/file/file_format_fasta_align.h:138:37: warning: typedef ‘TRow’ locally defined but not used [-Wunused-local-typedefs]
  298. typedef typename Row<TAlign>::Type TRow;
  299. ^
  300. SeqAn-1.1/seqan/file/file_format_fasta_align.h: In function ‘void seqan::_write_impl(TFile&, seqan::Align<TSource, TSpec>&, TStringContainer&, FastaAlign)’:
  301. SeqAn-1.1/seqan/file/file_format_fasta_align.h:252:42: warning: typedef ‘TPosition’ locally defined but not used [-Wunused-local-typedefs]
  302. typedef typename Position<TAlign>::Type TPosition;
  303. ^
  304. In file included from SeqAn-1.1/seqan/file.h:69:0,
  305. from alphabet.h:7,
  306. from ref_read.h:12,
  307. from ref_read.cpp:1:
  308. SeqAn-1.1/seqan/file/file_format_cgviz.h: In function ‘void seqan::_write_impl(TFile&, seqan::Align<TSource, TSpec>&, TStringContainer&, CGViz)’:
  309. SeqAn-1.1/seqan/file/file_format_cgviz.h:66:37: warning: typedef ‘TRow’ locally defined but not used [-Wunused-local-typedefs]
  310. typedef typename Row<TAlign>::Type TRow;
  311. ^
  312. make: *** [bowtie-build] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement