Unconfigured Ad

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

    #1

    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
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM
            • 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
              ...
              07-20-2026, 11:48 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 08-06-2026, 07:41 AM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-03-2026, 10:13 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-31-2026, 02:55 AM
            0 responses
            41 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-24-2026, 12:17 PM
            0 responses
            26 views
            0 reactions
            Last Post SEQadmin2  
            Working...