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)

112 questions
26
votes
5 answers

Where is my boost lib file?

I am using boost. I installed it using sudo apt-get install. Now I am unable to find my boost lib file on my filesystem. I want to include the path of the lib in my Qt project. grepping is taking too long :( I found the includes in…
Chani
  • 787
23
votes
1 answer

Ubuntu 12.04 : Uninstall boost installed from source

I installed boost 1.54 libraries on ubuntu 12.04, and it seems to conflict with my installation of libboost-all-dev, so i want to uninstall boost 1.54 libraries completely. How to uninstall the one installed from source?
shivshnkr
  • 5,113
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?
13
votes
4 answers

Find version of development library from command line?

I installed the c++ boost development libraries using Ubuntu software centre. The problem is that it was quite a long time ago and I cannot remember where they are installed nor what version they were. Is there anything I can do from the command…
12
votes
4 answers

Installing libboost-python-dev for python3 without installing python2.7

I am trying to install boost bindings for python3 on Ubuntu Xenial, but it pulls in whole python2.7 dependency tree. I do not want or need python2.7 on my system (Docker image). Is there a way to install only python3 bindings?
Mitar
  • 2,062
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,921
10
votes
2 answers

How to enable AMD Turbo Core on Ubuntu 14.04?

I'm using Ubuntu 14.04 (3.13.0-24-generic kernel) on AMD A8-4500m based laptop, and I've recently noticed, that AMD Turbo Core is not working at all. Everything works on Windows, however, on Linux CPU frequency can't get past 1.9 GHz (checked with…
m132
  • 829
9
votes
3 answers

Cannot find boost-thread-mt library

I am compiling a program which requires boost-thread-mt library. I have installed libboost-all-dev using sudo apt-get install libboost-all-dev but compiler says that it cannot find boost-thread-mt library. Is this library in some other package?…
8
votes
3 answers

Xenial (16.04) cannot find package libboost-all-dev

I have updated my system to 16.04 and installed a load of updates. I have had version 1.54 of boost libraries on my computer since November 2013. Today I rebuilt some code and it could no longer find the boost regex library. So I have tried updating…
CashCow
  • 231
8
votes
4 answers

cmake 3.0.2 can't find boost on 14.04

I have the latest cmake 3.0.2 compiled from sources, also libboost-all-dev installed. And find_package(Boost) can't find it. Here is output of cmake: Unable to find the requested Boost libraries. Unable to find the Boost header files. Please set…
GLaz
  • 333
7
votes
2 answers

Can't find openssl

I'm trying to work with Boost:asio to establish a SSL connection. Now, my compiler says, it can't find openssl/conf.h I'd like to know where this path is and how to fix this problem. Thanks in advance.
Yadin20
  • 177
7
votes
0 answers

Boost 1.58 installed, but boost_thread and boost_locale missing

Trying to build a project that requires boost. I get the following error: Unable to find the requested Boost libraries. Boost version: 1.58.0 Boost include path: /usr/include Could not find the following Boost libraries: …
6
votes
2 answers

Why are boost package libs installed to /usr/lib/x86_64-linux-gnu?

After running sudo apt-get install libboost-all-dev on ubuntu 14.04 amd64 desktop (Trusty Tahr), I found that all the libs are installed into /usr/lib/x86_64-linux-gnu/ instead of /usr/lib/ Although all the headers are still installed…
WiSaGaN
  • 192
6
votes
3 answers

POV Ray installation - configure error

I am trying to install POV-Ray 3.7 stable version. I downloaded the source code from github repo. I followed the instruction for unix system which is described in the README file. Unfortunately I get error message when I run configure…
Jiho Noh
  • 271
6
votes
1 answer

Installing boost on 12.04- have ran "sudo apt-get install libboost-all-dev"- now what?

I want to install the boost libraries on Ubuntu 12.04 so I ran: sudo apt-get install libboost-all-dev but now searching for a folder named "boost" I cannot seem to find where the files have been installed? Do I have to run some sort of bjam command…
user997112
  • 687
  • 5
  • 14
  • 24
1
2 3 4 5 6 7 8