Hi, I did small progress and changed Out2XML for our pipeline. (TPP ver. 4.2) Now I loaded trunk version and tried to implement changes here.
1. I think there is minor problem in ..\win_lib\build_boost_vc8.bat file this line ========= ..\..\win_lib\UnxUtils\usr\local\wbin\tar.exe -xjvf .. \trans_proteomic_pipeline\extern\boost_1_39_0.tar.bz2 ======== need to be ================= ..\..\win_lib\UnxUtils\usr\local\wbin\tar.exe -xjvf ..\.. \trans_proteomic_pipeline\extern\boost_1_39_0.tar.bz2 ================= 2. When I changed it compiler (MVC++ 8.0) went ahead but then drop into loop with something like "file doesn't have permission". I think it connects with unzipping of boost library. I manually allowed "Full Control" troughout Explorer and compiler went ahead. 3. Finally, I do built few project from solution but I couldn't build tpp_lib. I see error ========= 1>C:\tmp\TtpTrunk\trans_proteomic_pipeline\src\Validation/Distribution/ NonParametricDistribution.h(7) : fatal error C1083: Cannot open include file: 'Fit.h': No such file or directory 1>XPressGroupPeptideParser.cxx ========= and don't have any idea where I can find Fit.h file. Thanks, Andrei. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
