Galapix / galapix

Galapix moved to https://gitlab.com/galapix/galapix
GNU General Public License v3.0
31 stars 4 forks source link

Compilation error: boost/smart_ptr.hpp missing #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I got stuck with the following compilation error:

In file included from src/blob.cpp:21:
src/blob.hpp:22:31: error: boost/smart_ptr.hpp: No such file or directory

I was missing the boost library (libboost-dev). So:
$ sudo apt-get install libboost-dev
solved the issue for me.

I'm on Ubuntu Jaunty and I installed all the required libraries and tools
as specified in the README (libsqlite3-dev, libglew1.5-dev, libjpeg62-dev,
scons).

Original issue reported on code.google.com by derg...@gmail.com on 22 Apr 2009 at 1:50

GoogleCodeExporter commented 9 years ago
Sorry, I forgot to mention I used the galapix-0.0.3 tarball.

Original comment by derg...@gmail.com on 22 Apr 2009 at 1:56

GoogleCodeExporter commented 9 years ago
Here is a quick&dirty way to get rid of this error:
download and extract boost and add a symlink from boost-1_39/boost to 
/usr/include:

ln -s <boost_path>/boost /usr/include/boost

Let me know if it works.

Original comment by bogdan.p...@gmail.com on 4 May 2009 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by grum...@gmail.com on 18 Oct 2009 at 10:35