Comment 127 for bug 120834

Revision history for this message
STaRMaN (jarizaro) wrote : Re: intel gm965 freezes with 3d applications

Hi, i'm trying to automatize the Bela commands, with a script, when it's ready i'll upload it. But while, i have a problem with last step of compile mesa..
in a lot of files of mesa i have:

     ................
makedepend: warning: ../common/dri_util.c (reading /usr/include/sys/mman.h, line 26): cannot find include file "stddef.h"
not in ../intel/stddef.h
        not in ./stddef.h
        not in ../../../../../src/mesa/drivers/dri/common/stddef.h
        not in server/stddef.h
        not in ../../../../../include/stddef.h
        not in ../../../../../include/GL/internal/stddef.h
        not in ../../../../../src/mesa/stddef.h
        not in ../../../../../src/mesa/main/stddef.h
        not in ../../../../../src/mesa/glapi/stddef.h
        not in ../../../../../src/mesa/math/stddef.h
        not in ../../../../../src/mesa/shader/stddef.h
        not in ../../../../../src/mesa/swrast/stddef.h
        not in ../../../../../src/mesa/swrast_setup/stddef.h
        not in ../../../../../src/egl/main/stddef.h
        not in ../../../../../src/egl/drivers/dri/stddef.h
        not in /usr/local/include/stddef.h
        not in /usr/local/include/drm/stddef.h
        not in /usr/include/stddef.h
makedepend: warning: i915_program.c (reading /usr/include/strings.h, line 29): cannot find include file "stddef.h"
        not in ../intel/stddef.h
           ...........

I don't know what is the package i need. I installed build-essential, kernel-header, linux-headers, libc6-dev, ...

Could anyone help me with this? Thanks.