Looks like I dealt with that in trunk, back in December. The commit message was "C++ standard (or at least, older, portable revs of the standard) doesn't allow a ctor to call another variant of itself. But we can use default parameter values instead to achieve the same effect.".
On Thu, Mar 17, 2011 at 7:36 AM, GATTACA <[email protected]> wrote: > Hello. > > I'm trying to compile TPP (v 4.4.1) on a fresh install of Fedora 14 > (64-bit). > I'm getting a compile error and don't know if it's a bug or a missing > library on Fedora. Can anyone take a look and help me out? > > Thanks in advance for any and all help. > > Here is the error: > > g -Wno-deprecated -Wno-char-subscripts -c -O2 -o /home/apps/tpp/ > src/trans_proteomic_pipeline.v441/src/../build/linux/ > CometDiscrimValMixtureDistr.o Validation/DiscriminateFunction/Comet/ > CometDiscrimValMixtureDistr.cxx > > Validation/DiscriminateFunction/Comet/CometDiscrimValMixtureDistr.cxx: > In constructor > ‘CometDiscrimValMixtureDistr::CometDiscrimValMixtureDistr(int, const > char*, const char*, Boolean, Boolean)’: > Validation/DiscriminateFunction/Comet/CometDiscrimValMixtureDistr.cxx: > 33:102: error: cannot call constructor > ‘CometDiscrimValMixtureDistr::CometDiscrimValMixtureDistr’ directly > Validation/DiscriminateFunction/Comet/CometDiscrimValMixtureDistr.cxx: > 33:102: error: for a function-style cast, remove the redundant > ‘::CometDiscrimValMixtureDistr’ > make: *** [/home/apps/tpp/src/trans_proteomic_pipeline.v441/src/../ > build/linux/CometDiscrimValMixtureDistr.o] Error 1 > > -- > You received this message because you are subscribed to the Google Groups > "spctools-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spctools-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en.
