The fundamental problem is that you're trying to mix and match versions of different parts of the source tree. If you'll get the win_lib revision that's the same era as the rest of the tree it should be fine.
Brian -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vasilich Sent: Monday, June 15, 2009 5:02 PM To: spctools-discuss Subject: [spctools-discuss] tpp building Hi, I have Windows XP with latest SP and MVC++ 8 (or 2005). I installed active perl ver 5.8.8. I downloaded tpp ver 4.2.0 and exported the head version of win-lib from SVN and put them into ***\tpp\win_lib ***\tpp\trans_proteomic_pipeline 1. When I tried to build TPP_XML_ONLY solution I got a error ================ 1>..\..\win_lib\UnxUtils\usr\local\wbin\tar.exe: Error opening archive: Failed to open '..\trans_proteomic_pipeline\extern \boost_1_39_0.tar.bz2': No such file or directory ================ I see that I have tar.exe and boost_1_39_0.tar.bz2 files. ***\tpp\win_lib\UnxUtils\tpp\tar.exe ***\tpp\trans_proteomic_pipeline\extern\boost_1_39_0.tar.bz2 When I checked this in cmd I also have error ============== C:\Development\tpp\trans_proteomic_pipeline\src>dir ..\..\win_lib \UnxUtils\usr\l ocal\wbin\tar.exe Volume in drive C has no label. Volume Serial Number is 6CBD-8DFF Directory of C:\Development\tpp\win_lib\UnxUtils\usr\local\wbin 06/12/2009 04:38 PM 93,184 tar.exe 1 File(s) 93,184 bytes 0 Dir(s) 124,038,029,312 bytes free C:\Development\tpp\trans_proteomic_pipeline\src>dir .. \trans_proteomic_pipeline\ extern\boost_1_39_0.tar.bz2 The system cannot find the path specified. ============== 2. README_WIN.txt file has ========== - win_lib (rename not allowed) you must extract the boost libary files from the zip file in win_lib ========== I manually extracted boost_1_39_0.tar.bz2 into \win_lib \boost_1_39_0\*** but it didn't help 3. I extracted boost_1_39_0.tar.bz2 into ***\tpp \trans_proteomic_pipeline\extern\boost_1_39_0\*** 4. I still have a lot of errors with boost headears files, like ========= fatal error C1083: Cannot open include file: 'boost/shared_ptr.hpp': No such file or directory ========= Where and how boost library should be placed? Like, ***\tpp\trans_proteomic_pipeline\extern\boost_1_39_0\boost ***\tpp\trans_proteomic_pipeline\extern\boost_1_39_0\doc and so on ... Any help? 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 -~----------~----~----~----~------~----~------~--~---
