From: David R. <ro...@ph...> - 2008-12-09 15:45:27
|
I'm attaching my build.log and config.log as requested (by the message printed when compiling). It looks like maybe I need a more recent boost library or something? If so, the autoconf test should be tightened, so I get a configure error telling me what's wrong... For those who don't want to look at long log files, the error message is: ./core/util/render_manager.cpp:4:26: warning: threadpool.hpp: No such file or directory ./core/util/render_manager.cpp:61:23: warning: no newline at end of file ./core/util/render_manager.cpp: In static member function 'static double cvisual::render_manager::paint_displays(const std::vector<cvisual::display*, std::allocator<cvisual::display*> >&, bool)': ./core/util/render_manager.cpp:14: error: 'boost::threadpool' has not been declared ./core/util/render_manager.cpp:14: error: expected initializer before '*' token ./core/util/render_manager.cpp:31: error: 'swap_thread_pool' was not declared in this scope ./core/util/render_manager.cpp:32: error: expected type-specifier ./core/util/render_manager.cpp:32: error: expected `;' ./core/util/render_manager.cpp:37: error: 'swap_thread_pool' was not declared in this scope ./core/util/render_manager.cpp:37: error: 'bind' is not a member of 'boost' ./core/util/render_manager.cpp:41: error: 'swap_thread_pool' was not declared in this scope David |