hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
Folshost has joined #ste||ar
Folshost is now known as maxwell
<maxwell>
Has anyone else had an error with building the hpx project with the following error?
<maxwell>
1>c:\dev\hpx\src\dwnld_1__9_20_18\hpx\src\runtime\threads\topology.cpp(1331): \n error C3861: 'hwloc_get_area_memlocation': identifier not found
<maxwell>
*errors
<maxwell>
Ignore the "\n", thought it might give a newline, but it was in the wrong place, and apparently irc puts them on different lines anyway
<hkaiser>
maxwell: what version of hwloc do you use?
<maxwell>
I've tried 1.11.0 and 1.11.11
<hkaiser>
maxwell: uhh, those should work
<hkaiser>
do you use vcokg to build the prerequisites?
<hkaiser>
vcpkg
<maxwell>
Which prereqs?
<hkaiser>
for hpx
<hkaiser>
boost, hwlocs etc
<maxwell>
Oh, no I thought hwloc didn't need to be built
<maxwell>
Just unpacked
<hkaiser>
needs building
<maxwell>
Oh, well that would probably be the problem.
<hkaiser>
best is to use vcpkg for everything on windows
<maxwell>
Okay, that might mean that the documentation build recipes are out of date then, cause they said that I didn't need to build it