Hi Peter,

fixed in SVN 478.

Looks like your box is lacking some functions like pthread_getaffinity_np() (or they have different argument types).
This could become a problem for parallel APL later, so maybe you want to grep -r  for them in /usr/include or find
out how core affinities are set on your box.

/// Jürgen


On 09/16/2014 07:25 PM, Peter Teeson wrote:
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Parallel.cc:181:1: Unknown type name 'cpu_set_t'
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Parallel.cc:197:55: Use of undeclared identifier 'cpu_set_t'
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/Parallel.cc:323:1: Unknown type name 'cpu_set_t'


Reply via email to