Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kwebb
    Member
    • Jul 2008
    • 21

    GapPipeline v1.0 on Mac OS X 10.5.5

    I am trying to compile GapPipeline v1.0 on a mac pro os x 10.5.5. I have gotten several errors - first I had to change all "unit" to "int" in several files. Now I am stuck on this error:

    make --directory=QCalibration all
    g++ -c -I../CommonUtils -I../MathUtils -I../Firecrest \
    -I../IPAR -DHAVE_ZLIB -DHAVE_BZLIB -O2 -o Use_Bases.o ../CommonUtils/Use_Bases.cpp
    /var/tmp//ccKqA13V.s:851:non-relocatable subtraction expression, "__Z7toupperi" minus "L00000000007$pb"
    /var/tmp//ccKqA13V.s:851:symbol: "__Z7toupperi" can't be undefined in a subtraction expression
    make[1]: *** [Use_Bases.o] Error 1
    make: *** [QCalibration] Error 2


    Has anyone encountered this problem or have any ideas?
  • cgb
    Member
    • May 2008
    • 50

    #2
    this looks like it in the ipar code, which you dont need. is there a compile option for --no-ipar ? otherwise modify the makefiles.

    Comment

    • coxtonyj
      Junior Member
      • Apr 2008
      • 8

      #3
      Here is my wild guess. I suspect the Mac is not liking line 90 of CommonUtils/UseBases.cpp, which uses a pointer to the C standard library function 'toupper' as a template argument.

      It looks like the code is expecting the function prototype to be "int toupper(int c)" and for #include<cctype> to make that prototype visible to the compiler. So maybe you need to change the #include or maybe write a little wrapper to the Mac version of the function.

      Failing that, it looks like line 90 is just converting the string useBasesOut to upper case, just replace that with another line that does it another way.

      Comment

      • kwebb
        Member
        • Jul 2008
        • 21

        #4
        Illumina directed us to this site:



        which describes the same error and a fix.

        Thanks for the help!

        Comment

        Latest Articles

        Collapse

        • 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.

          Probing...
          Today, 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...
          Yesterday, 05:17 AM
        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Today, 10:04 AM
        0 responses
        7 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, Yesterday, 10:08 AM
        0 responses
        6 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        9 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Working...