because I am frustated I tried ubuntu 12.04
I needed a Higer lib boost version 1.5 to get trough dependecies.
sudo apt-get install cmake libroot-python-dev libboost1.50-all-dev subversion libpcap-dev libssl-dev python-dev zlib1g-dev python-scapy libroot-python5.18 libroot5.18 root-plugin-proof
then install calpp:
root@UBU:/home/jve/calpp/trunk# cmake .
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.50.0
-- Found the following Boost libraries:
-- date_time
-- ================================================== =========
-- ATI CAL cl library directory
-- ATI CAL rt library directory
-- Boost version 1_50
-- ================================================== =========
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jve/calpp/trunk
root@UBU:/home/jve/calpp/trunk# make
Scanning dependencies of target coalescingtest
[ 6%] Building CXX object examples/CMakeFiles/coalescingtest.dir/coalescingtest.cpp.o
In file included from /home/jve/calpp/trunk/examples/coalescingtest.cpp:27:0:
/home/jve/calpp/trunk/include/cal/cal.hpp:442:16: error: ‘mutex’ in namespace ‘boost’ does not name a type
/home/jve/calpp/trunk/include/cal/cal.hpp:483:1: error: ‘mutex’ in namespace ‘boost’ does not name a type
/home/jve/calpp/trunk/include/cal/cal.hpp:756:5: error: ‘recursive_mutex’ in namespace ‘boost’ does not name a type
make[2]: *** [examples/CMakeFiles/coalescingtest.dir/coalescingtest.cpp.o] Error 1
make[1]: *** [examples/CMakeFiles/coalescingtest.dir/all] Error 2
make: *** [all] Error 2
what do I miss or is there changed ???



