Didier Casse wrote:
Btw what happens when you disable mmx and sse for evas? Does it compile on your architecture?
Didn't fix it.
Carsten Haitzler (The Rasterman) wrote:
have u checked the CFLAGS? actually READ the error output? evas does NOT set
CFLAGs - it inherits from the build environment. gcc is complaining the
-mpreferred-stack-boundary=2 is a bad value. it cannot compile the code with it
at 2. it must be at 4 to 12. you must fix your CFLAGS
I fixed it locally by using only /usr/lib64/pkgconfig in my PKG_CONFIG_PATH.
John