P.S. Sorry I forgot to mention my procedure:

svn co …./trunk .gnuapl
cd gnuapl
./configure
make



> On Oct 27, 2019, at 1:13 PM, Peter Teeson <peter.tee...@me.com> wrote:
> 
> Hi Jûrgen:
> 
> I get 3 errors compiling svn rev 1195 on macOS 10.12.6 Sierra 
> 
> Respect
> 
> Peter
> 
> Parallel.cc:239 <http://parallel.cc:239/>:1: error: unknown type name 
> 'cpu_set_t'
> cpu_set_t CPUs;
> ^
> Parallel.cc:257 <http://parallel.cc:257/>:38: error: use of undeclared 
> identifier 'cpu_set_t'
>      for (size_t c = 0; c < 8*sizeof(cpu_set_t); c += 2)   //even
>                                      ^
> Parallel.cc:266 <http://parallel.cc:266/>:38: error: use of undeclared 
> identifier 'cpu_set_t'
>      for (size_t c = 1; c < 8*sizeof(cpu_set_t); c += 2)   //odd
>                                      ^
> 3 errors generated.
> make[3]: *** [apl-Parallel.o] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recu
> 
>> On Oct 27, 2019, at 11:49 AM, Dr. Jürgen Sauermann 
>> <m...@xn--jrgen-sauermann-zvb.de <http://jrgen-sauermann-zvb.de/>> wrote:
>> 
>> Hi,
>> 
>> for those of you that are interested in parallel GNU APL, I have added
>> a short overview document "Parallel-APL" in the HOWTOs  directory.
>> 
>> Jürgen
>> 
> 

Reply via email to