Skip to content

Instantly share code, notes, and snippets.

@justwagle
Created April 22, 2016 15:12
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 justwagle/c1a16b6d2dc5bacc8924396bb96bf562 to your computer and use it in GitHub Desktop.
Save justwagle/c1a16b6d2dc5bacc8924396bb96bf562 to your computer and use it in GitHub Desktop.
srun -p ariel -N 1 ./makeintel.sh
-- The CXX compiler identification is Intel 15.0.2.20150121
-- The C compiler identification is Intel 15.0.2.20150121
-- Check for working CXX compiler: /opt/intel/composer_xe_2015.2.164/bin/intel64/icpc
-- Check for working CXX compiler: /opt/intel/composer_xe_2015.2.164/bin/intel64/icpc -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /opt/intel/composer_xe_2015.2.164/bin/intel64/icc
-- Check for working C compiler: /opt/intel/composer_xe_2015.2.164/bin/intel64/icc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Native TLS is enabled.
-- Stack traces are enabled.
-- Compiling with the native toolset
-- Performing Test HPX_WITH_CXX14
-- Performing Test HPX_WITH_CXX14 - Success
-- Performing Test HPX_WITH_CXX11_ALIAS_TEMPLATES - Success
-- Performing Test HPX_WITH_CXX11_AUTO - Success
-- Performing Test HPX_WITH_CXX11_CONSTEXPR - Success
-- Performing Test HPX_WITH_CXX11_DECLTYPE - Success
-- Performing Test HPX_WITH_CXX11_DECLTYPE_N3276 - Success
-- Performing Test HPX_WITH_CXX11_SFINAE_EXPRESSION - Success
-- Performing Test HPX_WITH_CXX11_DEFAULTED_FUNCTIONS - Success
-- Performing Test HPX_WITH_CXX11_DELETED_FUNCTIONS - Success
-- Performing Test HPX_WITH_CXX11_EXPLICIT_CONVERSION_OPERATORS - Success
-- Performing Test HPX_WITH_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS - Success
-- Performing Test HPX_WITH_CXX11_INITIALIZER_LIST - Success
-- Performing Test HPX_WITH_CXX11_INLINE_NAMESPACES - Success
-- Performing Test HPX_WITH_CXX11_LAMBDAS - Success
-- Performing Test HPX_WITH_CXX11_NOEXCEPT - Success
-- Performing Test HPX_WITH_CXX11_NULLPTR - Success
-- Performing Test HPX_WITH_CXX11_RANGE_BASED_FOR - Success
-- Performing Test HPX_WITH_CXX11_RVALUE_REFERENCES - Success
-- Performing Test HPX_WITH_CXX11_SCOPED_ENUMS - Success
-- Performing Test HPX_WITH_CXX11_STATIC_ASSERT - Success
-- Performing Test HPX_WITH_CXX11_VARIADIC_MACROS - Success
-- Performing Test HPX_WITH_CXX11_VARIADIC_TEMPLATES - Success
-- Performing Test HPX_WITH_CXX11_EXPLICIT_VARIADIC_TEMPLATES - Success
-- Performing Test HPX_WITH_CXX11_EXTENDED_FRIEND_DECLARATIONS - Success
-- Performing Test HPX_WITH_CXX11_ARRAY - Success
-- Performing Test HPX_WITH_CXX11_CHRONO - Success
-- Performing Test HPX_WITH_CXX11_CSTDINT - Success
-- Performing Test HPX_WITH_CXX11_STD_INITIALIZER_LIST - Success
-- Performing Test HPX_WITH_CXX11_IS_BIND_EXPRESSION - Success
-- Performing Test HPX_WITH_CXX11_IS_FINAL - Failed
-- Performing Test HPX_WITH_CXX11_IS_NULL_POINTER - Success
-- Performing Test HPX_WITH_CXX11_IS_PLACEHOLDER - Success
-- Performing Test HPX_WITH_CXX11_LOCK_GUARD - Success
-- Performing Test HPX_WITH_CXX11_REFERENCE_WRAPPER - Success
-- Performing Test HPX_WITH_CXX11_TO_STRING - Success
-- Performing Test HPX_WITH_CXX11_UNIQUE_LOCK - Success
-- Performing Test HPX_WITH_CXX11_UNIQUE_PTR - Success
-- Performing Test HPX_WITH_CXX11_UNORDERED_MAP - Success
-- Performing Test HPX_WITH_CXX11_TYPE_TRAITS - Success
-- Performing Test HPX_WITH_CXX14_CONSTEXPR - Failed
-- Performing Test HPX_WITH_CXX14_LAMBDAS - Failed
-- Performing Test HPX_WITH_CXX14_INTEGER_SEQUENCE - Success
-- Performing Test HPX_WITH_CXX14_RESULT_OF_SFINAE - Success
-- Performing Test HPX_WITH_CXX1Y_EXPERIMENTAL_OPTIONAL - Failed
-- Performing Test HPX_WITH_UNISTD_H - Success
-- Performing Test HPX_WITH_CXX_FLAG_WALL
-- Performing Test HPX_WITH_CXX_FLAG_WALL - Success
-- Performing Test HPX_WITH_C_FLAG_WALL
-- Performing Test HPX_WITH_C_FLAG_WALL - Success
-- Performing Test HPX_WITH_Fortran_FLAG_WALL
-- Performing Test HPX_WITH_Fortran_FLAG_WALL - Success
-- Performing Test HPX_WITH_CXX_FLAG_WEXTRA
-- Performing Test HPX_WITH_CXX_FLAG_WEXTRA - Success
-- Performing Test HPX_WITH_C_FLAG_WEXTRA
-- Performing Test HPX_WITH_C_FLAG_WEXTRA - Success
-- Performing Test HPX_WITH_Fortran_FLAG_WEXTRA
-- Performing Test HPX_WITH_Fortran_FLAG_WEXTRA - Success
-- Performing Test HPX_WITH_CXX_FLAG_WNO_UNUSED_LOCAL_TYPEDEFS
-- Performing Test HPX_WITH_CXX_FLAG_WNO_UNUSED_LOCAL_TYPEDEFS - Failed
-- "-Wno-unused-local-typedefs" not available for language CXX.
-- Performing Test HPX_WITH_C_FLAG_WNO_UNUSED_LOCAL_TYPEDEFS
-- Performing Test HPX_WITH_C_FLAG_WNO_UNUSED_LOCAL_TYPEDEFS - Failed
-- "-Wno-unused-local-typedefs" not available for language C.
-- Performing Test HPX_WITH_Fortran_FLAG_WNO_UNUSED_LOCAL_TYPEDEFS
-- Performing Test HPX_WITH_Fortran_FLAG_WNO_UNUSED_LOCAL_TYPEDEFS - Failed
-- "-Wno-unused-local-typedefs" not available for language Fortran.
-- Performing Test HPX_WITH_CXX_FLAG_WNO_STRICT_ALIASING
-- Performing Test HPX_WITH_CXX_FLAG_WNO_STRICT_ALIASING - Success
-- Performing Test HPX_WITH_C_FLAG_WNO_STRICT_ALIASING
-- Performing Test HPX_WITH_C_FLAG_WNO_STRICT_ALIASING - Success
-- Performing Test HPX_WITH_Fortran_FLAG_WNO_STRICT_ALIASING
-- Performing Test HPX_WITH_Fortran_FLAG_WNO_STRICT_ALIASING - Success
-- Performing Test HPX_WITH_CXX_FLAG_WNO_SIGN_PROMO
-- Performing Test HPX_WITH_CXX_FLAG_WNO_SIGN_PROMO - Success
-- Performing Test HPX_WITH_CXX_FLAG_WNO_ATTRIBUTES
-- Performing Test HPX_WITH_CXX_FLAG_WNO_ATTRIBUTES - Success
-- Performing Test HPX_WITH_CXX_FLAG_WNO_CAST_ALIGN
-- Performing Test HPX_WITH_CXX_FLAG_WNO_CAST_ALIGN - Failed
-- "-Wno-cast-align" not available for language CXX.
-- Performing Test HPX_WITH_CXX_FLAG_WNO_UNUSED_PARAMETER
-- Performing Test HPX_WITH_CXX_FLAG_WNO_UNUSED_PARAMETER - Success
-- Performing Test HPX_WITH_CXX_FLAG_WFORMAT_2
-- Performing Test HPX_WITH_CXX_FLAG_WFORMAT_2 - Success
-- Performing Test HPX_WITH_CXX_FLAG_WNO_FORMAT_NONLITERAL
-- Performing Test HPX_WITH_CXX_FLAG_WNO_FORMAT_NONLITERAL - Failed
-- "-Wno-format-nonliteral" not available for language CXX.
-- Performing Test HPX_WITH_CXX_FLAG_WINIT_SELF
-- Performing Test HPX_WITH_CXX_FLAG_WINIT_SELF - Success
-- Performing Test HPX_WITH_CXX_FLAG_WDOUBLE_PROMOTION
-- Performing Test HPX_WITH_CXX_FLAG_WDOUBLE_PROMOTION - Failed
-- "-Wdouble-promotion" not available for language CXX.
-- Performing Test HPX_WITH_CXX_FLAG_WCAST_QUAL
-- Performing Test HPX_WITH_CXX_FLAG_WCAST_QUAL - Success
-- Performing Test HPX_WITH_CXX_FLAG_WCAST_ALIGN
-- Performing Test HPX_WITH_CXX_FLAG_WCAST_ALIGN - Failed
-- "-Wcast-align" not available for language CXX.
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_TRAMPOLINES
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_TRAMPOLINES - Success
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_PARENTHESES
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_PARENTHESES - Success
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_REORDER
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_REORDER - Success
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_RETURN_TYPE
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_RETURN_TYPE - Success
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_SEQUENCE_POINT
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_SEQUENCE_POINT - Success
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_FORMAT
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_FORMAT - Success
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_MISSING_BRACES
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_MISSING_BRACES - Success
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_SIGN_COMPARE
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_SIGN_COMPARE - Success
-- Performing Test HPX_WITH_CXX_FLAG_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HPX_WITH_CXX_FLAG_FDIAGNOSTICS_SHOW_OPTION - Failed
-- "-fdiagnostics-show-option" not available for language CXX.
-- Performing Test HPX_WITH_C_FLAG_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HPX_WITH_C_FLAG_FDIAGNOSTICS_SHOW_OPTION - Failed
-- "-fdiagnostics-show-option" not available for language C.
-- Performing Test HPX_WITH_Fortran_FLAG_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test HPX_WITH_Fortran_FLAG_FDIAGNOSTICS_SHOW_OPTION - Failed
-- "-fdiagnostics-show-option" not available for language Fortran.
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_VLA
-- Performing Test HPX_WITH_CXX_FLAG_WERROR_VLA - Success
-- Performing Test HPX_WITH_C_FLAG_WERROR_RETURN_TYPE
-- Performing Test HPX_WITH_C_FLAG_WERROR_RETURN_TYPE - Success
-- Performing Test HPX_WITH_CXX_FLAG_WNO_SYNC_NAND
-- Performing Test HPX_WITH_CXX_FLAG_WNO_SYNC_NAND - Failed
-- "-Wno-sync-nand" not available for language CXX.
-- Performing Test HPX_WITH_C_FLAG_WNO_SYNC_NAND
-- Performing Test HPX_WITH_C_FLAG_WNO_SYNC_NAND - Failed
-- "-Wno-sync-nand" not available for language C.
-- Performing Test WITH_LINKER_FLAG_WL__Z_DEFS
-- Performing Test WITH_LINKER_FLAG_WL__Z_DEFS - Success
-- Performing Test HPX_WITH_CXX_FLAG_FVISIBILITY_HIDDEN
-- Performing Test HPX_WITH_CXX_FLAG_FVISIBILITY_HIDDEN - Success
-- Performing Test HPX_WITH_C_FLAG_FVISIBILITY_HIDDEN
-- Performing Test HPX_WITH_C_FLAG_FVISIBILITY_HIDDEN - Success
-- Performing Test HPX_WITH_Fortran_FLAG_FVISIBILITY_HIDDEN
-- Performing Test HPX_WITH_Fortran_FLAG_FVISIBILITY_HIDDEN - Success
-- Performing Test WITH_LINKER_FLAG_FVISIBILITY_HIDDEN
-- Performing Test WITH_LINKER_FLAG_FVISIBILITY_HIDDEN - Success
-- Performing Test HPX_WITH_CXX_FLAG_WD1170
-- Performing Test HPX_WITH_CXX_FLAG_WD1170 - Success
-- Performing Test HPX_WITH_CXX_FLAG_WD858
-- Performing Test HPX_WITH_CXX_FLAG_WD858 - Success
-- Performing Test HPX_WITH_CXX_FLAG_WD1098
-- Performing Test HPX_WITH_CXX_FLAG_WD1098 - Success
-- Performing Test HPX_WITH_CXX_FLAG_WD488
-- Performing Test HPX_WITH_CXX_FLAG_WD488 - Success
-- Performing Test HPX_WITH_CXX_FLAG_WD2203
-- Performing Test HPX_WITH_CXX_FLAG_WD2203 - Success
-- Performing Test HPX_WITH_CXX_FLAG_WD2536
-- Performing Test HPX_WITH_CXX_FLAG_WD2536 - Success
-- Performing Test HPX_WITH_RDTSC - Success
-- Performing Test HPX_WITH_RDTSCP - Success
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- chrono
-- date_time
-- filesystem
-- program_options
-- regex
-- system
-- thread
-- context
-- random
-- atomic
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Found Jemalloc: /usr/lib/x86_64-linux-gnu/libjemalloc.so
-- Using jemalloc allocator.
-- Found Hwloc: /usr/lib/x86_64-linux-gnu/libhwloc.so
-- Found Git: /usr/bin/git (found version "2.0.0")
-- GIT commit is 82bb1c2fb1f5c37cc0487d25b8507d110b872b36.
-- Found MPI_C: /usr/lib/openmpi/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so
-- Found MPI_CXX: /usr/lib/openmpi/lib/libmpi_cxx.so;/usr/lib/openmpi/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so
-- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
-- Try OpenMP C flag = [-qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -qopenmp
-- Found unsuitable Qt version "" from NOTFOUND
-- Found PythonInterp: /usr/bin/python (found version "2.7.6")
-- Could NOT find QThreads (missing: QTHREADS_LIBRARY QTHREADS_INCLUDE_DIR)
-- Could NOT find TBBmalloc (missing: TBB_LIBRARY TBB_PROXY_LIBRARY TBB_INCLUDE_DIR)
-- Could NOT find SWARM (missing: SWARM_LIBRARY SWARM_INCLUDE_DIR)
HPX will be installed to /home/bwagle/livehpx/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bwagle/livehpx/build
Scanning dependencies of target hpx_init
[ 0%] [ 2%] [ 2%] [ 2%] [ 2%] [ 2%] [ 2%] [ 2%] Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main.cpp.o
Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main_argc_argv.cpp.o
Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main_variables_map.cpp.o
Building CXX object src/CMakeFiles/hpx_init.dir/hpx_main_winsocket.cpp.o
Building CXX object src/CMakeFiles/hpx_init.dir/main.cpp.o
Building CXX object src/CMakeFiles/hpx_init.dir/hpx_user_main.cpp.o
Building CXX object src/CMakeFiles/hpx_init.dir/util/lightweight_test.cpp.o
Building CXX object src/CMakeFiles/hpx_init.dir/hpx_user_main_argc_argv.cpp.o
Scanning dependencies of target hpx
[ 2%] [ 2%] Building CXX object src/CMakeFiles/hpx.dir/error_code.cpp.o
[ 2%] [ 2%] [ 2%] Building CXX object src/CMakeFiles/hpx.dir/exception.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/exception_list.cpp.o
[ 2%] [ 4%] [ 4%] [ 4%] [ 4%] [ 4%] [ 4%] [ 4%] [ 4%] [ 7%] Building CXX object src/CMakeFiles/hpx.dir/hpx_init.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime_impl.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/version.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/throw_exception.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/pre_main.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/state.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/continuation.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/actions/invocation_count_registry.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/addressing_service.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/component_namespace.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/big_boot_barrier.cpp.o
[ 7%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/bootstrap_service_client.cpp.o
[ 7%] [ 7%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/detail/hosted_service_client.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/interface.cpp.o
Linking CXX static library ../lib/libhpx_init.a
[ 7%] Built target hpx_init
[ 7%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/locality_namespace.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/hpx_init.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/component_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/pre_main.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime_impl.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/hpx_init.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/component_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/pre_main.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/actions/continuation.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/hpx_init.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/component_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/pre_main.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/stubs/symbol_namespace.hpp(14),
from /home/bwagle/livehpx/repo/src/runtime/agas/detail/bootstrap_service_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/agas/interface.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/stubs/symbol_namespace.hpp(14),
from /home/bwagle/livehpx/repo/src/runtime/agas/detail/hosted_service_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/locality_namespace.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/locality_namespace.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 7%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/primary_namespace.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/locality_namespace.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/primary_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/primary_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/primary_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 7%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/request.cpp.o
[ 7%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/response.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime/agas/request.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/server/component_namespace_server.cpp.o
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/server/locality_namespace_server.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/runtime/agas/response.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/server/primary_namespace_server.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/set_parcel_write_handler.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(28),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco_with_value.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/response.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/server/component_namespace.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/component_namespace_server.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/set_parcel_write_handler.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(28),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco_with_value.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/response.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/server/locality_namespace.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/locality_namespace_server.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/locality_namespace_server.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/component_namespace_server.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/set_parcel_write_handler.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(28),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco_with_value.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/response.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/server/primary_namespace.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/primary_namespace_server.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/primary_namespace_server.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/server/route.cpp.o
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/server/symbol_namespace_server.cpp.o
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/stubs/component_namespace_stubs.cpp.o
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/stubs/locality_namespace_stubs.cpp.o
[ 9%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/stubs/primary_namespace_stubs.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/runtime/components/stubs/runtime_support.hpp(22),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/route.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/server/symbol_namespace_server.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/stubs/symbol_namespace_stubs.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/stubs/component_namespace_stubs.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/agas/symbol_namespace.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/stubs/locality_namespace_stubs.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/applier/applier.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/stubs/primary_namespace_stubs.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/applier/bind_naming_wrappers.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/symbol_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/stubs/symbol_namespace_stubs.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/symbol_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/agas/symbol_namespace.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/component_type.cpp.o
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/console_error_sink.cpp.o
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/console_logging.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/include/parcelset.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/applier/applier.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/parcelset.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/applier/applier.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(71): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/parcelset.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/applier/applier.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/applier/bind_naming_wrappers.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 12%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/memory.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/src/runtime/components/console_error_sink.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/src/runtime/components/memory.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 14%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/runtime_support.cpp.o
[ 14%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/server/console_error_sink_server.cpp.o
[ 14%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/server/console_error_sink_singleton.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco_with_value.hpp(12),
from /home/bwagle/livehpx/repo/src/runtime/components/server/console_error_sink_server.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 14%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/server/console_logging_server.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/runtime/components/stubs/runtime_support.hpp(22),
from /home/bwagle/livehpx/repo/hpx/runtime/components/runtime_support.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/components/runtime_support.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 14%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/server/destroy_component.cpp.o
[ 14%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/server/memory_block.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco_with_value.hpp(12),
from /home/bwagle/livehpx/repo/src/runtime/components/server/console_logging_server.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/src/runtime/components/server/destroy_component.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 14%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/server/runtime_support_server.cpp.o
[ 17%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/stubs/memory_block_stubs.cpp.o
[ 17%] [ 17%] Building CXX object src/CMakeFiles/hpx.dir/runtime/components/stubs/memory_stub.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/components/stubs/runtime_support_stubs.cpp.o
[ 17%] Building CXX object src/CMakeFiles/hpx.dir/runtime/get_locality_name.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/src/runtime/components/server/memory_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/runtime/components/server/memory_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/runtime/components/server/memory_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 17%] Building CXX object src/CMakeFiles/hpx.dir/runtime/naming/address.cpp.o
[ 17%] Building CXX object src/CMakeFiles/hpx.dir/runtime/naming/name.cpp.o
[ 17%] [ 17%] Building CXX object src/CMakeFiles/hpx.dir/runtime/parcelset/locality.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/parcelset/parcel.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/components/stubs/runtime_support_stubs.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/components/stubs/memory_block_stubs.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/components/stubs/memory_stub.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/parcelset/parcelhandler.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/src/runtime/get_locality_name.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/parcelset/parcelport.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/runtime/components/stubs/runtime_support.hpp(22),
from /home/bwagle/livehpx/repo/src/runtime/naming/name.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/serialization/detail/polymorphic_id_factory.cpp.o
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/serialization/detail/polymorphic_intrusive_factory.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/parcelset/parcelhandler.cpp(21):
/home/bwagle/livehpx/repo/hpx/util_fwd.hpp(17): warning #1286: invalid attribute for "hpx::util::io_service_pool"
class HPX_EXPORT io_service_pool;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/parcelset/parcelhandler.cpp(21):
/home/bwagle/livehpx/repo/hpx/util_fwd.hpp(18): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/parcelset/parcelhandler.cpp(21):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(70): warning #1286: invalid attribute for "hpx::util::io_service_pool"
class HPX_EXPORT io_service_pool;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/parcelset/parcelhandler.cpp(21):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(71): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/parcelset/parcelhandler.cpp(21):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/runtime/parcelset/parcelhandler.cpp(21):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/src/runtime/parcelset/parcelport.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/serialization/detail/polymorphic_nonintrusive_factory.cpp.o
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/serialization/output_archive.cpp.o
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/set_parcel_write_handler.cpp.o
[ 19%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/coroutines/detail/context_base.cpp.o
[ 21%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/coroutines/detail/context_generic_context.cpp.o
[ 21%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/coroutines/detail/coroutine_impl.cpp.o
[ 21%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/coroutines/detail/coroutine_self.cpp.o
[ 21%] [ 21%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/coroutines/detail/tss.cpp.o
Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/coroutines/swapcontext.cpp.o
[ 21%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/detail/thread_num_tss.cpp.o
[ 21%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/detail/thread_pool.cpp.o
[ 21%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/executors/current_executor.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/executors/default_executor.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/executors/service_executor.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/executors/this_thread_executors.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/executors/thread_pool_attached_executors.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/executors/thread_pool_executors.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/executors/thread_pool_os_executors.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/policies/affinity_data.cpp.o
[ 24%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/policies/hwloc_topology.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/policies/parse_affinity_options.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/resource_manager.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/scheduler_specific_ptr.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/thread.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/thread_data.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/thread_executor.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/thread_helpers.cpp.o
[ 26%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/threadmanager.cpp.o
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/threadmanager_base.cpp.o
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/runtime/threads/topology.cpp.o
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/counter_creators.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/threads/thread_data.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime/threads/threadmanager.cpp(13):
/home/bwagle/livehpx/repo/hpx/util_fwd.hpp(17): warning #1286: invalid attribute for "hpx::util::io_service_pool"
class HPX_EXPORT io_service_pool;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/threads/thread_data.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime/threads/threadmanager.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(70): warning #1286: invalid attribute for "hpx::util::io_service_pool"
class HPX_EXPORT io_service_pool;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/src/runtime/threads/threadmanager.cpp(17):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/counters.cpp.o
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/manage_counter.cpp.o
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/manage_counter_type.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/set_parcel_write_handler.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(28),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/base_lco_with_value.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/response.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/stubs/component_namespace.hpp(13),
from /home/bwagle/livehpx/repo/src/performance_counters/counter_creators.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/performance_counter.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/stubs/component_namespace.hpp(14),
from /home/bwagle/livehpx/repo/src/performance_counters/counter_creators.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/src/performance_counters/counters.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 29%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/registry.cpp.o
[ 31%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/server/action_invocation_counter.cpp.o
[ 31%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/server/arithmetics_counter.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/src/performance_counters/performance_counter.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 31%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/server/component_instance_counter.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component_base.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/raw_counter.hpp(10),
from /home/bwagle/livehpx/repo/src/performance_counters/registry.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 31%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/server/elapsed_time_counter.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/runtime/components/stubs/runtime_support.hpp(22),
from /home/bwagle/livehpx/repo/hpx/runtime/components/runtime_support.hpp(11),
from /home/bwagle/livehpx/repo/src/performance_counters/server/action_invocation_counter.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 31%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/server/raw_counter.cpp.o
[ 31%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/server/statistics_counter.cpp.o
[ 31%] Building CXX object src/CMakeFiles/hpx.dir/performance_counters/stubs/performance_counter_stub.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/derived_component_factory.hpp(12),
from /home/bwagle/livehpx/repo/src/performance_counters/server/arithmetics_counter.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/runtime/components/stubs/runtime_support.hpp(22),
from /home/bwagle/livehpx/repo/hpx/runtime/components/runtime_support.hpp(11),
from /home/bwagle/livehpx/repo/src/performance_counters/server/component_instance_counter.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/derived_component_factory.hpp(12),
from /home/bwagle/livehpx/repo/src/performance_counters/server/elapsed_time_counter.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/derived_component_factory.hpp(12),
from /home/bwagle/livehpx/repo/src/performance_counters/server/raw_counter.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/derived_component_factory.hpp(12),
from /home/bwagle/livehpx/repo/src/performance_counters/server/statistics_counter.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/src/performance_counters/stubs/performance_counter_stub.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/activate_counters.cpp.o
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/asio_util.cpp.o
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/backtrace/backtrace.cpp.o
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/batch_environment.cpp.o
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/batch_environments/alps_environment.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/src/util/activate_counters.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/batch_environments/pbs_environment.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/src/util/backtrace/backtrace.cpp(16):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/batch_environments/slurm_environment.cpp.o
[ 34%] Building CXX object src/CMakeFiles/hpx.dir/util/command_line_handling.cpp.o
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/find_prefix.cpp.o
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/generate_unique_ids.cpp.o
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/ini.cpp.o
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/init_ini_data.cpp.o
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/integer/int128.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/util/command_line_handling.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/integer/uint128.cpp.o
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/interval_timer.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/util/command_line_handling.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/util/command_line_handling.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 36%] Building CXX object src/CMakeFiles/hpx.dir/util/io_service_pool.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/itt_notify.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/logging.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/manage_config.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/map_hostnames.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/parse_command_line.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/pool_timer.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/query_counters.cpp.o
[ 39%] Building CXX object src/CMakeFiles/hpx.dir/util/register_locks.cpp.o
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/register_locks_globally.cpp.o
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/runtime_configuration.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/src/util/logging.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/security/root_certificate_authority.cpp.o
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/security/subordinate_certificate_authority.cpp.o
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/sed_transform.cpp.o
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/serialize_exception.cpp.o
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/set_thread_name.cpp.o
[ 41%] Building CXX object src/CMakeFiles/hpx.dir/util/static_reinit.cpp.o
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/util/thread_aware_timer.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/query_counters.hpp(13),
from /home/bwagle/livehpx/repo/src/util/query_counters.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/src/util/runtime_configuration.cpp(20):
/home/bwagle/livehpx/repo/hpx/util_fwd.hpp(18): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/util/thread_description.cpp.o
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/util/thread_mapper.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/src/util/runtime_configuration.cpp(20):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(71): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/src/util/runtime_configuration.cpp(20):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/src/util/runtime_configuration.cpp(20):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/lcos/barrier.cpp.o
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/lcos/base_lco.cpp.o
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/lcos/base_lco_with_value.cpp.o
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/lcos/base_lco_with_value_1.cpp.o
[ 43%] Building CXX object src/CMakeFiles/hpx.dir/lcos/base_lco_with_value_2.cpp.o
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/base_lco_with_value_3.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/derived_component_factory.hpp(12),
from /home/bwagle/livehpx/repo/src/lcos/barrier.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/detail/future_data.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value_1.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value_1.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/future.cpp.o
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/latch.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value_2.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/local/composable_guard.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value_2.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value_3.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/lcos/base_lco_with_value_3.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/local/detail/condition_variable.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/derived_component_factory.hpp(12),
from /home/bwagle/livehpx/repo/src/lcos/latch.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/src/lcos/local/composable_guard.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/local/mutex.cpp.o
[ 46%] Building CXX object src/CMakeFiles/hpx.dir/lcos/promise.cpp.o
[ 48%] Building CXX object src/CMakeFiles/hpx.dir/__/plugins/parcelport/mpi/mpi_environment.cpp.o
[ 48%] Building CXX object src/CMakeFiles/hpx.dir/__/plugins/parcelport/mpi/parcelport_mpi.cpp.o
[ 48%] Building CXX object src/CMakeFiles/hpx.dir/__/plugins/parcelport/tcp/connection_handler_tcp.cpp.o
[ 48%] Building CXX object src/CMakeFiles/hpx.dir/__/plugins/parcelport/tcp/parcelport_tcp.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport_factory.hpp(14),
from /home/bwagle/livehpx/repo/plugins/parcelport/mpi/parcelport_mpi.cpp(14):
/home/bwagle/livehpx/repo/hpx/util_fwd.hpp(18): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/base_lco_factory.hpp(13),
from /home/bwagle/livehpx/repo/src/lcos/promise.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/base_lco_factory.hpp(14),
from /home/bwagle/livehpx/repo/src/lcos/promise.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/base_lco_factory.hpp(14),
from /home/bwagle/livehpx/repo/src/lcos/promise.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport_impl.hpp(16),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport/tcp/connection_handler.hpp(19),
from /home/bwagle/livehpx/repo/plugins/parcelport/tcp/connection_handler_tcp.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport_factory.hpp(14),
from /home/bwagle/livehpx/repo/plugins/parcelport/mpi/parcelport_mpi.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(71): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(13),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport_factory.hpp(14),
from /home/bwagle/livehpx/repo/plugins/parcelport/mpi/parcelport_mpi.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/encode_parcels.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport_impl.hpp(17),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport/tcp/connection_handler.hpp(19),
from /home/bwagle/livehpx/repo/plugins/parcelport/tcp/connection_handler_tcp.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(71): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/encode_parcels.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport_impl.hpp(17),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport/tcp/connection_handler.hpp(19),
from /home/bwagle/livehpx/repo/plugins/parcelport/tcp/connection_handler_tcp.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport_impl.hpp(16),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport/tcp/connection_handler.hpp(19),
from /home/bwagle/livehpx/repo/plugins/parcelport/tcp/parcelport_tcp.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport_factory.hpp(14),
from /home/bwagle/livehpx/repo/plugins/parcelport/mpi/parcelport_mpi.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/encode_parcels.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport_impl.hpp(17),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport/tcp/connection_handler.hpp(19),
from /home/bwagle/livehpx/repo/plugins/parcelport/tcp/parcelport_tcp.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(71): warning #1286: invalid attribute for "hpx::util::runtime_configuration"
class HPX_EXPORT runtime_configuration;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/encode_parcels.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport_impl.hpp(17),
from /home/bwagle/livehpx/repo/hpx/plugins/parcelport/tcp/connection_handler.hpp(19),
from /home/bwagle/livehpx/repo/plugins/parcelport/tcp/parcelport_tcp.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Linking CXX shared library ../lib/libhpx.so
[ 48%] Built target hpx
Scanning dependencies of target partitioned_vector_component
Scanning dependencies of target unordered_component
Scanning dependencies of target template_function_accumulator_component
Scanning dependencies of target hpx_thread_phase_exe
Scanning dependencies of target accumulator_component
Scanning dependencies of target template_accumulator_component
Scanning dependencies of target parcel_coalescing_lib
Scanning dependencies of target cancelable_action_component
Scanning dependencies of target jacobi_hpx_exe
Scanning dependencies of target iostreams_component
Scanning dependencies of target process_component
[ 48%] [ 48%] Building CXX object src/components/containers/unordered/CMakeFiles/unordered_component.dir/partition_unordered_map_component.cpp.o
Building CXX object src/components/containers/partitioned_vector/CMakeFiles/partitioned_vector_component.dir/partitioned_vector_component.cpp.o
[ 53%] [ 53%] [ 53%] [ 53%] [ 53%] [ 53%] [ 53%] [ 53%] [ 56%] Building CXX object examples/accumulators/CMakeFiles/template_function_accumulator_component.dir/template_function_accumulator.cpp.o
Building CXX object examples/balancing/CMakeFiles/hpx_thread_phase_exe.dir/hpx_thread_phase.cpp.o
Building CXX object examples/accumulators/CMakeFiles/accumulator_component.dir/accumulator.cpp.o
Building CXX object examples/accumulators/CMakeFiles/template_accumulator_component.dir/template_accumulator.cpp.o
Building CXX object CMakeFiles/parcel_coalescing_lib.dir/plugins/parcel/coalescing/coalescing_message_handler.cpp.o
Building CXX object examples/cancelable_action/cancelable_action/CMakeFiles/cancelable_action_component.dir/cancelable_action.cpp.o
Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_hpx_exe.dir/jacobi.cpp.o
Building CXX object src/components/iostreams/CMakeFiles/iostreams_component.dir/component_module.cpp.o
Building CXX object src/components/process/CMakeFiles/process_component.dir/process.cpp.o
Scanning dependencies of target io_counters_component
Scanning dependencies of target memory_component
[ 56%] Building CXX object src/components/performance_counters/io/CMakeFiles/io_counters_component.dir/io_counters.cpp.o
[ 56%] Building CXX object src/components/performance_counters/memory/CMakeFiles/memory_component.dir/mem_counter_linux.cpp.o
Scanning dependencies of target jacobi_nonuniform_omp_dynamic_exe
Scanning dependencies of target jacobi_nonuniform_omp_static_exe
Scanning dependencies of target jacobi_nonuniform_hpx_exe
[ 56%] [ 56%] [ 56%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_nonuniform_omp_dynamic_exe.dir/jacobi_nonuniform.cpp.o
Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_nonuniform_omp_static_exe.dir/jacobi_nonuniform.cpp.o
Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_nonuniform_hpx_exe.dir/jacobi_nonuniform.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/containers/unordered/partition_unordered_map_component.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/containers/partitioned_vector/partitioned_vector_component.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_function_accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/src/components/iostreams/component_module.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action/cancelable_action.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/process/process.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/balancing/hpx_thread_phase.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(18),
from /home/bwagle/livehpx/repo/plugins/parcel/coalescing/coalescing_message_handler.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/parcelset_fwd.hpp(23): warning #1286: invalid attribute for "hpx::parcelset::locality"
class HPX_API_EXPORT locality;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/containers/unordered/partition_unordered_map_component.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/containers/partitioned_vector/partitioned_vector_component.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/containers/unordered/partition_unordered_map_component.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_function_accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/process/process.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action/cancelable_action.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/components/iostreams/component_module.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/balancing/hpx_thread_phase.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/containers/partitioned_vector/partitioned_vector_component.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_function_accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/process/process.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action/cancelable_action.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/balancing/hpx_thread_phase.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/src/components/iostreams/component_module.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/components/performance_counters/io/io_counters.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/components/performance_counters/io/io_counters.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/components/performance_counters/io/io_counters.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 56%] Building CXX object CMakeFiles/parcel_coalescing_lib.dir/plugins/parcel/coalescing/coalescing_counter_registry.cpp.o
[ 56%] Building CXX object src/components/performance_counters/memory/CMakeFiles/memory_component.dir/mem_counter_macosx.cpp.o
[ 56%] Building CXX object src/components/performance_counters/memory/CMakeFiles/memory_component.dir/mem_counter_windows.cpp.o
[ 56%] Building CXX object src/components/performance_counters/memory/CMakeFiles/memory_component.dir/memory.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/components/performance_counters/memory/memory.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/components/performance_counters/memory/memory.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/src/components/performance_counters/memory/memory.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 56%] Building CXX object src/components/process/CMakeFiles/process_component.dir/server/child_component.cpp.o
[ 56%] Building CXX object CMakeFiles/parcel_coalescing_lib.dir/plugins/parcel/coalescing/performance_counters.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/hpx/parallel/executors/thread_executor_traits.hpp(12),
from /home/bwagle/livehpx/repo/hpx/parallel/executors/service_executors.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/threads/run_as_os_thread.hpp(11),
from /home/bwagle/livehpx/repo/src/components/process/server/child_component.cpp(6):
/home/bwagle/livehpx/repo/hpx/util_fwd.hpp(17): warning #1286: invalid attribute for "hpx::util::io_service_pool"
class HPX_EXPORT io_service_pool;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/hpx/parallel/executors/thread_executor_traits.hpp(12),
from /home/bwagle/livehpx/repo/hpx/parallel/executors/service_executors.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/threads/run_as_os_thread.hpp(11),
from /home/bwagle/livehpx/repo/src/components/process/server/child_component.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(70): warning #1286: invalid attribute for "hpx::util::io_service_pool"
class HPX_EXPORT io_service_pool;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/hpx/parallel/executors/thread_executor_traits.hpp(12),
from /home/bwagle/livehpx/repo/hpx/parallel/executors/service_executors.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/threads/run_as_os_thread.hpp(11),
from /home/bwagle/livehpx/repo/src/components/process/server/child_component.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 56%] Building CXX object src/components/iostreams/CMakeFiles/iostreams_component.dir/manipulators.cpp.o
Linking CXX shared library ../../lib/libhpx_template_accumulator.so
[ 56%] Building CXX object src/components/iostreams/CMakeFiles/iostreams_component.dir/server/output_stream.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/plugins/parcel/coalescing/performance_counters.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Linking CXX shared library ../../../../lib/libhpx_partitioned_vector.so
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/plugins/parcel/coalescing/performance_counters.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/plugins/parcel/coalescing/performance_counters.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 56%] Built target template_accumulator_component
[ 56%] Building CXX object src/components/iostreams/CMakeFiles/iostreams_component.dir/standard_streams.cpp.o
Linking CXX shared library ../../../../lib/libhpx_unordered.so
Linking CXX shared library ../../lib/libhpx_template_function_accumulator.so
Linking CXX shared library ../../lib/libhpx_accumulator.so
[ 56%] Built target partitioned_vector_component
[ 58%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_nonuniform_hpx_exe.dir/jacobi_nonuniform_hpx.cpp.o
[ 58%] Built target unordered_component
[ 58%] Built target template_function_accumulator_component
[ 58%] Built target accumulator_component
[ 58%] [ 58%] [ 58%] Linking CXX shared library ../../../lib/libhpx_cancelable_action.so
[ 58%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_hpx_exe.dir/jacobi_hpx.cpp.o
Building CXX object src/components/process/CMakeFiles/process_component.dir/util/posix/create_pipe.cpp.o
Building CXX object src/components/process/CMakeFiles/process_component.dir/util/posix/search_path.cpp.o
Building CXX object src/components/process/CMakeFiles/process_component.dir/util/posix/shell_path.cpp.o
[ 58%] Built target cancelable_action_component
[ 58%] Building CXX object src/components/process/CMakeFiles/process_component.dir/util/windows/create_pipe.cpp.o
[ 58%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_nonuniform_omp_static_exe.dir/jacobi_nonuniform_omp_static.cpp.o
Scanning dependencies of target jacobi_omp_dynamic_exe
[ 58%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_nonuniform_omp_dynamic_exe.dir/jacobi_nonuniform_omp_dynamic.cpp.o
[ 58%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_omp_dynamic_exe.dir/jacobi.cpp.o
Linking CXX executable ../../bin/hpx_thread_phase
Scanning dependencies of target jacobi_omp_static_exe
[ 60%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_omp_static_exe.dir/jacobi.cpp.o
[ 60%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_omp_static_exe.dir/jacobi_omp_static.cpp.o
Scanning dependencies of target nqueen_component
[ 60%] Building CXX object examples/nqueen/CMakeFiles/nqueen_component.dir/nqueen.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform_hpx.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 60%] Built target hpx_thread_phase_exe
[ 60%] Building CXX object examples/jacobi_smp/CMakeFiles/jacobi_omp_dynamic_exe.dir/jacobi_omp_dynamic.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform_hpx.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_nonuniform_hpx.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target sine_component
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_hpx.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 60%] Building CXX object examples/performance_counters/sine/CMakeFiles/sine_component.dir/server/sine.cpp.o
[ 60%] Building CXX object examples/performance_counters/sine/CMakeFiles/sine_component.dir/sine.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_hpx.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi_hpx.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/nqueen/nqueen.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi_smp/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/nqueen/nqueen.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Scanning dependencies of target queue_client_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/nqueen/nqueen.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 60%] Building CXX object examples/queue/CMakeFiles/queue_client_exe.dir/queue_client.cpp.o
Linking CXX shared library ../../../../lib/hpx/libhpx_memory.so
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/server/sine.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/sine.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/server/sine.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/server/sine.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/sine.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 60%] Built target memory_component
[ 60%] Building CXX object src/components/process/CMakeFiles/process_component.dir/util/windows/search_path.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/sine.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target composable_guard_exe
[ 60%] Building CXX object examples/quickstart/CMakeFiles/composable_guard_exe.dir/composable_guard.cpp.o
[ 60%] Building CXX object src/components/process/CMakeFiles/process_component.dir/util/windows/shell_path.cpp.o
Linking CXX shared library ../../../lib/libhpx_process.so
Linking CXX shared library ../../../../lib/hpx/libhpx_io_counters.so
[ 60%] Built target process_component
Scanning dependencies of target data_actions_exe
[ 60%] Building CXX object examples/quickstart/CMakeFiles/data_actions_exe.dir/data_actions.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/queue/queue_client.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Linking CXX shared library lib/hpx/libhpx_parcel_coalescing.so
[ 60%] Built target io_counters_component
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/queue/queue_client.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Scanning dependencies of target factorial_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/factorial_exe.dir/factorial.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/queue/queue_client.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 63%] Built target parcel_coalescing_lib
Scanning dependencies of target fibonacci_await_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fibonacci_await_exe.dir/fibonacci_await.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/data_actions.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/factorial.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/data_actions.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/data_actions.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/factorial.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/factorial.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target fibonacci_dataflow_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fibonacci_dataflow_exe.dir/fibonacci_dataflow.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/fibonacci_await.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/jacobi_nonuniform_omp_dynamic
Linking CXX executable ../../bin/jacobi_nonuniform_omp_static
[ 63%] Built target jacobi_nonuniform_omp_dynamic_exe
Scanning dependencies of target fibonacci_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fibonacci_exe.dir/fibonacci.cpp.o
[ 63%] Built target jacobi_nonuniform_omp_static_exe
Scanning dependencies of target fibonacci_futures_distributed_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fibonacci_futures_distributed_exe.dir/fibonacci_futures_distributed.cpp.o
Linking CXX executable ../../bin/composable_guard
[ 63%] Built target composable_guard_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/fibonacci_dataflow.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target fibonacci_futures_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fibonacci_futures_exe.dir/fibonacci_futures.cpp.o
Linking CXX shared library ../../../lib/libhpx_iostreams.so
[ 63%] Built target iostreams_component
Scanning dependencies of target fibonacci_one_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/examples/quickstart/fibonacci.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fibonacci_one_exe.dir/fibonacci_one.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/fibonacci_futures_distributed.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/fibonacci_futures.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/examples/quickstart/fibonacci_one.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/jacobi_omp_static
Linking CXX shared library ../../lib/libhpx_nqueen.so
Linking CXX executable ../../bin/jacobi_omp_dynamic
[ 63%] Built target jacobi_omp_static_exe
[ 63%] Built target nqueen_component
Scanning dependencies of target fractals_exe
[ 63%] Built target jacobi_omp_dynamic_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fractals_exe.dir/fractals.cpp.o
Scanning dependencies of target fractals_executor_exe
Scanning dependencies of target fractals_struct_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fractals_executor_exe.dir/fractals_executor.cpp.o
[ 63%] Building CXX object examples/quickstart/CMakeFiles/fractals_struct_exe.dir/fractals_struct.cpp.o
Linking CXX executable ../../bin/jacobi_hpx
Scanning dependencies of target hello_world_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/hello_world_exe.dir/hello_world.cpp.o
Linking CXX executable ../../bin/jacobi_nonuniform_hpx
[ 63%] Built target jacobi_hpx_exe
Scanning dependencies of target init_globally_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/init_globally_exe.dir/init_globally.cpp.o
[ 63%] Built target jacobi_nonuniform_hpx_exe
Linking CXX shared library ../../../lib/hpx/libhpx_sine.so
Scanning dependencies of target interest_calculator_exe
[ 63%] Building CXX object examples/quickstart/CMakeFiles/interest_calculator_exe.dir/interest_calculator.cpp.o
[ 63%] Built target sine_component
Scanning dependencies of target interval_timer_exe
[ 65%] Building CXX object examples/quickstart/CMakeFiles/interval_timer_exe.dir/interval_timer.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/fractals.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/fractals_executor.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/fractals_struct.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/lcos.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/hello_world.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/init_globally.cpp(19):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/init_globally.cpp(19):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/init_globally.cpp(19):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/interest_calculator.cpp(18):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/interest_calculator.cpp(18):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/interest_calculator.cpp(18):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/wrapper_heap.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/managed_component_base.hpp(21),
from /home/bwagle/livehpx/repo/hpx/runtime/threads/thread_data.hpp(15),
from /home/bwagle/livehpx/repo/hpx/include/threads.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/interval_timer.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(41): warning #1286: invalid attribute for "hpx::thread"
class HPX_API_EXPORT thread;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/interval_timer.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/fibonacci_await
[ 65%] Built target fibonacci_await_exe
Scanning dependencies of target latch_local_exe
[ 65%] Building CXX object examples/quickstart/CMakeFiles/latch_local_exe.dir/latch_local.cpp.o
Linking CXX executable ../../bin/fibonacci
[ 65%] Built target fibonacci_exe
Scanning dependencies of target latch_remote_exe
[ 65%] Building CXX object examples/quickstart/CMakeFiles/latch_remote_exe.dir/latch_remote.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/latch_local.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/latch_local.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/latch_local.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/fibonacci_dataflow
Linking CXX executable ../../bin/factorial
Linking CXX executable ../../bin/fibonacci_one
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/latch_remote.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 65%] Linking CXX executable ../../bin/data_actions
Built target fibonacci_dataflow_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/latch_remote.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 65%] Built target factorial_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/latch_remote.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target non_atomic_rma_exe
[ 65%] Built target fibonacci_one_exe
[ 65%] Linking CXX executable ../../bin/interval_timer
Building CXX object examples/quickstart/CMakeFiles/non_atomic_rma_exe.dir/non_atomic_rma.cpp.o
Scanning dependencies of target pingpong_exe
Scanning dependencies of target partitioned_vector_spmd_foreach_exe
[ 65%] Building CXX object examples/quickstart/CMakeFiles/pingpong_exe.dir/pingpong.cpp.o
[ 65%] Building CXX object examples/quickstart/CMakeFiles/partitioned_vector_spmd_foreach_exe.dir/partitioned_vector_spmd_foreach.cpp.o
[ 65%] Built target data_actions_exe
Scanning dependencies of target pipeline1_exe
[ 65%] [ 65%] Built target interval_timer_exe
Building CXX object examples/quickstart/CMakeFiles/pipeline1_exe.dir/pipeline1.cpp.o
Scanning dependencies of target print_to_console_exe
[ 65%] Building CXX object examples/quickstart/CMakeFiles/print_to_console_exe.dir/print_to_console.cpp.o
Linking CXX executable ../../bin/fibonacci_futures
[ 65%] Built target fibonacci_futures_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/non_atomic_rma.cpp(17):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target quicksort_exe
[ 68%] Building CXX object examples/quickstart/CMakeFiles/quicksort_exe.dir/quicksort.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/non_atomic_rma.cpp(17):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/non_atomic_rma.cpp(17):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/pipeline1.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/lcos.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/partitioned_vector_spmd_foreach.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/lcos.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/pingpong.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/pipeline1.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/pipeline1.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/examples/quickstart/print_to_console.cpp(13):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/init_globally
Linking CXX executable ../../bin/queue_client
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/quicksort.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Linking CXX executable ../../bin/fibonacci_futures_distributed
[ 68%] Built target init_globally_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/quicksort.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Scanning dependencies of target safe_object_exe
[ 68%] Building CXX object examples/quickstart/CMakeFiles/safe_object_exe.dir/safe_object.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/quicksort.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 68%] Built target queue_client_exe
Scanning dependencies of target shared_mutex_exe
[ 68%] Built target fibonacci_futures_distributed_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/shared_mutex_exe.dir/shared_mutex.cpp.o
Scanning dependencies of target sierpinski_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/sierpinski_exe.dir/sierpinski.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/safe_object.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/safe_object.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/safe_object.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/fractals_struct
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/lcos.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/shared_mutex.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/examples/quickstart/sierpinski.cpp(20):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/interest_calculator
[ 70%] Built target fractals_struct_exe
Scanning dependencies of target simple_future_continuation_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/simple_future_continuation_exe.dir/simple_future_continuation.cpp.o
[ 70%] Built target interest_calculator_exe
Scanning dependencies of target simplest_hello_world_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/simplest_hello_world_exe.dir/simplest_hello_world.cpp.o
Linking CXX executable ../../bin/fractals
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/simple_future_continuation.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/simplest_hello_world.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/simple_future_continuation.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 70%] Built target fractals_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/simple_future_continuation.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/fractals_executor
Scanning dependencies of target sort_by_key_demo_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/simplest_hello_world.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 70%] Building CXX object examples/quickstart/CMakeFiles/sort_by_key_demo_exe.dir/sort_by_key_demo.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/simplest_hello_world.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 70%] Built target fractals_executor_exe
Scanning dependencies of target timed_futures_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/timed_futures_exe.dir/timed_futures.cpp.o
Linking CXX executable ../../bin/latch_local
[ 70%] Built target latch_local_exe
Scanning dependencies of target timed_wake_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/timed_wake_exe.dir/timed_wake.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/sort_by_key_demo.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/sort_by_key_demo.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/sort_by_key_demo.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/timed_futures.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/timed_futures.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/timed_futures.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/hello_world
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/timed_wake.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 70%] Built target hello_world_exe
Scanning dependencies of target use_main_thread_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/timed_wake.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 70%] Building CXX object examples/quickstart/CMakeFiles/use_main_thread_exe.dir/use_main_thread.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/timed_wake.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/use_main_thread
[ 70%] Built target use_main_thread_exe
Scanning dependencies of target vector_counting_dotproduct_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/vector_counting_dotproduct_exe.dir/vector_counting_dotproduct.cpp.o
Linking CXX executable ../../bin/print_to_console
[ 70%] Built target print_to_console_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/vector_counting_dotproduct.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target vector_zip_dotproduct_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/vector_zip_dotproduct_exe.dir/vector_zip_dotproduct.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/vector_counting_dotproduct.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/vector_counting_dotproduct.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/pipeline1
[ 70%] Built target pipeline1_exe
Scanning dependencies of target wait_composition_exe
[ 70%] Building CXX object examples/quickstart/CMakeFiles/wait_composition_exe.dir/wait_composition.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/vector_zip_dotproduct.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Linking CXX executable ../../bin/latch_remote
Linking CXX executable ../../bin/shared_mutex
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/vector_zip_dotproduct.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/vector_zip_dotproduct.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 70%] Built target latch_remote_exe
[ 70%] Built target shared_mutex_exe
Scanning dependencies of target zerocopy_rdma_exe
[ 73%] Building CXX object examples/quickstart/CMakeFiles/zerocopy_rdma_exe.dir/zerocopy_rdma.cpp.o
Scanning dependencies of target random_mem_access_component
[ 73%] Building CXX object examples/random_mem_access/random_mem_access/CMakeFiles/random_mem_access_component.dir/random_mem_access.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/lcos.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/wait_composition.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/safe_object
Linking CXX executable ../../bin/pingpong
Linking CXX executable ../../bin/simplest_hello_world
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/random_mem_access/random_mem_access/random_mem_access.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/zerocopy_rdma.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 73%] Built target safe_object_exe
Scanning dependencies of target spell_check_file_exe
[ 73%] [ 73%] Built target pingpong_exe
Building CXX object examples/spell_check/CMakeFiles/spell_check_file_exe.dir/spell_check_file.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/random_mem_access/random_mem_access/random_mem_access.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/zerocopy_rdma.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Scanning dependencies of target spell_check_simple_exe
[ 73%] Built target simplest_hello_world_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/random_mem_access/random_mem_access/random_mem_access.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 73%] Building CXX object examples/spell_check/CMakeFiles/spell_check_simple_exe.dir/spell_check_simple.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/zerocopy_rdma.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target startup_shutdown_component
[ 73%] Building CXX object examples/startup_shutdown/CMakeFiles/startup_shutdown_component.dir/server/startup_shutdown.cpp.o
Linking CXX executable ../../bin/sierpinski
Linking CXX executable ../../bin/timed_wake
[ 73%] Built target sierpinski_exe
[ 75%] Building CXX object examples/startup_shutdown/CMakeFiles/startup_shutdown_component.dir/startup_shutdown.cpp.o
[ 75%] Built target timed_wake_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/spell_check/spell_check_file.cpp(10):
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/startup_shutdown/server/startup_shutdown.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target thread_aware_timer_exe
[ 75%] Building CXX object examples/thread_aware_timer/CMakeFiles/thread_aware_timer_exe.dir/thread_aware_timer.cpp.o
Linking CXX executable ../../bin/simple_future_continuation
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/hpx/util/activate_counters.hpp(11),
from /home/bwagle/livehpx/repo/hpx/include/util.hpp(10),
from /home/bwagle/livehpx/repo/examples/spell_check/spell_check_simple.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/startup_shutdown/server/startup_shutdown.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/startup_shutdown/server/startup_shutdown.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 75%] Built target simple_future_continuation_exe
Scanning dependencies of target spin_exe
[ 75%] Building CXX object examples/throttle/CMakeFiles/spin_exe.dir/spin.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/startup_shutdown/startup_shutdown.cpp(26):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Linking CXX executable ../../bin/quicksort
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/thread_aware_timer/thread_aware_timer.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/startup_shutdown/startup_shutdown.cpp(26):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/startup_shutdown/startup_shutdown.cpp(26):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/thread_aware_timer/thread_aware_timer.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/thread_aware_timer/thread_aware_timer.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/non_atomic_rma
Linking CXX executable ../../bin/timed_futures
[ 75%] Built target quicksort_exe
Scanning dependencies of target throttle_component
[ 78%] Building CXX object examples/throttle/throttle/CMakeFiles/throttle_component.dir/throttle.cpp.o
[ 78%] Built target non_atomic_rma_exe
[ 78%] Built target timed_futures_exe
[ 78%] Building CXX object examples/throttle/throttle/CMakeFiles/throttle_component.dir/server/throttle.cpp.o
Scanning dependencies of target 1d_stencil_1_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/examples/throttle/spin.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 78%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_1_exe.dir/1d_stencil_1.cpp.o
Linking CXX executable ../../bin/sort_by_key_demo
[ 78%] Built target sort_by_key_demo_exe
Scanning dependencies of target 1d_stencil_1_omp_exe
[ 78%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_1_omp_exe.dir/1d_stencil_1_omp.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/throttle/throttle/throttle.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/throttle/throttle/server/throttle.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/throttle/throttle/throttle.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/throttle/throttle/throttle.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_1.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/throttle/throttle/server/throttle.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/throttle/throttle/server/throttle.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_1.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_1.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/wait_composition
[ 78%] Built target wait_composition_exe
Scanning dependencies of target 1d_stencil_2_exe
[ 78%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_2_exe.dir/1d_stencil_2.cpp.o
Linking CXX executable ../../bin/spin
[ 78%] Built target spin_exe
Scanning dependencies of target 1d_stencil_3_exe
[ 78%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_3_exe.dir/1d_stencil_3.cpp.o
Linking CXX executable ../../bin/1d_stencil_1_omp
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_2.cpp(21):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 78%] Built target 1d_stencil_1_omp_exe
Scanning dependencies of target 1d_stencil_3_omp_exe
[ 78%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_3_omp_exe.dir/1d_stencil_3_omp.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_2.cpp(21):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_2.cpp(21):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX shared library ../../../lib/libhpx_random_mem_access.so
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_3.cpp(16):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 78%] Built target random_mem_access_component
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_3.cpp(16):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Scanning dependencies of target 1d_stencil_4_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_3.cpp(16):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 78%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_4_exe.dir/1d_stencil_4.cpp.o
Scanning dependencies of target 1d_stencil_4_parallel_exe
[ 80%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_4_parallel_exe.dir/1d_stencil_4_parallel.cpp.o
Linking CXX executable ../../bin/vector_counting_dotproduct
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_4.cpp(18):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Linking CXX shared library ../../lib/libhpx_startup_shutdown.so
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_4.cpp(18):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 80%] Built target vector_counting_dotproduct_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_4.cpp(18):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target 1d_stencil_5_exe
[ 80%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_5_exe.dir/1d_stencil_5.cpp.o
[ 80%] Built target startup_shutdown_component
Scanning dependencies of target 1d_stencil_6_exe
[ 80%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_6_exe.dir/1d_stencil_6.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_4_parallel.cpp(17):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Linking CXX executable ../../bin/1d_stencil_3_omp
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_4_parallel.cpp(17):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_4_parallel.cpp(17):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 80%] Built target 1d_stencil_3_omp_exe
Scanning dependencies of target 1d_stencil_7_exe
[ 80%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_7_exe.dir/1d_stencil_7.cpp.o
Linking CXX executable ../../bin/thread_aware_timer
Linking CXX executable ../../bin/vector_zip_dotproduct
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_5.cpp(19):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_5.cpp(19):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_6.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_5.cpp(19):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 80%] Built target thread_aware_timer_exe
[ 80%] Built target vector_zip_dotproduct_exe
Scanning dependencies of target 1d_stencil_8_exe
Scanning dependencies of target simple_central_tuplespace_component
[ 80%] Building CXX object examples/1d_stencil/CMakeFiles/1d_stencil_8_exe.dir/1d_stencil_8.cpp.o
[ 80%] Building CXX object examples/tuplespace/central_tuplespace/CMakeFiles/simple_central_tuplespace_component.dir/simple_central_tuplespace.cpp.o
Scanning dependencies of target transpose_block_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_6.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 80%] Building CXX object examples/transpose/CMakeFiles/transpose_block_exe.dir/transpose_block.cpp.o
Linking CXX executable ../../bin/spell_check_simple
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_6.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 80%] Built target spell_check_simple_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_7.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target transpose_block_numa_exe
[ 80%] Building CXX object examples/transpose/CMakeFiles/transpose_block_numa_exe.dir/transpose_block_numa.cpp.o
Linking CXX executable ../../bin/spell_check_file
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_7.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_7.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX shared library ../../../lib/libhpx_throttle.so
[ 80%] Built target spell_check_file_exe
Scanning dependencies of target transpose_serial_block_exe
[ 80%] Building CXX object examples/transpose/CMakeFiles/transpose_serial_block_exe.dir/transpose_serial_block.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/tuplespace/central_tuplespace/simple_central_tuplespace.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_8.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 80%] Built target throttle_component
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target transpose_serial_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/tuplespace/central_tuplespace/simple_central_tuplespace.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 80%] Building CXX object examples/transpose/CMakeFiles/transpose_serial_exe.dir/transpose_serial.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/tuplespace/central_tuplespace/simple_central_tuplespace.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_8.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Linking CXX executable ../../bin/1d_stencil_1
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/1d_stencil/1d_stencil_8.cpp(12):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 80%] Built target 1d_stencil_1_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_block_numa.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target transpose_serial_vector_exe
[ 80%] Building CXX object examples/transpose/CMakeFiles/transpose_serial_vector_exe.dir/transpose_serial_vector.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_block_numa.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_block_numa.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/partitioned_vector_spmd_foreach
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial_vector.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial_vector.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_serial_vector.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 80%] Built target partitioned_vector_spmd_foreach_exe
Scanning dependencies of target transpose_smp_block_exe
[ 82%] Building CXX object examples/transpose/CMakeFiles/transpose_smp_block_exe.dir/transpose_smp_block.cpp.o
Linking CXX executable ../../bin/1d_stencil_3
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_smp_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 82%] Built target 1d_stencil_3_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_smp_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_smp_block.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target transpose_smp_exe
[ 82%] Building CXX object examples/transpose/CMakeFiles/transpose_smp_exe.dir/transpose_smp.cpp.o
Linking CXX executable ../../bin/zerocopy_rdma
Linking CXX executable ../../bin/1d_stencil_2
[ 82%] Built target zerocopy_rdma_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_smp.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target test_server_1950
[ 82%] Building CXX object tests/regressions/build/CMakeFiles/test_server_1950.dir/server_1950.cpp.o
[ 82%] Built target 1d_stencil_2_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_smp.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
Scanning dependencies of target hpx_runtime_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/transpose/transpose_smp.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 82%] Building CXX object runtime/CMakeFiles/hpx_runtime_exe.dir/hpx_runtime.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/tests/regressions/build/server_1950.hpp(9),
from /home/bwagle/livehpx/repo/tests/regressions/build/server_1950.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/tests/regressions/build/server_1950.hpp(9),
from /home/bwagle/livehpx/repo/tests/regressions/build/server_1950.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/runtime/hpx_runtime.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/tests/regressions/build/server_1950.hpp(9),
from /home/bwagle/livehpx/repo/tests/regressions/build/server_1950.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/runtime/hpx_runtime.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/runtime/hpx_runtime.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX shared library ../../../lib/libhpx_simple_central_tuplespace.so
[ 82%] Built target simple_central_tuplespace_component
Scanning dependencies of target component_storage_component
[ 82%] Building CXX object src/components/component_storage/CMakeFiles/component_storage_component.dir/component_module.cpp.o
Linking CXX executable ../../bin/transpose_serial_block
Linking CXX executable ../../bin/transpose_serial
[ 82%] Built target transpose_serial_block_exe
[ 82%] Building CXX object src/components/component_storage/CMakeFiles/component_storage_component.dir/component_storage.cpp.o
Linking CXX executable ../../bin/1d_stencil_4
[ 82%] Built target transpose_serial_exe
[ 82%] Building CXX object src/components/component_storage/CMakeFiles/component_storage_component.dir/server/component_storage_server.cpp.o
[ 82%] Built target 1d_stencil_4_exe
Scanning dependencies of target 1d_hydro_upwind_exe
[ 82%] Building CXX object examples/1d_hydro/CMakeFiles/1d_hydro_upwind_exe.dir/1d_hydro_upwind.cpp.o
Linking CXX executable ../../bin/1d_stencil_4_parallel
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/apply.hpp(9),
from /home/bwagle/livehpx/repo/src/components/component_storage/component_module.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/component_storage/component_storage.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 82%] Built target 1d_stencil_4_parallel_exe
Scanning dependencies of target accumulator_client_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/component_storage/component_storage.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 82%] Building CXX object examples/accumulators/CMakeFiles/accumulator_client_exe.dir/accumulator_client.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/src/components/component_storage/component_storage.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/components/component_storage/server/component_storage.hpp(10),
from /home/bwagle/livehpx/repo/src/components/component_storage/server/component_storage_server.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/examples/1d_hydro/1d_hydro_upwind.cpp(16):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX shared library ../../../lib/libtest_server_1950.so
[ 82%] Built target test_server_1950
Scanning dependencies of target template_accumulator_client_exe
[ 82%] Building CXX object examples/accumulators/CMakeFiles/template_accumulator_client_exe.dir/template_accumulator_client.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator_client.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator_client.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/accumulator_client.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_accumulator_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../bin/hpx_runtime
[ 82%] Built target hpx_runtime_exe
Scanning dependencies of target template_function_accumulator_client_exe
[ 82%] Building CXX object examples/accumulators/CMakeFiles/template_function_accumulator_client_exe.dir/template_function_accumulator_client.cpp.o
Linking CXX executable ../../bin/transpose_smp_block
Linking CXX executable ../../bin/transpose_smp
[ 82%] Built target transpose_smp_block_exe
[ 82%] Built target transpose_smp_exe
Scanning dependencies of target async_io_action_exe
Scanning dependencies of target ag_component
[ 82%] Building CXX object examples/async_io/CMakeFiles/async_io_action_exe.dir/async_io_action.cpp.o
[ 82%] Building CXX object examples/allgather/ag/CMakeFiles/ag_component.dir/allgather_module.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_function_accumulator.hpp(10),
from /home/bwagle/livehpx/repo/examples/accumulators/template_function_accumulator_client.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/allgather_module.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/allgather_module.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/allgather_module.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_action.cpp(14):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/transpose_block
[ 82%] Built target transpose_block_exe
[ 82%] Building CXX object examples/allgather/ag/CMakeFiles/ag_component.dir/server/allgather.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/server/allgather.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/server/allgather.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/server/allgather.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target async_io_external_exe
[ 82%] Building CXX object examples/async_io/CMakeFiles/async_io_external_exe.dir/async_io_external.cpp.o
Linking CXX executable ../../bin/transpose_block_numa
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_external.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_external.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
[ 82%] Built target transpose_block_numa_exe
[ 85%] Building CXX object examples/allgather/ag/CMakeFiles/ag_component.dir/server/allgather_and_gate.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_external.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/1d_stencil_6
[ 85%] Built target 1d_stencil_6_exe
Scanning dependencies of target async_io_low_level_exe
[ 87%] Building CXX object examples/async_io/CMakeFiles/async_io_low_level_exe.dir/async_io_low_level.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/server/allgather_and_gate.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/server/allgather_and_gate.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag/server/allgather_and_gate.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/1d_stencil_5
Linking CXX executable ../../bin/1d_stencil_7
[ 87%] Built target 1d_stencil_5_exe
Scanning dependencies of target async_io_simple_exe
[ 87%] Building CXX object examples/async_io/CMakeFiles/async_io_simple_exe.dir/async_io_simple.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_low_level.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 87%] Built target 1d_stencil_7_exe
Scanning dependencies of target os_thread_num_exe
[ 87%] Building CXX object examples/balancing/CMakeFiles/os_thread_num_exe.dir/os_thread_num.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_low_level.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_low_level.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/1d_hydro_upwind
Linking CXX executable ../../bin/transpose_serial_vector
[ 87%] Built target 1d_hydro_upwind_exe
Scanning dependencies of target cancelable_action_client_exe
[ 87%] Built target transpose_serial_vector_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_simple.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 87%] Building CXX object examples/cancelable_action/CMakeFiles/cancelable_action_client_exe.dir/cancelable_action_client.cpp.o
Scanning dependencies of target rnd_future_reduce_exe
[ 90%] Building CXX object examples/future_reduce/CMakeFiles/rnd_future_reduce_exe.dir/rnd_future_reduce.cpp.o
Scanning dependencies of target heartbeat_console_exe
[ 90%] Building CXX object examples/heartbeat/CMakeFiles/heartbeat_console_exe.dir/heartbeat_console.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_simple.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/balancing/os_thread_num.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/async_io/async_io_simple.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/balancing/os_thread_num.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/balancing/os_thread_num.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action/cancelable_action.hpp(9),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/future_reduce/rnd_future_reduce.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/heartbeat/heartbeat_console.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action/cancelable_action.hpp(9),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action/cancelable_action.hpp(9),
from /home/bwagle/livehpx/repo/examples/cancelable_action/cancelable_action_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/future_reduce/rnd_future_reduce.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/heartbeat/heartbeat_console.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/examples/future_reduce/rnd_future_reduce.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/heartbeat/heartbeat_console.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/accumulator_client
Linking CXX executable ../../bin/async_io_action
[ 90%] Built target accumulator_client_exe
[ 90%] Built target async_io_action_exe
Scanning dependencies of target heartbeat_exe
[ 92%] Building CXX object examples/heartbeat/CMakeFiles/heartbeat_exe.dir/heartbeat.cpp.o
Scanning dependencies of target jacobi_component_component
[ 92%] Building CXX object examples/jacobi/jacobi_component/CMakeFiles/jacobi_component_component.dir/grid.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/grid.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/examples/heartbeat/heartbeat.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/grid.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/grid.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/async_io_external
Scanning dependencies of target nqueen_client_exe
[ 92%] Building CXX object examples/nqueen/CMakeFiles/nqueen_client_exe.dir/nqueen_client.cpp.o
[ 92%] Built target async_io_external_exe
[ 92%] Building CXX object examples/jacobi/jacobi_component/CMakeFiles/jacobi_component_component.dir/jacobi_component.cpp.o
Linking CXX executable ../../bin/template_function_accumulator_client
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/nqueen/nqueen_client.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/nqueen/nqueen_client.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/nqueen/nqueen_client.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 92%] Building CXX object examples/jacobi/jacobi_component/CMakeFiles/jacobi_component_component.dir/row.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/jacobi_component.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target simplest_performance_counter_exe
[ 92%] Built target template_function_accumulator_client_exe
[ 95%] [ 95%] Building CXX object examples/jacobi/jacobi_component/CMakeFiles/jacobi_component_component.dir/server/row.cpp.o
Building CXX object examples/performance_counters/CMakeFiles/simplest_performance_counter_exe.dir/simplest_performance_counter.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/jacobi_component.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/jacobi_component.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/template_accumulator_client
Linking CXX executable ../../bin/async_io_low_level
Linking CXX shared library ../../../lib/libhpx_ag.so
[ 95%] Built target template_accumulator_client_exe
[ 95%] Built target async_io_low_level_exe
[ 95%] Building CXX object examples/jacobi/jacobi_component/CMakeFiles/jacobi_component_component.dir/server/solver.cpp.o
Scanning dependencies of target sine_client_exe
[ 95%] Building CXX object examples/performance_counters/sine/CMakeFiles/sine_client_exe.dir/sine_client.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/row.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 95%] Built target ag_component
[ 95%] Building CXX object examples/jacobi/jacobi_component/CMakeFiles/jacobi_component_component.dir/server/stencil_iterator.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/row.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/components/server/simple_component_base.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/component.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/server/base_performance_counter.hpp(13),
from /home/bwagle/livehpx/repo/hpx/performance_counters/stubs/performance_counter.hpp(11),
from /home/bwagle/livehpx/repo/hpx/performance_counters/performance_counter.hpp(14),
from /home/bwagle/livehpx/repo/hpx/include/performance_counters.hpp(15),
from /home/bwagle/livehpx/repo/examples/performance_counters/simplest_performance_counter.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/row.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/async_io_simple
Linking CXX shared library ../../../lib/libhpx_component_storage.so
[ 95%] Built target async_io_simple_exe
[ 95%] Building CXX object examples/jacobi/jacobi_component/CMakeFiles/jacobi_component_component.dir/stencil_iterator.cpp.o
[ 95%] Built target component_storage_component
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/solver.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target 1d_wave_equation_exe
[ 95%] Building CXX object examples/quickstart/CMakeFiles/1d_wave_equation_exe.dir/1d_wave_equation.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/sine_client.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/solver.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/solver.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/stencil_iterator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/sine_client.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/performance_counters/sine/sine_client.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/stencil_iterator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/server/stencil_iterator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/simplest_performance_counter
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/stencil_iterator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 95%] Built target simplest_performance_counter_exe
Scanning dependencies of target allow_unknown_options_exe
Linking CXX executable ../../bin/heartbeat_console
[ 95%] Building CXX object examples/quickstart/CMakeFiles/allow_unknown_options_exe.dir/allow_unknown_options.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/stencil_iterator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi_component/stencil_iterator.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 95%] Built target heartbeat_console_exe
Scanning dependencies of target component_ctors_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/examples/quickstart/1d_wave_equation.cpp(26):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 97%] Building CXX object examples/quickstart/CMakeFiles/component_ctors_exe.dir/component_ctors.cpp.o
Scanning dependencies of target component_in_executable_exe
[ 97%] Building CXX object examples/quickstart/CMakeFiles/component_in_executable_exe.dir/component_in_executable.cpp.o
Linking CXX executable ../../bin/rnd_future_reduce
[ 97%] Built target rnd_future_reduce_exe
Scanning dependencies of target component_inheritance_exe
Linking CXX executable ../../bin/1d_stencil_8
[ 97%] Building CXX object examples/quickstart/CMakeFiles/component_inheritance_exe.dir/component_inheritance.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/allow_unknown_options.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/allow_unknown_options.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/iostreams.hpp(12),
from /home/bwagle/livehpx/repo/examples/quickstart/allow_unknown_options.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_ctors.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 97%] Built target 1d_stencil_8_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_in_executable.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
Scanning dependencies of target component_with_executor_exe
[ 97%] Building CXX object examples/quickstart/CMakeFiles/component_with_executor_exe.dir/component_with_executor.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_ctors.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_ctors.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_in_executable.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_in_executable.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/heartbeat
Linking CXX executable ../../bin/os_thread_num
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_inheritance.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[ 97%] Built target heartbeat_exe
Scanning dependencies of target customize_async_exe
[ 97%] Building CXX object examples/quickstart/CMakeFiles/customize_async_exe.dir/customize_async.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_inheritance.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_inheritance.cpp(10):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
[ 97%] Built target os_thread_num_exe
Scanning dependencies of target error_handling_exe
[ 97%] Building CXX object examples/quickstart/CMakeFiles/error_handling_exe.dir/error_handling.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_with_executor.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_with_executor.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/quickstart/component_with_executor.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/cancelable_action_client
[ 97%] Built target cancelable_action_client_exe
Scanning dependencies of target event_synchronization_exe
[100%] Building CXX object examples/quickstart/CMakeFiles/event_synchronization_exe.dir/event_synchronization.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/customize_async.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/customize_async.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/customize_async.cpp(11):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/error_handling.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/error_handling.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/error_handling.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/apply.hpp(10),
from /home/bwagle/livehpx/repo/examples/quickstart/event_synchronization.cpp(9):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Scanning dependencies of target random_mem_access_client_exe
[100%] Building CXX object examples/random_mem_access/CMakeFiles/random_mem_access_client_exe.dir/random_mem_access_client.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/random_mem_access/random_mem_access_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/random_mem_access/random_mem_access_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/random_mem_access/random_mem_access_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../../bin/sine_client
[100%] Built target sine_client_exe
Scanning dependencies of target throttle_client_exe
[100%] Building CXX object examples/throttle/CMakeFiles/throttle_client_exe.dir/throttle_client.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/throttle/throttle_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/throttle/throttle_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/examples/throttle/throttle_client.cpp(8):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/allow_unknown_options
[100%] Built target allow_unknown_options_exe
Scanning dependencies of target simple_central_tuplespace_client_exe
[100%] Building CXX object examples/tuplespace/CMakeFiles/simple_central_tuplespace_client_exe.dir/simple_central_tuplespace_client.cpp.o
Scanning dependencies of target test_client_1950
[100%] Building CXX object tests/regressions/build/CMakeFiles/test_client_1950.dir/client_1950.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/lcos.hpp(13),
from /home/bwagle/livehpx/repo/examples/tuplespace/simple_central_tuplespace_client.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/tests/regressions/build/client_1950.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/tests/regressions/build/client_1950.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/tests/regressions/build/client_1950.cpp(6):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/nqueen_client
[100%] Built target nqueen_client_exe
Scanning dependencies of target ag_client_exe
[100%] Building CXX object examples/allgather/CMakeFiles/ag_client_exe.dir/ag_client.cpp.o
Linking CXX executable ../../bin/1d_wave_equation
Linking CXX executable ../../bin/component_in_executable
[100%] Built target 1d_wave_equation_exe
Linking CXX executable ../../bin/component_ctors
[100%] Built target component_in_executable_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag_client.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
[100%] Built target component_ctors_exe
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag_client.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/allgather/ag_client.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/customize_async
Linking CXX executable ../../bin/component_with_executor
[100%] Built target customize_async_exe
[100%] Built target component_with_executor_exe
Linking CXX executable ../../bin/event_synchronization
Linking CXX executable ../../bin/error_handling
Linking CXX executable ../../bin/component_inheritance
[100%] Built target event_synchronization_exe
[100%] Built target error_handling_exe
[100%] Built target component_inheritance_exe
Linking CXX shared library ../../../lib/libhpx_jacobi_component.so
[100%] Built target jacobi_component_component
Scanning dependencies of target jacobi_exe
[100%] Building CXX object examples/jacobi/CMakeFiles/jacobi_exe.dir/jacobi.cpp.o
In file included from /home/bwagle/livehpx/repo/hpx/runtime/get_lva.hpp(12),
from /home/bwagle/livehpx/repo/hpx/runtime/components/pinned_ptr.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/interface.hpp(17),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/continuation.hpp(15),
from /home/bwagle/livehpx/repo/hpx/lcos/future.hpp(30),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/action_support.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/transfer_action.hpp(15),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcel.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/applier.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/create_component.hpp(13),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(46),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/components_fwd.hpp(66): warning #1286: invalid attribute for "hpx::components::component_factory_base"
struct HPX_API_EXPORT component_factory_base;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/actions/basic_action.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/actions/component_action.hpp(14),
from /home/bwagle/livehpx/repo/hpx/lcos/promise.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(12),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime_fwd.hpp(75): warning #1286: invalid attribute for "hpx::util::section"
class HPX_EXPORT section;
^
In file included from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelport.hpp(16),
from /home/bwagle/livehpx/repo/hpx/runtime/parcelset/parcelhandler.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/applier/apply.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/packaged_action.hpp(13),
from /home/bwagle/livehpx/repo/hpx/lcos/detail/async_implementations.hpp(18),
from /home/bwagle/livehpx/repo/hpx/lcos/async.hpp(21),
from /home/bwagle/livehpx/repo/hpx/async.hpp(10),
from /home/bwagle/livehpx/repo/hpx/include/async.hpp(9),
from /home/bwagle/livehpx/repo/hpx/runtime/agas/addressing_service.hpp(18),
from /home/bwagle/livehpx/repo/hpx/runtime/naming/resolver_client.hpp(11),
from /home/bwagle/livehpx/repo/hpx/runtime/components/server/destroy_component.hpp(14),
from /home/bwagle/livehpx/repo/hpx/runtime/components/component_factory.hpp(47),
from /home/bwagle/livehpx/repo/hpx/include/components.hpp(13),
from /home/bwagle/livehpx/repo/hpx/include/runtime.hpp(10),
from /home/bwagle/livehpx/repo/hpx/hpx.hpp(10),
from /home/bwagle/livehpx/repo/examples/jacobi/jacobi.cpp(7):
/home/bwagle/livehpx/repo/hpx/runtime/applier_fwd.hpp(24): warning #1286: invalid attribute for "hpx::applier::applier"
class HPX_API_EXPORT applier;
^
Linking CXX executable ../../bin/throttle_client
[100%] Built target throttle_client_exe
Linking CXX executable ../../bin/random_mem_access_client
[100%] Built target random_mem_access_client_exe
Linking CXX executable ../../../bin/test_client_1950
[100%] Built target test_client_1950
Linking CXX executable ../../bin/simple_central_tuplespace_client
[100%] Built target simple_central_tuplespace_client_exe
Linking CXX executable ../../bin/ag_client
[100%] Built target ag_client_exe
Linking CXX executable ../../bin/jacobi
[100%] Built target jacobi_exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment