[Cppcms-users] compiling
Brought to you by:
artyom-beilis
|
From: Yiown S. <yi...@gm...> - 2013-06-06 14:36:49
|
Hi Artyom, I just did a clean svn checkout and tried to compile the project. The file cppcms_boost/bind.hpp is no longer in the repository. But some files still tries to include it. In some of these files i saw a preprocessor flag CPPCMS_USE_EXTERNAL_BOOST which bypass the include and instead includes the normal boost version of the bind.hpp. So i placed the flag in the compilation and still some of the files would not compile, since they do not even check for the preprocessor flag. The files are: private/prefork_acceptor.h src/http_api.cpp src/session_pool.cpp src/tcp_cache_server.cpp Once i updated these files with the preprocessor directives it compiled ok. It looks like cppcms_boost/bind.hpp was removed by accident, or the include points were not updated. In any case. Hope this helps. Regards. |