Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lib/pixman doesn't compile on alpha



Hi,

with -current source half an hour "old" "build.sh ... distribution"
fails for alpha (cross compiled on MacOSX):

    compile  pixman/pixman-cpu.pico
/u/NetBSD/xsrc/external/mit/pixman/dist/pixman/pixman-cpu.c: In function 
'detect_cpu_features':
/u/NetBSD/xsrc/external/mit/pixman/dist/pixman/pixman-cpu.c:395: error: unknown 
register name '%edx' in 'asm'
/u/NetBSD/xsrc/external/mit/pixman/dist/pixman/pixman-cpu.c:395: error: unknown 
register name '%ecx' in 'asm'
/u/NetBSD/xsrc/external/mit/pixman/dist/pixman/pixman-cpu.c:395: error: unknown 
register name '%eax' in 'asm'
/u/NetBSD/xsrc/external/mit/pixman/dist/pixman/pixman-cpu.c:486: error: unknown 
register name '%edx' in 'asm'
/u/NetBSD/xsrc/external/mit/pixman/dist/pixman/pixman-cpu.c:486: error: unknown 
register name '%ecx' in 'asm'
/u/NetBSD/xsrc/external/mit/pixman/dist/pixman/pixman-cpu.c:486: error: unknown 
register name '%eax' in 'asm'
--- pixman-cpu.pico ---
nbmake: stopped in /u/NetBSD/src/external/mit/xorg/lib/pixman
--- dependall-pixman ---
*** [dependall-pixman] Error code 2

nbmake: stopped in /u/NetBSD/src/external/mit/xorg/lib
1 error

nbmake: stopped in /u/NetBSD/src/external/mit/xorg/lib
--- do-lib ---
*** [do-lib] Error code 2

nbmake: stopped in /u/NetBSD/src/external/mit/xorg


Seems, there's something intel specific in pixman-cpu.c?

Kurt


Home | Main Index | Thread Index | Old Index