Re: [Cppcms-users] Need help building cppcms on win xp
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-06-29 15:22:46
|
You are most likely hadn't configured proper PATH variables such that many tests fail to even start due to missing DLLs Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Szilágyi Zoltán <zol...@ya...> >To: cpps <cpp...@li...> >Sent: Thursday, June 27, 2013 8:39 PM >Subject: [Cppcms-users] Need help building cppcms on win xp > > > >Hi, > > >I am new to cppcms. I tried to compile it on Debian 7 squeeze following the instructions. Everything working flawless. >But on win xp I have really hard time, 3 days spent on it, without success.This is mostly because of the dependencies I guess. > > >It is really hard to get the right binaries, even getting the right binaries there could be version number issue.And compiling from source code, all of the dependencies with the latest version available would be the right think to do, but it is huge pain in the ass to do that. > > >Ok: I still don't get it to make the thinks working on win xp. Running nmake test I get: > >31% tests passed, 58 tests failed out of 84 > >Total Test time (real) = 13.69 sec > >The following tests FAILED: > 1 - base64_test (OTHER_FAULT) > 2 - encryptor_test (OTHER_FAULT) > 3 - storage_test (OTHER_FAULT) > 4 - json_test (OTHER_FAULT) > 5 - multipart_parser_test (OTHER_FAULT) > 6 - content_type_parser_test (OTHER_FAULT) > 7 - cache_backend_test (OTHER_FAULT) > 8 - serialization_test (OTHER_FAULT) > 9 - xss_test (OTHER_FAULT) > 10 - rewrite_test (OTHER_FAULT) > 11 - url_mapper_test (OTHER_FAULT) > 12 - copy_filter_test (OTHER_FAULT) > 13 - mount_point_test (OTHER_FAULT) > 14 - tc_test (OTHER_FAULT) > 15 - status_test (OTHER_FAULT) > 16 - async_status_test (OTHER_FAULT) > 17 - form_test (OTHER_FAULT) > 18 - cookie_test (OTHER_FAULT) > 19 - internal_forwarder_test (OTHER_FAULT) > 20 - forwarder_test (OTHER_FAULT) > 21 - jsonrpc_test (OTHER_FAULT) > 22 - http_timeouts_test_read (OTHER_FAULT) > 23 - http_timeouts_test_write (OTHER_FAULT) > 24 - file_server_test (OTHER_FAULT) > 25 - file_server_with_listing_test (OTHER_FAULT) > 26 - disco_test_http (OTHER_FAULT) > 27 - disco_test_fastcgi_tcp (OTHER_FAULT) > 28 - disco_test_scgi_tcp (OTHER_FAULT) > 29 - secure_post_test (OTHER_FAULT) > 30 - gzip_test (OTHER_FAULT) > 31 - cache_frontend_test (OTHER_FAULT) > 32 - session_interface_test_client_renew (OTHER_FAULT) > 33 - session_interface_test_client_browser (OTHER_FAULT) > 34 - session_interface_test_client_fixed (OTHER_FAULT) > 35 - session_interface_test_server_renew (OTHER_FAULT) > 36 - session_interface_test_server_browser (OTHER_FAULT) > 37 - session_interface_test_server_fixed (OTHER_FAULT) > 38 - session_interface_test_both_renew (OTHER_FAULT) > 39 - session_interface_test_both_browser (OTHER_FAULT) > 40 - session_interface_test_both_fixed (OTHER_FAULT) > 41 - proto_test_async_http (OTHER_FAULT) > 42 - proto_test_async_scgi (OTHER_FAULT) > 43 - proto_test_async_fastcgi (OTHER_FAULT) > 44 - proto_test_sync_http (OTHER_FAULT) > 45 - proto_test_sync_scgi (OTHER_FAULT) > 46 - proto_test_sync_fastcgi (OTHER_FAULT) > 47 - loadable_storage_pass (OTHER_FAULT) > 48 - loadable_storage_fail (OTHER_FAULT) > 66 - test_locale_codepage (Failed) > 67 - test_locale_message (Failed) > 70 - test_locale_date_time (Failed) > 71 - test_locale_generator (Failed) > 72 - test_locale_config (Failed) > 74 - test_locale_collate (Failed) > 75 - test_locale_convert (Failed) > 76 - test_locale_boundary (Failed) > 77 - test_locale_formatting (Failed) > 78 - test_locale_icu_vs_os_timezone (Failed) >Errors while running CTest >NMAKE : fatal error U1077: 'echo' : return code '0x8' >Stop. > > >Strange thing that noticed on Linux there are 93 tests for the same cppcms-1.0.4 while on windows it seems to be >84.( I could be because of crash maybe during the tests.) > > > >Somebody could help me to install cppcms on windows xp? Or somebody could supplying the right dependencies ( or at least their version numbers). > > > >Mingw build would be a better option for windows xp vs MSVC? > > >If anybody succeeded installing cppcms on win xp could share his experience with me? > > > >Btw it would not be a good idea to share the needed dependencies via install.exe for windows, or a zip file, copy -paste way, supposing that the dependencies don't change in a way that could affect cppcms builds? > > >( I made once a time application in qt and I made also Linux version. For the windows I have setup.exe. So I want to build setup also for Linux version but just could not find good alternative for setup exe style only deb, rpm... packages so I ended in writing a bash file for the setup in Linux.Windows and Linux differ so choosing a path that works fine one system it is very hard on the other so I guess for windows should exists something in windows style.At least dependencies via install.exe) > > > >Thank you, >Zoltán > > > > > > > > > > > > > > > > > >------------------------------------------------------------------------------ >This SF.net email is sponsored by Windows: > >Build for Windows Store. > >http://p.sf.net/sfu/windows-dev2dev >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |