Public bug reported:

I'm trying to compile openvrml from source and got some of the following
errors at various points:

/usr/include/boost/ptr_container/ptr_map_adapter.hpp:497: error:
expected ';' before '}' token

/usr/include/boost/ptr_container/ptr_map_adapter.hpp:672: error:
expected ';' before '}' token

/usr/include/boost/ptr_container/detail/reversible_ptr_container.hpp:610:
error: expected ';' before '}' token

Each of these lines seems to be caused by
BOOST_SERIALIZATION_SPLIT_MEMBER() with a missing ;, adding the ; fixed
my compile problems but there might be more.

After that I got another error:
In file included from 
/usr/include/boost/ptr_container/detail/associative_ptr_container.hpp:20,
                 from /usr/include/boost/ptr_container/ptr_map_adapter.hpp:20,
                 from /usr/include/boost/ptr_container/ptr_map.hpp:20,
                 from libopenvrml/openvrml/browser.cpp:43:
/usr/include/boost/ptr_container/detail/reversible_ptr_container.hpp:38:48: 
error: boost/serialization/split_member.hpp: No such file or directory


make[2]: *** [libopenvrml/openvrml/libopenvrml_libopenvrml_la-browser.lo] Error 
1
make[2]: Leaving directory `/usr/src/openvrml-0.17.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/openvrml-0.17.5'
make: *** [all] Error 2

** Affects: boost (Ubuntu)
     Importance: Undecided
         Status: New

-- 
libboost-dev missing ;'s
https://bugs.launchpad.net/bugs/206506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to