TPP 5.2 compile error Ubuntu 18.04

40 views
Skip to first unread message

Alejandro

unread,
May 17, 2019, 5:57:10 PM5/17/19
to spctools-discuss
Hello all,

Im trying to install TPP 5.2 on a computer running Ubuntu 18.04. I'm following the guide but so far I have been unsuccessful. I just changed the username and kept the tpp group. The install location is as is in the guide, and the /dat would be different. After running
make all
As per the guide I tried to run again (make all) but always throws the same error.

I get the following error:;

~/svn/trans_proteomic_pipeline$ make all

g++  -g  -std=c++11 -Wno-deprecated -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -DTPPLIB -I/home/laptop/svn/trans_proteomic_pipeline/src -I/home/laptop/svn/trans_proteomic_pipeline/build/gnu-x86_64/include -D__LINUX__ -fPIC -MMD -c -o /home/laptop/svn/trans_proteomic_pipeline/build/gnu-x86_64/artifacts/Parsers/mzParser/saxmzmlhandler.o /home/laptop/svn/trans_proteomic_pipeline/src/Parsers/mzParser/saxmzmlhandler.cpp 
/home/laptop/svn/trans_proteomic_pipeline/src/Parsers/mzParser/saxmzmlhandler.cpp:571:58: error: no ‘bool mzpSAXMzmlHandler::readHeaderFromOffset(f_off)’ member function declared in class ‘mzpSAXMzmlHandler’
 bool mzpSAXMzmlHandler::readHeaderFromOffset(f_off offset){
                                                                                                    ^
/home/laptop/svn/trans_proteomic_pipeline/src/Parsers/mzParser/saxmzmlhandler.cpp:633:60: error: no ‘bool mzpSAXMzmlHandler::readSpectrumFromOffset(f_off)’ member function declared in class ‘mzpSAXMzmlHandler’
 bool mzpSAXMzmlHandler::readSpectrumFromOffset(f_off offset){
                                                                                                        ^
/home/laptop/svn/trans_proteomic_pipeline/src/Parsers/Makefile:87: recipe for target '/home/laptop/svn/trans_proteomic_pipeline/build/gnu-x86_64/artifacts/Parsers/mzParser/saxmzmlhandler.o' failed
make: *** [/home/laptop/svn/trans_proteomic_pipeline/build/gnu-x86_64/artifacts/Parsers/mzParser/saxmzmlhandler.o] Error 1


The "^" sign is bellow the closing parenthesis on (f_off offset) and on my terminal is highlighted in red

I really don't know how to troubleshoot this.

Any help would be appreciated.

Alejandro


Eric Deutsch

unread,
May 17, 2019, 7:00:39 PM5/17/19
to spctools...@googlegroups.com, Eric Deutsch

Hi Alejandro, which checkout did you do? Was it this?

 

svn checkout -r 7909 http://svn.code.sf.net/p/sashimi/code/trunk/trans_proteomic_pipeline

 

Or a little different?

 

Thanks,

Eric

--
You received this message because you are subscribed to the Google Groups "spctools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spctools-discu...@googlegroups.com.
To post to this group, send email to spctools...@googlegroups.com.
Visit this group at https://groups.google.com/group/spctools-discuss.
To view this discussion on the web visit https://groups.google.com/d/msgid/spctools-discuss/e9e10909-7716-4f46-accd-42e4fd33f010%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Alejandro

unread,
May 17, 2019, 10:37:34 PM5/17/19
to spctools-discuss
HI Eric,

I think it was the 7909, but I'm not 100% sure. I could try again using the 7909.

Alejandro

To unsubscribe from this group and stop receiving emails from it, send an email to spctools...@googlegroups.com.

Alejandro

unread,
May 18, 2019, 9:59:29 AM5/18/19
to spctools-discuss
HI Eric,

I went ahead and checked which version were available and used the 7922, it now compiled and installed successfully. After some permissions troubleshooting with apache I have it running! I followed the "testing ". The only thing that is not working is to check for the ions in the pepxml file. I get the following error:

Error - scan 10000 is an MS1 scan in the mzXML file /home/laptop/Documents/TPP_data/tests/QuickYeastUPS1/UPS1_50000amol_R1.mzML

I can click on the Spectrum and see the peptide table but whenever I click on the ions I see that error.

Otherwise the rest of the test goes fine.

Alejandro
Reply all
Reply to author
Forward
0 new messages