-----BEGIN PGP SIGNED MESSAGE----- A few commits that could be of use:
The COGVM compiles and works in 32bit on Solaris 10. Solaris 10 has no header file <ifaddrs.h> it appears, to in that case, David Stes -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfazvaAAoJEAwpOKXMq1MaOBMH/0oAanU940wnZi6UnptEXDzL You can view, comment on, or merge this pull request online at:https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/523 Commit Summary
File Changes
Patch Links:
— |
-----BEGIN PGP SIGNED MESSAGE----- Any feedback please ? The change to use <ifaddrs.h> only if the build target has it, The only risk is perhaps that somebody unintentionally re-enables the This is because by default #undef HAVE_IFADDRS_H and that will thus by default enable the 'old code'. While the default now is to enable the 'new code' which uses <ifaddrs.h>. But this can easily be solved by requiring to #define HAVE_IFADDRS_H, Anyway -- with this patch the current COGVM compiles on Solaris 10. By the way Solaris 10 still uses openssl 0.9.7 and I think the configure The SSL plugin is not built I think on Solaris 10, but no problem. The real interest is in the support for Solaris 11 with openssl 1.0.2 etc., Regards, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfbZoGAAoJEAwpOKXMq1MaO3sH/26aTh31X//H3xC/bQn+jPdK — |
In reply to this post by David T Lewis
Merged #523 into Cog. — |
Free forum by Nabble | Edit this page |