GNOME Bugzilla – Bug 93646
build fails on ppc if nasm is installed
Last modified: 2004-12-22 21:47:04 UTC
here is where the make fails gstmempool.c: In function `gst_mem_pool_alloc': gstmempool.c:138: unknown register name `ebx' in `asm' gstmempool.c:138: unknown register name `ecx' in `asm' gstmempool.c:138: inconsistent operand constraints in an `asm' gstmempool.c: In function `gst_mem_pool_free': gstmempool.c:185: inconsistent operand constraints in an `asm' this is a bug because nasm may and can be installed on a ppc if the machine is used to cross compile software.
we need to disable nasm on non-x86 hardware. can someone tell me the best way to do this ?
This has nothing to do with nasm. USE_ASM is unconditionally defined at the top of the file. The test is Just Broken on non-i386.
I removed everything related to nasm, since it's not used or needed. someone close this.