asangaclicks / nano-cast

Automatically exported from code.google.com/p/nano-cast
0 stars 0 forks source link

missing boost-devel on Fedora 17 #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pull svn head
2. attempt to compile
3. compile fails

What is the expected output? What do you see instead?

compiled completed

What version of the product are you using? On what operating system?

current svn head, Fedora 17 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by notse...@gmail.com on 22 Oct 2012 at 11:10

GoogleCodeExporter commented 8 years ago
Fix as follows:

yum install boost-devel

Original comment by notse...@gmail.com on 22 Oct 2012 at 11:10

GoogleCodeExporter commented 8 years ago
Initial error was as follows:

/usr/bin/g++  -g -I Dispatcher -I Ntrip -I UsefulStuff -I --sysroot=/  -c -o 
Dispatcher/Writer.o Dispatcher/Writer.cpp
In file included from Dispatcher/Writer.h:12:0,
                 from Dispatcher/Writer.cpp:8:
Dispatcher/Connection.h:13:32: fatal error: boost/shared_ptr.hpp: No such file 
or directory
compilation terminated.

Original comment by notse...@gmail.com on 22 Oct 2012 at 11:15