Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bharat_iyengar
    Member
    • Dec 2012
    • 20

    problem installing cufflinks

    there was no problem configuring Cufflinks v2.02 but when i make it i get an error like this

    Code:
    make  all-recursive
    make[1]: Entering directory `/media/sda8/bharat/genomes/cufflinks-2.0.2'
    Making all in src
    make[2]: Entering directory `/media/sda8/bharat/genomes/cufflinks-2.0.2/src'
    if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../src  -I/usr/include  -Wall -Wno-strict-aliasing -g -gdwarf-2 -Wunused -Wuninitialized -m64 -O3  -DNDEBUG  -pthread -I usr/local/include -I/usr/local/include  -MT clustering.o -MD -MP -MF ".deps/clustering.Tpo" -c -o clustering.o clustering.cpp; \
            then mv -f ".deps/clustering.Tpo" ".deps/clustering.Po"; else rm -f ".deps/clustering.Tpo"; exit 1; fi
    if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I../src  -I/usr/include  -Wall -Wno-strict-aliasing -g -gdwarf-2 -Wunused -Wuninitialized -m64 -O3  -DNDEBUG  -pthread -I usr/local/include -I/usr/local/include  -MT differential.o -MD -MP -MF ".deps/differential.Tpo" -c -o differential.o differential.cpp; \
            then mv -f ".deps/differential.Tpo" ".deps/differential.Po"; else rm -f ".deps/differential.Tpo"; exit 1; fi
    In file included from hits.h:21:0,
                     from abundances.h:23,
                     from differential.cpp:17:
    common.h:25:25: error: 'boost::BOOST_FOREACH' has not been declared
    In file included from differential.h:29:0,
                     from differential.cpp:18:
    replicates.h: In member function 'bool ReplicatedBundleFactory::next_bundle(HitBundle&)':
    replicates.h:152:50: warning: unused variable 's2' [-Wunused-variable]
    In file included from differential.cpp:18:0:
    differential.h: In constructor 'FPKMContext::FPKMContext(double, double, double,                                                                                uble, AbundanceStatus, const StatusPerReplicateTable&)':
    differential.h:142:21: warning: 'FPKMContext::status' will be initialized after
    differential.h:139:29: warning:   'StatusPerReplicateTable FPKMContext::status_p
    differential.h:131:2: warning:   when initialized here [-Wreorder]
    differential.cpp: In member function 'void TestLauncher::perform_testing(std::ve
    differential.cpp:212:31: warning: unused variable 's2' [-Wunused-variable]
    differential.cpp: In member function 'void TestLauncher::record_tracking_data(st
    differential.cpp:240:31: warning: unused variable 's2' [-Wunused-variable]
    differential.cpp: In function 'SampleDifference get_ds_tests(const AbundanceGrou
    differential.cpp:790:16: warning: unused variable 'name' [-Wunused-variable]
    differential.cpp: In function 'void test_differential(const string&, const std::
    differential.cpp:1771:83: warning: comparison between signed and unsigned intege
    differential.cpp:1772:83: warning: comparison between signed and unsigned intege
    differential.cpp:1814:83: warning: comparison between signed and unsigned intege
    differential.cpp:1815:83: warning: comparison between signed and unsigned intege
    differential.cpp:1856:83: warning: comparison between signed and unsigned intege
    differential.cpp:1857:83: warning: comparison between signed and unsigned intege
    make[2]: *** [differential.o] Error 1
    make[2]: Leaving directory `/media/sda8/bharat/genomes/cufflinks-2.0.2/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/media/sda8/bharat/genomes/cufflinks-2.0.2'
    make: *** [all] Error 2
    -----------------------------------------------------------------------

    I dont understand where to troubleshoot. All boost1.52 and Eigen libraries are copied in /usr/local/lib
    Last edited by bharat_iyengar; 12-16-2012, 09:36 PM.
  • aafc
    Member
    • Dec 2012
    • 10

    #2
    Try using boost version 1.47. I think I had a similar issue when trying using the latest version of boost, which was 1.51. The version specified by cufflinks in the manual is 1.47, I think.

    Comment

    • bharat_iyengar
      Member
      • Dec 2012
      • 20

      #3
      I had corrected that particular problem,which was because of improper definition of a variable. But then another one appeared which is perhaps because boost_system library is not linked during compilation.

      this is what is written in Cufflinks Manual.

      If you see any errors during configuration, verify that you are using Boost version 1.47 or higher
      I shall nonetheless try 1.47/48

      I have observed that this is a general problem with others using boost libraries.
      Last edited by bharat_iyengar; 12-17-2012, 08:06 AM.

      Comment

      • aafc
        Member
        • Dec 2012
        • 10

        #4
        Unless the developers of cufflinks tested every single release of boost beyond 1.47, that statement doesn't really mean much. It is possible for newer libraries to not work on software that was designed on older versions of those libraries.

        I just confirmed that my system has 1.47 installed - try that version.

        Comment

        • bharat_iyengar
          Member
          • Dec 2012
          • 20

          #5
          i shall try. thanks

          Comment

          • aafc
            Member
            • Dec 2012
            • 10

            #6
            Also, make sure $LD_LIBRARY_PATH is defined as the path to the dynamic boost library files (the .so files)

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
              by SEQadmin2


              Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

              The systematic characterization of the human proteome has
              ...
              Yesterday, 11:48 AM
            • SEQadmin2
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              07-09-2026, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 11:10 AM
            0 responses
            9 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-13-2026, 10:26 AM
            0 responses
            30 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            41 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            25 views
            0 reactions
            Last Post SEQadmin2  
            Working...