http://bugs.freedesktop.org/show_bug.cgi?id=17723





--- Comment #9 from Alex VillacĂ­s Lasso <[EMAIL PROTECTED]>  2008-09-24 
10:31:31 PST ---
> Commit e019ead5d76fd4e6e7d47d23e0284058391e1e29 does not compile for me. When 
> I
> try, I get the following:
> 
> gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -g -O2 -Wall
> -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing  -fPIC 
> -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_POSIX_SOURCE
> -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE 
> -DPTHREADS
> -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DGLX_DIRECT_RENDERING
> x86/common_x86_asm.S -o x86/common_x86_asm.o
> x86/common_x86_asm.S: Assembler messages:
> x86/common_x86_asm.S:45: Error: invalid character '_' in mnemonic
> x86/common_x86_asm.S:47: Error: no such instruction: `aligntext4'
> x86/common_x86_asm.S:48: Error: no such instruction: `globl
> GLNAME(_mesa_x86_has_cpuid)'
> x86/common_x86_asm.S:49: Error: invalid character '(' in mnemonic
> x86/common_x86_asm.S:50: Error: invalid character '(' in mnemonic
> ....
> 

That commit is missing a reference to 
#include "assyntax.h" 
in common_x86_asm.S . Added manually, currently compiling...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to