On Mon, Aug 13, 2018 at 01:22:38PM +0100, Patrick Welche wrote:
> On Mon, Aug 13, 2018 at 01:19:42PM +0100, Patrick Welche wrote:
> > Chugging along trying to get hpx to compile, I thought I would try the
> > 1.1.0 patches I had so far on master. I just got an extra compile error:
> > 
> > /usr/src/local/hpx/src/hpx_init.cpp: In function ‘int 
> > hpx::detail::run_or_start(hpx::util::function_nonser<int(boost::program_options::variables_map&)>&,
> >  const boost::program_options::options_description&, int, char**, 
> > std::vector<std::basic_string<char> >&&, hpx::startup_function_type, 
> > hpx::shutdown_function_type, hpx::runtime_mode, bool)’:
> > /usr/src/local/hpx/src/hpx_init.cpp:603:24: error: ‘hpx_start’ has not 
> > been declared
> >                      if(hpx_start::include_libhpx_wrap)

The functionality in question is part of one of our GSoC student's work
on introducing HPX even earlier in the startup process via loader
tricks, currently only on a few OSes like GNU/Linux and macOS.

There is a missing guard in this source file and it should be resolved
by the fix in PR#3402.

https://github.com/STEllAR-GROUP/hpx/pull/3402

Everything else about this feature should be inert on the OSes the
feature doesn't apply to.

-- 
Lars Viklund | z...@acc.umu.se
_______________________________________________
hpx-users mailing list
hpx-users@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to