Re: [Cppcms-users] error checkout, make, and make test cppcms framework
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-12-13 08:16:06
|
> > 1. error in >checkout. Error 'https://cppcms.svn.sourceforge.net/svnroot/cppcms/templates_compiler/trunk/share' at > > revision 1571 doesn't exist. Completed At revision: 1571 You don't need templates_compiler is it dead project that was removed from svn. It was used for CppCMS 0.0.x before its first beta was even released. It was removed from svn. > 2. warning in "make". I get some warning in ".../aio/src/endpoint.cpp", >which > >told me that in some member functions, a control reaches end of non-void >function. This is fine - it is compiler's false alarm. The "end of non-void" is done via function that always throws. > 3. failed in "make test". 62 - test_locale_std_formatting (Failed) Can you please give me the content of the Testing/Temporary/LastTest.log In your build directory, Also I need: - the version of the compiler you use, - Linux distribution (or other OS name) - output of locale -a - output of locale - version of CppCMS you use (trunk or the 0.99.4) > What is the > consequences of failed test above? which modules are that can't be used? Most likely it is the bug in the test itself as it is quite hard to handle all corner cases on every OS and installation and installed locales. But in general the "std" localization backend may be less usable (but it really depends on what exactly failed) Not something to worry about. Artyom |