Skip to content

Instantly share code, notes, and snippets.

@zao
Last active May 17, 2017 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/ac084044b5f2634e4e02f1e321d48e18 to your computer and use it in GitHub Desktop.
Save zao/ac084044b5f2634e4e02f1e321d48e18 to your computer and use it in GitHub Desktop.
errors
1>------ Build started: Project: cmake_build_dir_test.make_build_dir, Configuration: RelWithDebInfo Win32 ------
2>------ Build started: Project: cmake_install_dir_test.make_build_dir, Configuration: RelWithDebInfo Win32 ------
3>------ Skipped Build: Project: Continuous, Configuration: RelWithDebInfo Win32 ------
3>Project not selected to build for this solution configuration
4>------ Skipped Build: Project: Experimental, Configuration: RelWithDebInfo Win32 ------
4>Project not selected to build for this solution configuration
5>------ Skipped Build: Project: Nightly, Configuration: RelWithDebInfo Win32 ------
5>Project not selected to build for this solution configuration
6>------ Skipped Build: Project: NightlyMemoryCheck, Configuration: RelWithDebInfo Win32 ------
6>Project not selected to build for this solution configuration
7>------ Skipped Build: Project: RUN_TESTS, Configuration: RelWithDebInfo Win32 ------
7>Project not selected to build for this solution configuration
8>------ Build started: Project: nqueen_component, Configuration: RelWithDebInfo Win32 ------
8>nqueen.cpp
8>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(168): error C2766: explicit specialization; 'hpx::traits::is_action<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::set_value_action,void>' has already been defined
8> with
8> [
8> _Ty=::size_t
8> ]
8>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'is_action<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::set_value_action,void>'
8>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(168): error C2766: explicit specialization; 'hpx::traits::needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::set_value_action,void>' has already been defined
8> with
8> [
8> _Ty=::size_t
8> ]
8>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::set_value_action,void>'
8>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(172): error C2766: explicit specialization; 'hpx::traits::is_action<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::get_value_action,void>' has already been defined
8> with
8> [
8> _Ty=::size_t
8> ]
8>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'is_action<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::get_value_action,void>'
8>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(172): error C2766: explicit specialization; 'hpx::traits::needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::get_value_action,void>' has already been defined
8> with
8> [
8> _Ty=::size_t
8> ]
8>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::get_value_action,void>'
8>Done building project "nqueen_component.vcxproj" -- FAILED.
9>------ Build started: Project: cmake_install_dir_test.make_configure, Configuration: RelWithDebInfo Win32 ------
9>CMake Warning at CMakeLists.txt:35 (message):
9> HPX_DIR=K:/stellar/inst-msvc141-x86-relwithdebinfo/lib/cmake/HPX does not
9> exist. Did you forget to run the install rule?
9>
9>
9>-- Configuring done
9>-- Generating done
9>-- Build files have been written to: K:/stellar/build-msvc141-x86-relwithdebinfo/tests/unit/build/cmake_install_dir_test
10>------ Build started: Project: cmake_build_dir_test.make_configure, Configuration: RelWithDebInfo Win32 ------
10>-- Using system allocator.
10>-- Configuring done
10>-- Generating done
10>-- Build files have been written to: K:/stellar/build-msvc141-x86-relwithdebinfo/tests/unit/build/cmake_build_dir_test
11>------ Skipped Build: Project: cmake_build_dir_test.make_compile, Configuration: RelWithDebInfo Win32 ------
11>Project not selected to build for this solution configuration
12>------ Skipped Build: Project: cmake_install_dir_test.make_compile, Configuration: RelWithDebInfo Win32 ------
12>Project not selected to build for this solution configuration
13>------ Build started: Project: fail_compile_const_array_argument_lib, Configuration: RelWithDebInfo Win32 ------
13>fail_compile_const_array_argument.cpp
13>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(142): error C2338: Using arrays as arguments for actions is not supported.
13>k:\stellar\hpx\hpx\runtime\actions\plain_action.hpp(62): note: see reference to class template instantiation 'hpx::actions::basic_action<hpx::actions::detail::plain_function,R (const int (&)[20]),Derived>' being compiled
13> with
13> [
13> R=void,
13> Derived=test_action
13> ]
13>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(539): note: see reference to class template instantiation 'hpx::actions::basic_action_impl<TF,TF,test,test_action>' being compiled
13> with
13> [
13> TF=void (__cdecl *)(const int (&)[20])
13> ]
13>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(581): note: see reference to class template instantiation 'hpx::actions::action<TF,test,Derived>' being compiled
13> with
13> [
13> TF=void (__cdecl *)(const int (&)[20]),
13> Derived=test_action
13> ]
13>k:\stellar\hpx\tests\unit\actions\fail_compile_const_array_argument.cpp(13): note: see reference to class template instantiation 'hpx::actions::make_action<void (__cdecl *)(const int (&)[20]),test,test_action,std::false_type>' being compiled
13>Done building project "fail_compile_const_array_argument_lib.vcxproj" -- FAILED.
14>------ Build started: Project: fail_compile_const_pointer_argument_lib, Configuration: RelWithDebInfo Win32 ------
14>fail_compile_const_pointer_argument.cpp
14>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(135): error C2338: Using raw pointers as arguments for actions is not supported.
14>k:\stellar\hpx\hpx\runtime\actions\plain_action.hpp(62): note: see reference to class template instantiation 'hpx::actions::basic_action<hpx::actions::detail::plain_function,R (const int *),Derived>' being compiled
14> with
14> [
14> R=void,
14> Derived=test_action
14> ]
14>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(539): note: see reference to class template instantiation 'hpx::actions::basic_action_impl<TF,TF,test,test_action>' being compiled
14> with
14> [
14> TF=void (__cdecl *)(const int *)
14> ]
14>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(581): note: see reference to class template instantiation 'hpx::actions::action<TF,test,Derived>' being compiled
14> with
14> [
14> TF=void (__cdecl *)(const int *),
14> Derived=test_action
14> ]
14>k:\stellar\hpx\tests\unit\actions\fail_compile_const_pointer_argument.cpp(12): note: see reference to class template instantiation 'hpx::actions::make_action<void (__cdecl *)(const int *),test,test_action,std::false_type>' being compiled
14>k:\stellar\hpx\tests\unit\actions\fail_compile_const_pointer_argument.cpp(20): error C2672: 'hpx::apply': no matching overloaded function found
14>k:\stellar\hpx\tests\unit\actions\fail_compile_const_pointer_argument.cpp(20): error C2783: 'bool hpx::apply(const hpx::naming::id_type &,Ts &&...)': could not deduce template argument for 'Action'
14>k:\stellar\hpx\hpx\runtime\trigger_lco.hpp(278): note: see declaration of 'hpx::apply'
14>Done building project "fail_compile_const_pointer_argument_lib.vcxproj" -- FAILED.
15>------ Build started: Project: fail_compile_mutex_move_lib, Configuration: RelWithDebInfo Win32 ------
15>fail_compile_mutex_move.cpp
15>k:\stellar\hpx\tests\unit\lcos\fail_compile_mutex_move.cpp(17): error C2248: 'hpx::lcos::local::mutex::mutex': cannot access private member declared in class 'hpx::lcos::local::mutex'
15>k:\stellar\hpx\hpx\lcos\local\mutex.hpp(22): note: see declaration of 'hpx::lcos::local::mutex::mutex'
15>k:\stellar\hpx\hpx\lcos\local\mutex.hpp(21): note: see declaration of 'hpx::lcos::local::mutex'
15>Done building project "fail_compile_mutex_move_lib.vcxproj" -- FAILED.
16>------ Build started: Project: fail_compile_non_const_array_argument_lib, Configuration: RelWithDebInfo Win32 ------
16>fail_compile_non_const_array_argument.cpp
16>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(142): error C2338: Using arrays as arguments for actions is not supported.
16>k:\stellar\hpx\hpx\runtime\actions\plain_action.hpp(62): note: see reference to class template instantiation 'hpx::actions::basic_action<hpx::actions::detail::plain_function,R (int (&)[20]),Derived>' being compiled
16> with
16> [
16> R=void,
16> Derived=test_action
16> ]
16>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(539): note: see reference to class template instantiation 'hpx::actions::basic_action_impl<TF,TF,test,test_action>' being compiled
16> with
16> [
16> TF=void (__cdecl *)(int (&)[20])
16> ]
16>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(581): note: see reference to class template instantiation 'hpx::actions::action<TF,test,Derived>' being compiled
16> with
16> [
16> TF=void (__cdecl *)(int (&)[20]),
16> Derived=test_action
16> ]
16>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_array_argument.cpp(12): note: see reference to class template instantiation 'hpx::actions::make_action<void (__cdecl *)(int (&)[20]),test,test_action,std::false_type>' being compiled
16>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(149): error C2338: Using non-const references as arguments for actions is not supported.
16>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_array_argument.cpp(20): error C2672: 'hpx::apply': no matching overloaded function found
16>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_array_argument.cpp(20): error C2783: 'bool hpx::apply(const hpx::naming::id_type &,Ts &&...)': could not deduce template argument for 'Action'
16>k:\stellar\hpx\hpx\runtime\trigger_lco.hpp(278): note: see declaration of 'hpx::apply'
16>Done building project "fail_compile_non_const_array_argument_lib.vcxproj" -- FAILED.
17>------ Build started: Project: fail_compile_non_const_pointer_argument_lib, Configuration: RelWithDebInfo Win32 ------
17>fail_compile_non_const_pointer_argument.cpp
17>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(135): error C2338: Using raw pointers as arguments for actions is not supported.
17>k:\stellar\hpx\hpx\runtime\actions\plain_action.hpp(62): note: see reference to class template instantiation 'hpx::actions::basic_action<hpx::actions::detail::plain_function,R (int *),Derived>' being compiled
17> with
17> [
17> R=void,
17> Derived=test_action
17> ]
17>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(539): note: see reference to class template instantiation 'hpx::actions::basic_action_impl<TF,TF,test,test_action>' being compiled
17> with
17> [
17> TF=void (__cdecl *)(int *)
17> ]
17>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(581): note: see reference to class template instantiation 'hpx::actions::action<TF,test,Derived>' being compiled
17> with
17> [
17> TF=void (__cdecl *)(int *),
17> Derived=test_action
17> ]
17>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_pointer_argument.cpp(12): note: see reference to class template instantiation 'hpx::actions::make_action<void (__cdecl *)(int *),test,test_action,std::false_type>' being compiled
17>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_pointer_argument.cpp(20): error C2672: 'hpx::apply': no matching overloaded function found
17>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_pointer_argument.cpp(20): error C2783: 'bool hpx::apply(const hpx::naming::id_type &,Ts &&...)': could not deduce template argument for 'Action'
17>k:\stellar\hpx\hpx\runtime\trigger_lco.hpp(278): note: see declaration of 'hpx::apply'
17>Done building project "fail_compile_non_const_pointer_argument_lib.vcxproj" -- FAILED.
18>------ Build started: Project: fail_compile_non_const_ref_argument_lib, Configuration: RelWithDebInfo Win32 ------
18>fail_compile_non_const_ref_argument.cpp
18>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(149): error C2338: Using non-const references as arguments for actions is not supported.
18>k:\stellar\hpx\hpx\runtime\actions\plain_action.hpp(62): note: see reference to class template instantiation 'hpx::actions::basic_action<hpx::actions::detail::plain_function,R (int &),Derived>' being compiled
18> with
18> [
18> R=void,
18> Derived=test_action
18> ]
18>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(539): note: see reference to class template instantiation 'hpx::actions::basic_action_impl<TF,TF,test,test_action>' being compiled
18> with
18> [
18> TF=void (__cdecl *)(int &)
18> ]
18>k:\stellar\hpx\hpx\runtime\actions\basic_action.hpp(581): note: see reference to class template instantiation 'hpx::actions::action<TF,test,Derived>' being compiled
18> with
18> [
18> TF=void (__cdecl *)(int &),
18> Derived=test_action
18> ]
18>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_ref_argument.cpp(12): note: see reference to class template instantiation 'hpx::actions::make_action<void (__cdecl *)(int &),test,test_action,std::false_type>' being compiled
18>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_ref_argument.cpp(20): error C2672: 'hpx::apply': no matching overloaded function found
18>k:\stellar\hpx\tests\unit\actions\fail_compile_non_const_ref_argument.cpp(20): error C2783: 'bool hpx::apply(const hpx::naming::id_type &,Ts &&...)': could not deduce template argument for 'Action'
18>k:\stellar\hpx\hpx\runtime\trigger_lco.hpp(278): note: see declaration of 'hpx::apply'
18>Done building project "fail_compile_non_const_ref_argument_lib.vcxproj" -- FAILED.
19>------ Build started: Project: fail_compile_non_serializable_class_lib, Configuration: RelWithDebInfo Win32 ------
19>fail_compile_non_serializable_class.cpp
19>k:\stellar\hpx\hpx\runtime\serialization\access.hpp(27): error C2672: 'serialize': no matching overloaded function found
19>k:\stellar\hpx\hpx\runtime\serialization\access.hpp(69): note: see reference to function template instantiation 'void hpx::serialization::detail::serialize_force_adl<const T>(hpx::serialization::output_archive &,const T &,unsigned int)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\access.hpp(113): note: see reference to function template instantiation 'void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call<Archive>(Archive &,T &,unsigned int)' being compiled
19> with
19> [
19> T=A,
19> Archive=hpx::serialization::output_archive
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\access.hpp(113): note: see reference to function template instantiation 'void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call<Archive>(Archive &,T &,unsigned int)' being compiled
19> with
19> [
19> T=A,
19> Archive=hpx::serialization::output_archive
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\output_archive.hpp(203): note: see reference to function template instantiation 'void hpx::serialization::access::serialize<hpx::serialization::output_archive,const T>(Archive &,T &,unsigned int)' being compiled
19> with
19> [
19> T=A,
19> Archive=hpx::serialization::output_archive
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\output_archive.hpp(180): note: see reference to function template instantiation 'void hpx::serialization::output_archive::save_nonintrusively_polymorphic<T>(const T &,std::false_type)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\output_archive.hpp(143): note: see reference to function template instantiation 'void hpx::serialization::output_archive::save_bitwise<T>(const T &,std::false_type)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\output_archive.hpp(132): note: see reference to function template instantiation 'void hpx::serialization::output_archive::save<T>(const T &)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\basic_archive.hpp(65): note: see reference to function template instantiation 'void hpx::serialization::output_archive::invoke_impl<const T>(const T &)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\serialize.hpp(22): note: see reference to function template instantiation 'void hpx::serialization::basic_archive<hpx::serialization::output_archive>::invoke<const T>(T &)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\serialize.hpp(22): note: see reference to function template instantiation 'void hpx::serialization::basic_archive<hpx::serialization::output_archive>::invoke<const T>(T &)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\tests\unit\serialization\fail_compile_non_serializable_class.cpp(21): note: see reference to function template instantiation 'hpx::serialization::output_archive &hpx::serialization::operator <<<A>(hpx::serialization::output_archive &,const T &)' being compiled
19> with
19> [
19> T=A
19> ]
19>k:\stellar\hpx\hpx\runtime\serialization\access.hpp(27): error C2784: 'void hpx::serialization::serialize(hpx::serialization::output_archive &,const std::basic_string<_Elem,_Traits,_Alloc> &,unsigned int)': could not deduce template argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &' from 'A'
19>k:\stellar\hpx\hpx\runtime\serialization\string.hpp(35): note: see declaration of 'hpx::serialization::serialize'
19>k:\stellar\hpx\hpx\runtime\serialization\access.hpp(27): error C2784: 'void hpx::serialization::serialize(hpx::serialization::input_archive &,std::basic_string<_Elem,_Traits,_Alloc> &,unsigned int)': could not deduce template argument for 'std::basic_string<_Elem,_Traits,_Alloc> &' from 'A'
19>k:\stellar\hpx\hpx\runtime\serialization\string.hpp(19): note: see declaration of 'hpx::serialization::serialize'
19>Done building project "fail_compile_non_serializable_class_lib.vcxproj" -- FAILED.
20>------ Build started: Project: fail_compile_spinlock_move_lib, Configuration: RelWithDebInfo Win32 ------
20>fail_compile_spinlock_move.cpp
20>k:\stellar\hpx\tests\unit\lcos\fail_compile_spinlock_move.cpp(17): error C2248: 'hpx::lcos::local::spinlock::spinlock': cannot access private member declared in class 'hpx::lcos::local::spinlock'
20>k:\stellar\hpx\hpx\lcos\local\spinlock.hpp(53): note: see declaration of 'hpx::lcos::local::spinlock::spinlock'
20>k:\stellar\hpx\hpx\lcos\local\spinlock.hpp(51): note: see declaration of 'hpx::lcos::local::spinlock'
20>Done building project "fail_compile_spinlock_move_lib.vcxproj" -- FAILED.
21>------ Build started: Project: fail_compile_spinlock_no_backoff_move_lib, Configuration: RelWithDebInfo Win32 ------
21>fail_compile_spinlock_no_backoff_move.cpp
21>k:\stellar\hpx\tests\unit\lcos\fail_compile_spinlock_no_backoff_move.cpp(17): error C2248: 'hpx::lcos::local::spinlock_no_backoff::spinlock_no_backoff': cannot access private member declared in class 'hpx::lcos::local::spinlock_no_backoff'
21>k:\stellar\hpx\hpx\lcos\local\spinlock_no_backoff.hpp(43): note: see declaration of 'hpx::lcos::local::spinlock_no_backoff::spinlock_no_backoff'
21>k:\stellar\hpx\hpx\lcos\local\spinlock_no_backoff.hpp(41): note: see declaration of 'hpx::lcos::local::spinlock_no_backoff'
21>Done building project "fail_compile_spinlock_no_backoff_move_lib.vcxproj" -- FAILED.
22>------ Build started: Project: for_each_annotated_function_test_exe, Configuration: RelWithDebInfo Win32 ------
22>for_each_annotated_function.cpp
22>k:\stellar\hpx\tests\regressions\parallel\for_each_annotated_function.cpp(32): error C2121: '#': invalid character: possibly the result of a macro expansion
22>k:\stellar\hpx\tests\regressions\parallel\for_each_annotated_function.cpp(33): fatal error C1019: unexpected #else
22>Done building project "for_each_annotated_function_test_exe.vcxproj" -- FAILED.
23>------ Build started: Project: spmd_block_test_exe, Configuration: RelWithDebInfo Win32 ------
23>spmd_block.cpp
23>k:\stellar\hpx\hpx\parallel\spmd_block.hpp(148): error C2672: 'boost::irange': no matching overloaded function found
23>k:\stellar\hpx\tests\unit\parallel\spmd_block.cpp(88): note: see reference to function template instantiation 'std::vector<hpx::lcos::future<void>,std::allocator<_Ty>> hpx::parallel::v2::define_spmd_block<hpx::parallel::execution::parallel_task_policy,hpx_startup::user_main::<lambda_516bb94c2ca9565c10ba985710f855c8>,boost::atomics::atomic<unsigned int>*,void>(ExPolicy &&,::size_t,F &&,boost::atomics::atomic<unsigned int> *&&)' being compiled
23> with
23> [
23> _Ty=hpx::lcos::future<void>,
23> ExPolicy=hpx::parallel::execution::parallel_task_policy,
23> F=hpx_startup::user_main::<lambda_516bb94c2ca9565c10ba985710f855c8>
23> ]
23>k:\stellar\hpx\hpx\parallel\spmd_block.hpp(148): error C2780: 'boost::strided_integer_range<Integer> boost::irange(Integer,Integer,StepSize)': expects 3 arguments - 2 provided
23>k:\stellar\dep\boost_1_64_0\boost\range\irange.hpp(216): note: see declaration of 'boost::irange'
23>k:\stellar\hpx\hpx\parallel\spmd_block.hpp(148): error C2782: 'boost::integer_range<Integer> boost::irange(Integer,Integer)': template parameter 'Integer' is ambiguous
23>k:\stellar\dep\boost_1_64_0\boost\range\irange.hpp(208): note: see declaration of 'boost::irange'
23>k:\stellar\hpx\hpx\parallel\spmd_block.hpp(148): note: could be '::size_t'
23>k:\stellar\hpx\hpx\parallel\spmd_block.hpp(148): note: or 'unsigned long'
23>k:\stellar\hpx\hpx\parallel\spmd_block.hpp(148): error C2784: 'boost::integer_range<Integer> boost::irange(Integer,Integer)': could not deduce template argument for 'Integer' from '::size_t'
23>k:\stellar\dep\boost_1_64_0\boost\range\irange.hpp(208): note: see declaration of 'boost::irange'
23>Done building project "spmd_block_test_exe.vcxproj" -- FAILED.
24>------ Build started: Project: nqueen_client_exe, Configuration: RelWithDebInfo Win32 ------
24>nqueen_client.cpp
24>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(168): error C2766: explicit specialization; 'hpx::traits::is_action<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::set_value_action,void>' has already been defined
24> with
24> [
24> _Ty=::size_t
24> ]
24>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'is_action<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::set_value_action,void>'
24>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(168): error C2766: explicit specialization; 'hpx::traits::needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::set_value_action,void>' has already been defined
24> with
24> [
24> _Ty=::size_t
24> ]
24>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::set_value_action,void>'
24>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(172): error C2766: explicit specialization; 'hpx::traits::is_action<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::get_value_action,void>' has already been defined
24> with
24> [
24> _Ty=::size_t
24> ]
24>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'is_action<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::get_value_action,void>'
24>k:\stellar\hpx\examples\nqueen\server\nqueen.hpp(172): error C2766: explicit specialization; 'hpx::traits::needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<::size_t,std::allocator<_Ty>>,std::vector<_Ty,std::allocator<_Ty>>>::get_value_action,void>' has already been defined
24> with
24> [
24> _Ty=::size_t
24> ]
24>k:\stellar\hpx\hpx\lcos\base_lco_with_value.hpp(259): note: see previous definition of 'needs_automatic_registration<hpx::lcos::base_lco_with_value<std::vector<unsigned int,std::allocator<unsigned int> >,std::vector<unsigned int,std::allocator<unsigned int> > >::get_value_action,void>'
24>Done building project "nqueen_client_exe.vcxproj" -- FAILED.
25>------ Skipped Build: Project: INSTALL, Configuration: RelWithDebInfo Win32 ------
25>Project not selected to build for this solution configuration
========== Build: 4 succeeded, 13 failed, 638 up-to-date, 8 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment