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

           Summary: mesa build failed.
           Product: Mesa
           Version: unspecified
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


when build mesa ,it failed with below info:

-------------------------------------------------------------------------
gmake[2]: Entering directory `/GFX/build/component/Mesa/mesa/progs/glsl'
gcc -c -I../../include -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 multitex.c
multitex.c:32:21: error: readtex.h: No such file or directory
multitex.c: In function adRGBImage'
multitex.c:200: warning: assignment makes pointer from integer without a cast
gmake[2]: *** [multitex.o] Error 1
gmake[2]: Leaving directory `/GFX/build/component/Mesa/mesa/progs/glsl'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/GFX/build/component/Mesa/mesa/progs'
make: *** [default] Error 1
--------------------------------------------------------------------------

I try to bisect and find that maybe below commit cause the issue:

commit 4978953c7962f33fa1eddbe75e5ef3736fbe7f06
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Tue May 20 11:01:17 2008 -0600

    new multi-texture GLSL test

---------------------------
and the latest good commit is :

commit b6fb0940c226373ac235a5d327d3fcfd742bc6b9
Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Tue May 20 10:59:18 2008 -0600

    fix incorrect sampler numbering/indexing.

    All samplers indexes were zero.


-- 
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: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to