Re: Branch Version_2_7_0pre
"Kirill A. Korinsky" <[email protected]>
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <[email protected]> |
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
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE3/KLNtcfWfLw7JxqmNjZhndZIm4FAmWEV+EACgkQmNjZhndZ Im6N2g/+JWmEBnJFVCqr0IVV979BFCAMJ9CvTHfNPccxo4e0JyZlMeZ/e+JB5Quq /3jGtxjdFDQr+NgERNihLfKLL6hhArvRzufWjO3jwGNlciT4Y9ZIods7SbOBS2zC UJ//CqZ0WtmcOZWXEIJl7zYXLfTEj5lPLSEyO1yhYJhYrIDW+H7FP5F6Dt7O628F JLmt0fR9kXCu7HZqSPhaMJucBudoBxwdSOeFUzsp5rLV4kD6jz7ii6TbEu9APTNB 1qktKrthQLCt+wN7J47+Ep4zP/uMwxryM6V74a9H+6I3ZLofQ9EQPKnwMAXF/Qo9 AWtM+FhwOlk8heRPRLb2UTGLZFhT5PuiDeKQgSqRJ4V9ejL10i/9JD0NDHtJYlIJ iyaiPE254cJ5Tzmuink45NREe9Iiq4YeObz4i1XdwEaRxsgai3EINiK2A9SZC48/ AAVDGz399nCLo3MsKttiP3ISQ/ofVfUaMbRVm5U4GLux4i6+iy6Nit7H+EZq62Bw siH5DjNZzhZgDxRYd8PuFoSbzw21ZurtKUzSclJ1ZhMEfZsYXwBSfqNcP4qS8vNw do8xE4N02E4eErqeANSoqcbahrXZYPT46larvxcSAPF6uYTRbdvzU15y9Wl/vsZR a0/JFf6swWmQ10n+sxTMH/uJIxuk6Tc1CVEYIegOxKgAXyNiRIs= =MI9K -----END PGP SIGNATURE-----