I have the following error when building MesaLib-6.5

makedepend: warning:  clientattrib.c (reading /usr/include/libio.h, line 53): 
cannot find include file "stdarg.h"
        not in ./stdarg.h
        not in ../../../include/stdarg.h
        not in ../../../include/GL/internal/stdarg.h
        not in ../../../src/mesa/main/stdarg.h
        not in ../../../src/mesa/glapi/stdarg.h
        not in ../../../src/mesa/drivers/dri/common/stdarg.h
        not in /usr/include/drm/stdarg.h
        not in /usr/include/stdarg.h
        not in /usr/include/stdarg.h

It looks to me that it is missing an include 
-I/usr/include/linux
as that is where those header files reside.

Am I missing a path in gcc include path?
If so how do I check it?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to