On 1/2/13 8:37 PM, Colin Dixon wrote:
> I've been running into this fatal error in installing pixman on my
> 10.7 laptop for the last week or so without being able to find a fix.
> A lot of Googling seemed to imply that maybe disabling mmx would fix
> it, but I couldn't figure out a clean way to do that. Hopefully
> somebody here can help.

General build hints from Google aren't usually too applicable for Fink,
since A) We typically already have implemented whatever is needed to
make a package work, and B) there's no easy way for users to set
anything to change the build, by design.

> 
> I've included the most relevant lines of the compilation, but I can
> provide more detail if necessary.
> 
> Thanks,
> --Colin
> 
>   CC     libpixman_mmx_la-pixman-mmx.lo
>   CC     libpixman_sse2_la-pixman-sse2.lo
> pixman-mmx.c:71:71: warning: unknown attribute '__artificial__'
> ignored [-Wattributes]
> extern __inline int __attribute__((__gnu_inline__, __always_inline__,
> __artificial__))
>                                                                       ^
> pixman-mmx.c:84:73: warning: unknown attribute '__artificial__'
> ignored [-Wattributes]
> extern __inline __m64 __attribute__((__gnu_inline__,
> __always_inline__, __artificial__))
>                                                                         ^
> pixman-mmx.c:95:73: warning: unknown attribute '__artificial__'
> ignored [-Wattributes]
> extern __inline __m64 __attribute__((__gnu_inline__,
> __always_inline__, __artificial__))
>                                                                         ^
> fatal error: error in backend: Unsupported asm: input constraint with
> a matching output constraint of incompatible type!
> 

You left out the information that we asked for as part of the error
message, such as your Xcode tools version--which could help indicate
what compiler set you are using.

Since Fink uses clang by default on 10.7 and later, what do you get from

        clang --version

?  I don't reproduce your problem on OS 10.7.5 using clang-4.1 (Command
Line Tools for Xcode 4.5.2).

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to