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
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      04-22-2024, 07:01 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 08:47 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    54 views
    0 likes
    Last Post seqadmin  
    Working...
    X