Yes you can. You can cd to the extern directory and type "make all" that should build all external libraries, including boost.
On Mon, Sep 30, 2019 at 10:05 AM Jai Ganesh <[email protected]> wrote: > Hi David , > > We are using latest version of gcc "gcc-4.8.5-36.el7_6.2.x86_64" , Could > you please advice whether we can complile boost library outside TPP > > Regards > Jaiganesh > > > On Monday, September 30, 2019 at 7:51:07 PM UTC+5:30, David Shteynberg > wrote: > >> Hello Arun, >> >> This is a problem with compiling boost a C++ library used with in the TPP >> and PWIZ. >> >> Can you tell us which version of gcc you are using? I think you might >> need to upgrade to 4.8.0 or higher. >> >> Thanks, >> -David >> >> On Mon, Sep 30, 2019 at 7:13 AM arun kumar <[email protected]> wrote: >> >>> >>> Hello All, >>> >>> we have tried to integrate TPP with LAbkey and constantly hit with >>> issue. could you anybody please help us here. >>> >>> ./boost/config/requires_threads.hpp:29:4: error: #error "Threading >>> support unavaliable: it has been explicitly disabled with >>> BOOST_DISABLE_THREADS" >>> # error "Threading support unavaliable: it has been explicitly >>> disabled with BOOST_DISABLE_THREADS" >>> ^ >>> ...failed updating 1 target... >>> >>> real 0m7.630s >>> user 0m2.458s >>> sys 0m0.320s >>> [ERROR] Boost libary build failed (missing >>> /usr/local/labkey/apps/TPP-4.6.3/trans_proteomic_pipeline/src/../build/unknown-x86_64/boost/lib/libboost_filesystem.a), >>> please report the results of manually running the following commands: >>> cd >>> /usr/local/labkey/apps/TPP-4.6.3/trans_proteomic_pipeline/src/../extern/boost_1_45_0; >>> time >>> /usr/local/labkey/apps/TPP-4.6.3/trans_proteomic_pipeline/src/../extern/boost_1_45_0/tools/build/v2/engine/src/bin.linuxx86_64/bjam >>> -q -d0 >>> --stagedir=/usr/local/labkey/apps/TPP-4.6.3/trans_proteomic_pipeline/src/../build/unknown-x86_64/boost >>> --build-dir=/usr/local/labkey/apps/TPP-4.6.3/trans_proteomic_pipeline/src/../build/unknown-x86_64/boost/obj >>> --layout=system --build-type=minimal -j3 variant=release link=static >>> runtime-link=shared --with-filesystem --with-date_time --with-iostreams >>> --with-program_options --with-regex --with-serialization --with-thread stage >>> make: *** [boost-build-libs] Error 255 >>> [root@GDCLBKYAP801 src]# >>> >>> Regs >>> Arun kumar.R >>> >>> -- >>> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/spctools-discuss/f5ece3db-ff5a-4bb7-9821-4d7a7fe3a3a8%40googlegroups.com >>> <https://groups.google.com/d/msgid/spctools-discuss/f5ece3db-ff5a-4bb7-9821-4d7a7fe3a3a8%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/spctools-discuss/26f611ff-d1ae-40a2-9841-9ab10e120a5d%40googlegroups.com > <https://groups.google.com/d/msgid/spctools-discuss/26f611ff-d1ae-40a2-9841-9ab10e120a5d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spctools-discuss/CAGJJY%3D9hkjGvRM_zfPPHE66Od4wDB1kHB1C4tUvUw5bsXRrQyA%40mail.gmail.com.
