Thanks, this helped me also for 2.6.20-1.3003.fc7.<br><br><div><span class="gmail_quote">2007/3/21, Jim Bevier &lt;<a href="mailto:jim@jbsys.com">jim@jbsys.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well it looks like it is the CFLAGS parameters in the kernel Makefile that<br>is causing the problem. I.e.<br>/usr/src/kernels/2.6.20-1.2997.fc7-x86_64/Makefile or<br>/usr/src/kernels/2.6.20-1.2999.fc7-x86_64/Makefile.&nbsp;&nbsp;You need to replace
<br>the -Wextra parameter with -Wundef that is around line 318 in the Makefile.<br>This will allow VMWare tp build again without an error.<br><br>CFLAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:= -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -fno-strict-aliasing -fno-common \
<br>&nbsp;&nbsp;&nbsp;&nbsp; -Werror-implicit-function-declaration \<br>&nbsp;&nbsp;&nbsp;&nbsp; -Wundef -Wno-unused-parameter -Wno-missing-field-initializers<br>##&nbsp;&nbsp;&nbsp;&nbsp; -Wextra -Wno-unused-parameter -Wno-missing-field-initializers<br><br>Jim<br></blockquote></div>
<br>