Andrei,
Re #1 and #2 - should be cleaned up now, thanks for the heads-up. Those
messages from the extraction process ("Can't set permissions: Function not
implemented") are alarming but meaningless, I've silenced them.
Re #3 - Unfortunately you don't want to get new trunk head code until the
other missing file problem gets cleaned up, but as you already have a
workaround for #1 and #2 you should be fine.
Brian
-----Original Message-----
From: Brian Pratt [mailto:[email protected]] On Behalf Of
Brian Pratt
Sent: Wednesday, June 24, 2009 10:50 AM
To: 'Brian Pratt'; [email protected]
Subject: RE: [spctools-discuss] Re: tpp building
Oops, I meant "-r 4391" (case sensitive).
Brian
-----Original Message-----
From: Brian Pratt [mailto:[email protected]] On Behalf Of
Brian Pratt
Sent: Wednesday, June 24, 2009 10:35 AM
To: [email protected]
Subject: RE: [spctools-discuss] Re: tpp building
Re #3: Trunk is broken at the moment - add "-R 4391" to your subversion
statement to grab the code from just before the change that broke the build.
Re #1 and 2 - I'll have a look. What version of Windows are you on?
Brian
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Vasilich
Sent: Wednesday, June 24, 2009 10:19 AM
To: spctools-discuss
Subject: [spctools-discuss] Re: tpp building
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
-~----------~----~----~----~------~----~------~--~---