Dear Pixman List, I am trying to cross-compiling pixman (0.28.2) and cairo (1.12.14) on linux for windows with mingw32 (4.2.1). If I build pixman static then my application bombs immediately with a segv in pixman_implementation_create_sse2()
If I build the DLL then it works. If I configure --disable-sse2 it works. Neither of these are ideal solutions. http://comments.gmane.org/gmane.comp.lib.cairo/19335 seems to imply there might be an alignment issue, Is there a fix to allow a static build, but without disabling SSE2. Thank you, -- Dave Lawrence _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
