Questions tagged [boost]

Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing.

Most of the Boost libraries are licensed under the Boost Software License, designed to allow Boost to be used with both free and proprietary software projects. Many of Boost's founders are on the C++ standards committee, and several Boost libraries have been accepted for incorporation into both the C++ Technical Report 1 and the C++11 standard.

Source: https://en.wikipedia.org/wiki/Boost_(C%2B%2B_libraries)

115 questions
14
votes
1 answer

Boost Latest Version Install via Apt-get

Why don't I get latest (>1.62) versions of boost when I try to download from apt-get install? sudo add-apt-repository ppa:boost-latest/ppa sudo apt-get update aptitude search boost I only see 1.55 versions. What happen to 1.67?
12
votes
2 answers

How to upgrade boost lib using apt-get?

I use ubuntu 11.04. My boost version: sam@sam:~/code/ros/pcl$ apt-cache showpkg libboost-all-dev Package: libboost-all-dev Versions: 1.42.0.1ubuntu1…
sam
  • 6,831
3
votes
1 answer

Installed newer version of Boost and now the system is confused

I needed to install a newer version of Boost (1.67) on my Ubuntu 14.04 but I have probably done it in the wrong way and now everything is broken. Some background and how my system came to where it is I have downloaded Boost 1.67 and tried to install…
Phrixus
  • 333
2
votes
1 answer

Did something stupid, can I undo it?

I installed boost dev tools through apt-get. Then I built boost myself. So to get rid of those dev tools, I did: apt-get purge libboost* I saw icons disappear off my screen one by one. The top bar disappeared, seems nearly everything in Ubuntu…
2
votes
0 answers

Could NOT find Boost error

I want to install RGBDemo 0.7. I installed all necessary packages (libfreenect, PCL,openni,nite,sensorkinect,opencv 2.3.1) When I entered the command ./linux_configure.sh in the RGBDemo directory, I get the error below: OpenCV > 2.2 found, enable…
2
votes
1 answer

Cannot find "-lboost_python-mt" error when using Boost

I am trying to build PyVlfeat and it is failing with the following error. /usr/bin/ld: cannot find -lboost_python-mt-py34 collect2: error: ld returned 1 exit status error: command 'c++' failed with exit status 1 I have seen threads mentioning…
Erdnase
  • 595
1
vote
1 answer

why is /usr/include/boost missing

I run sudo apt-get install libboost-all-dev and yet I see nothing in my /usr/include directory for boost. 0 upgraded, 27 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/78.9 kB of archives. After this operation, 276 kB of…
Kashif
  • 489
1
vote
0 answers

libboost-all-dev didn't generate the '-mt' libraries

I have installed the libboost-all-dev package, and cannot find the thread aware libraries I need inside my /usr/lib/ directory. (libboost_system-mt.a) Are the library files that aren't suffixed with -mt thread aware? (As none of them are suffixed)
Jeroen
  • 443
  • 3
  • 10
  • 25
1
vote
1 answer

Boost installed via Boost.Numpy not compatible with newer version

I have installed Boost.Numpy on Boost 1.54 (libboost-all-dev) on Ubuntu 14.04. This version of Numpy installs the library in a structure that you can invoke it like this in C++: #include Newer version of Boost (i.e., Boost 1.64+)…
Phrixus
  • 333
0
votes
0 answers

Boost install error

I had boost 1.65.1 and also 1.75 i unistalled boost by this command on ubuntu 18.04 sudo apt-get --purge remove libboost-dev But on my PC usr/local/include/boost in version.hpp in that file showing as 1_75 Well on the other hand…
user1181065