cpu.c: In function `getcpuinfo':
cpu.c:30: error: `__try' undeclared (first use in this function)
cpu.c:30: error: (Each undeclared identifier is reported only once
cpu.c:30: error: for each function it appears in.)
cpu.c:30: error: syntax error before '{' token
cpu.c:37: error: `cpuid' undeclared (first use in this function)
cpu.c:38: error: `mov' undeclared (first use in this function)
cpu.c:38: error: syntax error before "ieax"
cpu.c: At top level:
cpu.c:46: error: syntax error before numeric constant
cpu.c: In function `__except':
cpu.c:50: error: `retvalue' undeclared (first use in this function)
cpu.c: At top level:
cpu.c:55: error: `iecx' undeclared here (not in a function)
cpu.c:55: warning: data definition has no type or storage class
cpu.c:56: error: `iedx' undeclared here (not in a function)
cpu.c:56: warning: data definition has no type or storage class
cpu.c:57: error: `iebx' undeclared here (not in a function)
cpu.c:57: warning: data definition has no type or storage class
cpu.c:58: error: `ieax' undeclared here (not in a function)
cpu.c:58: warning: data definition has no type or storage class
cpu.c:60: error: syntax error before "return"
cpu.c: In function `OShasSSEsupport':
cpu.c:450: error: `__try' undeclared (first use in this function)
cpu.c:450: error: syntax error before '{' token
cpu.c: At top level:
cpu.c:462: error: syntax error before numeric constant
cpu.c:463: error: redefinition of '__except'
cpu.c:47: error: previous definition of '__except' was here
cpu.c:469: error: syntax error before "return"
make: *** [all] Error 1
