build error on MinGW Windows 7 32-bit
"John Dill" <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <D939C8DC-55D1-41F9-8689-4B04F1A40C2F@mimectl> |
Trying to build cairo version 1.12.16. In util/cairo-missing/cairo-missing.h, there is a section that says: #ifndef _SSIZE_T_DEFINED typedef SSIZE_T ssize_t; #endif It's conflicting with my MinGW _ssize_t defined in my /mingw/include folder. Probably should be #ifdef instead of #ifndef. The build phase is continuing on past that file now. Thanks, John Dill -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo