first attempt to build it failed. I've used 
5c7512ca471742c4e86894a3c6b5d93d02d31956 as local root with a few notes.

1. It required to --disable-gprof because configure failed with error:
clang: error: the clang compiler does not support -pg option on versions of OS 
X 10.9 and later

2. It required to --disable-readline because configure failed with error:
In file included from conftest.c:89:
In file included from /opt/local/include/readline/readline.h:36:
/opt/local/include/readline/rltypedefs.h:71:29: error: unknown type name 'FILE'

after that build had failed with errors:

print.d:582:7: error: expected expression
      short sh=p->b.p_queue[mod(p->b.p_qh+1)];
      ^
print.d:584:7: error: use of undeclared identifier 'sh'
      sh<<=1;sh>>=1;
      ^
print.d:584:14: error: use of undeclared identifier 'sh'
      sh<<=1;sh>>=1;
             ^
print.d:585:7: error: use of undeclared identifier 'sh'
      sh+=(c==CURRENT ? p->b.p_col : p->b.p_indent_stack[p->b.p_isp-1]);/*lb*/
      ^
print.d:586:7: error: use of undeclared identifier 'sh'
      sh=sh<0 ? 0 : sh;
      ^
print.d:586:10: error: use of undeclared identifier 'sh'
      sh=sh<0 ? 0 : sh;
         ^
print.d:586:21: error: use of undeclared identifier 'sh'
      sh=sh<0 ? 0 : sh;
                    ^
print.d:587:41: error: use of undeclared identifier 'sh'
      p->b.p_indent_stack[p->b.p_isp] = sh;
                                        ^
print.d:1683:4: error: expected expression
          object y=structure_to_list(x);
          ^
9 errors generated.

--
wbr, Kirill

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to