I\'m trying to compile a C++ project using bjam on Ubuntu 11.04. I keep getting the following error:
../../libraries/boost_1_44_0/boost/python/detail/wrap_python
IIRC patchlevel.h is a python-dev header, check this package is installed (i dont remember the exact name but it si the C header for python binding).
ovcam.h is not part of boost in anyway.
For Ubuntu Server 12.04 LTS, please try:
apt-get install python-dev