Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Trinity make jellyfish error

    Dear All,
    i downloaded trinityrnaseq_r2013-02-25.tgz. when i used "make" after "tar zxf" it, there were some errors appeared just like that:

    CXX jellyfish/libjellyfish_la-parse_read.lo
    ./jellyfish/divisor.hpp:31: error: '__int128' does not name a type
    ./jellyfish/divisor.hpp: In constructor 'jellyfish::divisor64::divisor64(uint64_t)':
    ./jellyfish/divisor.hpp:39: error: class 'jellyfish::divisor64' does not have any field named 'm_'
    ./jellyfish/divisor.hpp:39: error: expected primary-expression before 'unsigned'
    ./jellyfish/divisor.hpp:39: error: expected `)' before 'unsigned'
    ./jellyfish/divisor.hpp:41: error: expected `)' at end of input
    ./jellyfish/divisor.hpp:41: error: expected `{' at end of input
    ./jellyfish/divisor.hpp: In constructor 'jellyfish::divisor64::divisor64()':
    ./jellyfish/divisor.hpp:46: error: class 'jellyfish::divisor64' does not have any field named 'm_'
    ./jellyfish/divisor.hpp: In member function 'uint64_t jellyfish::divisor64::divide(uint64_t) const':
    ./jellyfish/divisor.hpp:52: error: 'm_' was not declared in this scope
    ./jellyfish/divisor.hpp:56: error: '__int128' does not name a type
    ./jellyfish/divisor.hpp:57: error: 'n_' was not declared in this scope
    ./jellyfish/divisor.hpp: In member function 'uint64_t jellyfish::divisor64::remainder(uint64_t) const':
    ./jellyfish/divisor.hpp:66: error: 'm_' was not declared in this scope
    ./jellyfish/divisor.hpp: In member function 'void jellyfish::divisor64::division(uint64_t, uint64_t&, uint64_t&) const':
    ./jellyfish/divisor.hpp:81: error: 'm_' was not declared in this scope
    ./jellyfish/divisor.hpp: In member function 'uint64_t jellyfish::divisor64::m() const':
    ./jellyfish/divisor.hpp:107: error: 'm_' was not declared in this scope
    make[2]: *** [jellyfish/libjellyfish_la-parse_read.lo] Error 1
    make[2]: Leaving directory `/disk3/anhong/test/biosoft/trinityrnaseq_r2013-02-25/trinity-plugins/jellyfish-1.1.6'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/disk3/anhong/test/biosoft/trinityrnaseq_r2013-02-25/trinity-plugins/jellyfish-1.1.6'
    make: *** [all] Error 2

    how can i fix it

    best wish

  • #2
    Originally posted by letusgo View Post
    Dear All,
    i downloaded trinityrnaseq_r2013-02-25.tgz. when i used "make" after "tar zxf" it, there were some errors appeared just like that:

    CXX jellyfish/libjellyfish_la-parse_read.lo
    ./jellyfish/divisor.hpp:31: error: '__int128' does not name a type
    ./jellyfish/divisor.hpp: In constructor 'jellyfish::divisor64::divisor64(uint64_t)':
    ./jellyfish/divisor.hpp:39: error: class 'jellyfish::divisor64' does not have any field named 'm_'
    ./jellyfish/divisor.hpp:39: error: expected primary-expression before 'unsigned'
    ./jellyfish/divisor.hpp:39: error: expected `)' before 'unsigned'
    ./jellyfish/divisor.hpp:41: error: expected `)' at end of input
    ./jellyfish/divisor.hpp:41: error: expected `{' at end of input
    ./jellyfish/divisor.hpp: In constructor 'jellyfish::divisor64::divisor64()':
    ./jellyfish/divisor.hpp:46: error: class 'jellyfish::divisor64' does not have any field named 'm_'
    ./jellyfish/divisor.hpp: In member function 'uint64_t jellyfish::divisor64::divide(uint64_t) const':
    ./jellyfish/divisor.hpp:52: error: 'm_' was not declared in this scope
    ./jellyfish/divisor.hpp:56: error: '__int128' does not name a type
    ./jellyfish/divisor.hpp:57: error: 'n_' was not declared in this scope
    ./jellyfish/divisor.hpp: In member function 'uint64_t jellyfish::divisor64::remainder(uint64_t) const':
    ./jellyfish/divisor.hpp:66: error: 'm_' was not declared in this scope
    ./jellyfish/divisor.hpp: In member function 'void jellyfish::divisor64::division(uint64_t, uint64_t&, uint64_t&) const':
    ./jellyfish/divisor.hpp:81: error: 'm_' was not declared in this scope
    ./jellyfish/divisor.hpp: In member function 'uint64_t jellyfish::divisor64::m() const':
    ./jellyfish/divisor.hpp:107: error: 'm_' was not declared in this scope
    make[2]: *** [jellyfish/libjellyfish_la-parse_read.lo] Error 1
    make[2]: Leaving directory `/disk3/anhong/test/biosoft/trinityrnaseq_r2013-02-25/trinity-plugins/jellyfish-1.1.6'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/disk3/anhong/test/biosoft/trinityrnaseq_r2013-02-25/trinity-plugins/jellyfish-1.1.6'
    make: *** [all] Error 2

    how can i fix it

    best wish
    The __int128 type is an extension of the C language supported/introduced by recent versions of the GNU C compiler. As far as I can see it was introduced in GCC 4.6. You probably need a newer compiler to compile this code.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    22 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    24 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    52 views
    0 likes
    Last Post seqadmin  
    Working...
    X