Please review these changes for bug 13499: making the solver module compile for non-sunos platforms.

webrev: http://cr.opensolaris.org/~tmueller/ips-13499/

Here's a summary of the changes:

The #include of sys/systeminfo.h has been removed because this file doesn't exist on other platforms, and it isn't used on OpenSolaris.

The declaration of msat_methods was made extern rather than static because the Windows compiler doesn't accept a forward reference to a static array that doesn't have a size. Also, the Mac OS compiler doesn't allow the static to be removed on line 196 and static to be there on line 517.

The setup.py changes add the solver extension to the build for all platforms.

Thanks.
Tom



_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to