Thread: [Cppcms-users] missing cppcms_boost/bind.hpp
Brought to you by:
artyom-beilis
From: augustin <aug...@ov...> - 2010-10-28 11:24:34
|
Hello, I am trying to compile cppcms on a new machine and downloaded the source from svn: svn co http://cppcms.svn.sourceforge.net/svnroot/cppcms/framework/trunk cppcms as per: http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build 'make' does not work because of a missing file in the repository: In file included from cppcms/src/service.cpp:44: cppcms/private/prefork_acceptor.h:21:33: error: cppcms_boost/bind.hpp: no such file In file included from cppcms/src/service.cpp:44: cppcms/private/prefork_acceptor.h:23: error: ‘cppcms_boost’ is not a namespace-name (...) I cannot compile cppcms. Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |
From: Artyom <art...@ya...> - 2010-10-28 11:31:33
|
> > In file included from cppcms/src/service.cpp:44: > cppcms/private/prefork_acceptor.h:21:33: error: cppcms_boost/bind.hpp: no such > > file > In file included from cppcms/src/service.cpp:44: > cppcms/private/prefork_acceptor.h:23: error: ‘cppcms_boost’ is not a > namespace-name > (...) > > I cannot compile cppcms. Read this: http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build#get You forget to untar cppcms_boost.tar.bz2 Artyom |
From: augustin <aug...@ov...> - 2010-10-28 11:38:10
|
On Thursday 28 October 2010 07:31:23 pm Artyom wrote: > Read this: http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build#get > You forget to untar cppcms_boost.tar.bz2 Re-oops! It *was* in the wiki. I'm sorry for the noise. Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |
From: augustin <aug...@ov...> - 2010-10-28 11:36:26
|
On Thursday 28 October 2010 07:27:55 pm augustin wrote: > Hello, > > I am trying to compile cppcms on a new machine and downloaded the source > from svn: > svn co http://cppcms.svn.sourceforge.net/svnroot/cppcms/framework/trunk > cppcms > as per: > http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build > > 'make' does not work because of a missing file in the repository: > > In file included from cppcms/src/service.cpp:44: > cppcms/private/prefork_acceptor.h:21:33: error: cppcms_boost/bind.hpp: no > such file > In file included from cppcms/src/service.cpp:44: > cppcms/private/prefork_acceptor.h:23: error: ‘cppcms_boost’ is not a > namespace-name > (...) Ooops! Sorry. I forgot to unpack cppcms_boost.tar.bz2 I am not updating the wiki, because I don't know what to put: in which cases would the external boost be used? What are the advantages/disadvantages of using the internal boost library? I am using boost anyway, so I may as well use the external library: what is the minimum install of boost and what cmake or make flags do I need to add to use the external boost libs? Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |
From: Artyom <art...@ya...> - 2010-10-28 11:41:55
|
> Ooops! Sorry. I forgot to unpack cppcms_boost.tar.bz2 > > I am not updating the wiki, because I don't know what to put: > in which cases would the external boost be used? > What are the advantages/disadvantages of using the internal boost library? > I am using boost anyway, so I may as well use the external library: what is > the minimum install of boost and what cmake or make flags do I need to add to > use the external boost libs? Yo don't use external boost as it make break binary compatibility of CppCMS. You use only internal one and slowly it is going to vanish. The ifdef is just a reminders of old code that wasn't clean up. Artyom |
From: augustin <aug...@ov...> - 2010-10-28 13:15:51
|
On Thursday 28 October 2010 07:41:48 pm Artyom wrote: > Yo don't use external boost as it make break binary compatibility of > CppCMS. You use only internal one and slowly it is going to vanish. > > The ifdef is just a reminders of old code that wasn't clean up. > Ok, that's cool. Thanks again. Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |