The boost tag has no wiki summary.
0
votes
0answers
12 views
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 ...
0
votes
1answer
71 views
Trying to compile Magic Set Editor
When I try to compile magicseteditor I get these errors:
g++ -DHAVE_CONFIG_H -I. -I./src -I/usr/lib/i386-linux-gnu/wx/include/base-unicode-debug-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 ...
0
votes
2answers
162 views
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 ...
0
votes
1answer
310 views
Boost wifi reception on my laptop [closed]
Before I go any further, my wireless adapter works fine. When I'm at home I get plenty of signal and great speed. The problem is that, at work, my office is in a secluded area in the building, that ...
2
votes
2answers
171 views
How to boost mplayer (SMPlayer) sound (in Lubuntu)?
I am thinking of the useful feature present in the MPUI video player (mplayer for windows) that can enable volume boost to impressive levels (not from the volume slider, but just from the mouse ...
1
vote
2answers
409 views
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 ...
0
votes
1answer
110 views
Why are there two versions of boost and which does Ubuntu use?
Maybe this is to do with my lack of knowledge when it comes to Ubuntu repositories but I'm trying to understand which versions of boost Ubuntu has available and which version is best to use.
When ...
3
votes
1answer
3k views
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 ...
1
vote
1answer
2k views
How can I install Boost 1.50 on Ubuntu 12.04?
The libboost-dev package in the repos is an older one and I would like to use the newest release. I'm OK with installing from source, but am a little confused by the instructions on the site. It ...
3
votes
1answer
6k views
How can I install boost-devel in Ubuntu 12.04?
I want to compile flvtool++, but it requires boost-devel libraries.
I tried to install it via this command:
sudo apt-get install boost-devel
But I got the error:
E: Unable to locate package ...
1
vote
2answers
848 views
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 ...
1
vote
2answers
563 views
Unable to boot Ubuntu 12.04 live CD
I am unable to boot from an Ubuntu installation disk. When I try to boot, it starts Windows automatically.
I am using Ubuntu 12.04 live CD.
0
votes
1answer
416 views
libboost installation per apt-get - where are the files located? how do I link them in eclipse?
Im trying to install the boost libraries and entered
sudo apt-get libboost*
i managed to set the include paths and the header-only librarys are working.
when I try other libraries like regex I get an ...
0
votes
1answer
862 views
Problem with Executing Boost Library
I am novice to ubuntu and Boost. I have installed ubuntu 11.10 and followed the instructions from the website (http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/) to try BOOST ...
0
votes
1answer
1k views
Where do I get the latest boost/libboost for 10.04?
i'm unable to install libboost-all-dev package versions 1.42 or latest in ubuntu 10.04. only boost1.40 is installing. but i need 1.42. what should i do?
when i tried to install 1.48 boost i got the ...
0
votes
1answer
258 views
Installation of MongoDB via SoftwareCenter failed
I installed mongodb from the Ubuntu Software center, but when I want to run it from command line I get an error message like:
mongod --help for help and startup options
Sun Feb 12 10:51:14 ...