Git Product home page Git Product logo

Comments (6)

cbaakman avatar cbaakman commented on August 14, 2024

What is the location of your boost headers?

You could try:

locate boost | grep version

from hssp.

anganara avatar anganara commented on August 14, 2024

Hi Sorry for my late response.

the output of "locate boost | grep version" is
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackageFixtures/boost_chrono-1.70.0/boost_chrono-config-version.cmake
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackageFixtures/boost_headers-1.70.0/boost_headers-config-version.cmake
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackageFixtures/boost_system-1.70.0/boost_system-config-version.cmake
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackageFixtures/boost_timer-1.70.0/boost_timer-config-version.cmake
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackage_LowerCaseTargetPrefix/include/boost/version.hpp
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackage_MissingTarget/include/boost/version.hpp
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackage_New/include/boost/version.hpp
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/CMakePackage_NoHeaderTarget/include/boost/version.hpp
/home/anganara/software/GROMACS2018.3_SOFTWARE/cmake-3.15.0/Tests/RunCMake/FindBoost/MockInstalls/1.70.0/include/boost/version.hpp

from hssp.

cbaakman avatar cbaakman commented on August 14, 2024

I see!

Your boost is not installed at a default location, so the compiler can't find it. The configure script should have said the following:

checking for boostlib >= 1.48... configure: We could not detect the boost libraries (version 1.48 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.

Best is to just run sudo ./b2 install from your boost directory, or install it as a package. What is your operating system?

If you have no root rights, then you could try installing it at a different location:

./b2 install --prefix PREFIX

where PREFIX is a directory where you want boost to be installed.
Then include this directory with the '--with-boost' option on the configure script.

from hssp.

anganara avatar anganara commented on August 14, 2024

Thank you very much.

From what I understand I have to install boost?

I have Ubuntu 18.04 as my OS. Could you please tell me from where can I get the package (in for of tar.gz may be) for boost or which boost should I install, in that case I can use wget.

And I have sudo privilege.

Thank you.

from hssp.

cbaakman avatar cbaakman commented on August 14, 2024

On ubuntu you can simply run:

sudo apt-get install libboost-all-dev

This installs boost.

from hssp.

anganara avatar anganara commented on August 14, 2024

Thank you very much. It is installed now. It was so simple & yet I could not figure it out. Thank you for prompt response and all the help.

from hssp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.