Dear Michele,
I tried it yesterday with some errors that I will post below. I thought that problem is with hdf5 because in output I send in previous mail was something about
HDF5_DLL-NOTFOUND;HDF5_HL_DLL-
NOTFOUND;HDF5_DLL-NOTFOUND;HDF5_HL_DLL-NOTFOUND
-- tebd will not be built
but maybe it is something else. Here comes output from command: sudo make
[ 28%] Building CXX object src/boost/CMakeFiles/boost.dir/__/__/__/boost/libs/thread/src/pthread/once.cpp.o
[ 28%] Building CXX object src/boost/CMakeFiles/boost.dir/__/__/__/boost/libs/thread/src/pthread/thread.cpp.o
In file included from /usr/include/pthread.h:24:0,
from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr-default.h:35,
from /usr/include/x86_64-linux-gnu/c++/4.8/bits/gthr.h:148,
from /usr/include/c++/4.8/ext/atomicity.h:35,
from /usr/include/c++/4.8/bits/basic_string.h:39,
from /usr/include/c++/4.8/string:52,
from /home/arymanus/src/alps2/boost/boost/thread/exceptions.hpp:19,
from /home/arymanus/src/alps2/boost/boost/thread/pthread/thread_data.hpp:9,
from /home/arymanus/src/alps2/boost/boost/thread/thread.hpp:17,
from /home/arymanus/src/alps2/boost/libs/thread/src/pthread/thread.cpp:10:
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
TIME_UTC=1
^
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp:23:5: error: expected ‘}’ before numeric constant
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
In file included from /home/arymanus/src/alps2/boost/boost/thread/pthread/mutex.hpp:14:0,
from /home/arymanus/src/alps2/boost/boost/thread/mutex.hpp:16,
from /home/arymanus/src/alps2/boost/boost/thread/pthread/thread_data.hpp:12,
from /home/arymanus/src/alps2/boost/boost/thread/thread.hpp:17,
from /home/arymanus/src/alps2/boost/libs/thread/src/pthread/thread.cpp:10:
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp:46:14: error: expected type-specifier before ‘system_time’
operator system_time() const
^
In file included from /home/arymanus/src/alps2/boost/boost/thread/pthread/mutex.hpp:14:0,
from /home/arymanus/src/alps2/boost/boost/thread/mutex.hpp:16,
from /home/arymanus/src/alps2/boost/boost/thread/pthread/thread_data.hpp:12,
from /home/arymanus/src/alps2/boost/boost/thread/thread.hpp:17,
from /home/arymanus/src/alps2/boost/libs/thread/src/pthread/thread.cpp:10:
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp: In function ‘int xtime_get(xtime*, int)’:
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp:73:40: error: ‘get_system_time’ was not declared in this scope
*xtp=get_xtime(get_system_time());
^
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp:73:40: note: suggested alternative:
In file included from /home/arymanus/src/alps2/boost/boost/thread/locks.hpp:12:0,
from /home/arymanus/src/alps2/boost/boost/thread/pthread/mutex.hpp:12,
from /home/arymanus/src/alps2/boost/boost/thread/mutex.hpp:16,
from /home/arymanus/src/alps2/boost/boost/thread/pthread/thread_data.hpp:12,
from /home/arymanus/src/alps2/boost/boost/thread/thread.hpp:17,
from /home/arymanus/src/alps2/boost/libs/thread/src/pthread/thread.cpp:10:
/home/arymanus/src/alps2/boost/boost/thread/thread_time.hpp:19:24: note: ‘boost::get_system_time’
inline system_time get_system_time()
^
In file included from /home/arymanus/src/alps2/boost/boost/thread/pthread/mutex.hpp:14:0,
from /home/arymanus/src/alps2/boost/boost/thread/mutex.hpp:16,
from /home/arymanus/src/alps2/boost/boost/thread/pthread/thread_data.hpp:12,
from /home/arymanus/src/alps2/boost/boost/thread/thread.hpp:17,
from /home/arymanus/src/alps2/boost/libs/thread/src/pthread/thread.cpp:10:
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp: At global scope:
/home/arymanus/src/alps2/boost/boost/thread/xtime.hpp:88:1: error: expected declaration before ‘}’ token
} // namespace boost
^
make[2]: *** [src/boost/CMakeFiles/boost.dir/__/__/__/boost/libs/thread/src/pthread/thread.cpp.o] Error 1
make[1]: *** [src/boost/CMakeFiles/boost.dir/all] Error 2
make: *** [all] Error 2