Thread: [Cppcms-users] cppcms_boost/bind.hpp not found
Brought to you by:
artyom-beilis
|
From: niXman <i.n...@gm...> - 2013-01-29 11:57:49
|
Hi, When I try to build CppCMS from trunk(svn://svn.code.sf.net/p/cppcms/code/framework/trunk) at rev2238, I get the following error: > ... > Scanning dependencies of target cppcms > [ 19%] Building CXX object CMakeFiles/cppcms.dir/src/service.cpp.oIn file included from cppcms-code/src/service.cpp:35:0: > cppcms-code/private/prefork_acceptor.h:28:33: fatal error: cppcms_boost/bind.hpp: no such file or directory What I`am doing wrongly? Thanks. -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/ |
|
From: Artyom B. <art...@ya...> - 2013-01-29 12:03:06
|
You had missed a small step: http://cppcms.com/wikipp/en/page/cppcms_1x_build#Getting.The.Sources tar -xjvf cppcms_boost.tar.bz2 Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ ----- Original Message ----- > From: niXman <i.n...@gm...> > To: cpp...@li... > Cc: > Sent: Tuesday, January 29, 2013 1:57 PM > Subject: [Cppcms-users] cppcms_boost/bind.hpp not found > > Hi, > > When I try to build CppCMS from > trunk(svn://svn.code.sf.net/p/cppcms/code/framework/trunk) at rev2238, > I get the following error: >> ... >> Scanning dependencies of target cppcms >> [ 19%] Building CXX object CMakeFiles/cppcms.dir/src/service.cpp.oIn file > included from cppcms-code/src/service.cpp:35:0: >> cppcms-code/private/prefork_acceptor.h:28:33: fatal error: > cppcms_boost/bind.hpp: no such file or directory > > What I`am doing wrongly? > Thanks. > > > -- > Regards, > niXman > ___________________________________________________ > Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: > http://sourceforge.net/projects/mingwbuilds/ > ___________________________________________________ > Another online IDE: http://liveworkspace.org/ > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
|
From: niXman <i.n...@gm...> - 2013-01-29 12:07:55
|
> You had missed a small step: > > http://cppcms.com/wikipp/en/page/cppcms_1x_build#Getting.The.Sources > > tar -xjvf cppcms_boost.tar.bz2 I.e. trunk now in a non-working state? -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/ |
|
From: niXman <i.n...@gm...> - 2013-01-29 19:45:57
|
2013/1/29 niXman <i.n...@gm...>: > I.e. trunk now in a non-working state? ping? -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/ |
|
From: Artyom B. <art...@ya...> - 2013-01-29 21:13:43
|
No, trunk is working... You skipped a stage in build instructions from SVN that are different from the build instructions form the released sources... RTFM Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ ----- Original Message ----- > From: niXman <i.n...@gm...> > To: Artyom Beilis <art...@ya...>; cpp...@li... > Cc: > Sent: Tuesday, January 29, 2013 9:45 PM > Subject: Re: [Cppcms-users] cppcms_boost/bind.hpp not found > > 2013/1/29 niXman <i.n...@gm...>: > >> I.e. trunk now in a non-working state? > ping? > > > -- > Regards, > niXman > ___________________________________________________ > Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: > http://sourceforge.net/projects/mingwbuilds/ > ___________________________________________________ > Another online IDE: http://liveworkspace.org/ > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
|
From: niXman <i.n...@gm...> - 2013-01-30 07:36:49
|
> You skipped a stage in build instructions from SVN that are different > from the build instructions form the released sources... Oh, sorry.. I thought it was an error in the documentation. I never saw such that, after getting the sources from CVS, it was necessary to unpack the archive, also received with the sources %) Thank you. -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/ |