Fwd: INT_cairo_image_surface_create instead of _cairo_image_surface_create
Andrew Voron <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <CAAOQw6p7mPDm0NvhRxkUUwid-Baj9eBkXSUy8H-KcH-jefxnNg@mail.gmail.com> |
---------- Forwarded message ---------- From: Andrew Voron <[email protected]> Date: 2013/2/18 Subject: INT_cairo_image_surface_create instead of _cairo_image_surface_create To: [email protected] Hi. Im compiling cairo form the source, and I see in my libcairo.a definitions like this: T INT_cairo_image_surface_create instead of T _cairo_image_surface_create It seems like (according to this<http://cgit.freedesktop.org/cairo/tree/src/cairo-compiler-private.h#n55>) it doesn't properly expand this "slim_hidden_def" macro. So, can I avoid this PLT avoiding mechanism at all? Or what is the best solution in my case? My compiler is declared as full gcc-compartible, but it seems like it stumble on this macro... Thx. Andrew. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo