Hi all,
        I've git branched and got the latest commits from the
gallium-resources branch and also the latest commits from git master.

I did a gmake -B realclean from a prevous compile on my copy of git
master,and did a  git checkout gallium-resources to switch to that
branch,and did a ./autogen.sh with the following options:

 --prefix=/usr/local --enable-32-bit --enable-xcb --enable-gallium-nouveau
--with-state-trackers=dri,egl,xorg,glx,vega,es --enable-motif
--enable-gl-osmesa --disable-gallium-intel --disable-gallium-radeon
--with-expat=/usr/lib --with-demos=xdemos,demos,trivial,tests
--with-dri-drivers=swrast --enable-gallium-swrast --enable-gallium-svga
--with-max-width=4096 --with-max-height=4096 --enable-debug

I then did a gmake to compile my copy of gallium-resources,but it ended with
error at the end:

dri_st_api.c: In function ‘dri_st_manager_get_egl_image’:
dri_st_api.c:244: warning: implicit declaration of function
‘pipe_texture_reference’
gcc -c -I. -I../../../../../src/gallium/include
-I../../../../../src/gallium/auxiliary -I../../../../../src/gallium/drivers
-I../../../../../include -I../../../../../src/mesa
-I../../../../../src/gallium/state_trackers/dri/common
-I../../../../../src/mesa/drivers/dri/common -I../../../../../src/mesa/main
-I/usr/include/drm -I/usr/include/libdrm   -g -O2 -Wall -Wmissing-prototypes
-std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC
-m32 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
-DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_EXTERNAL_DXTN_LIB=1
-DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
-DHAVE_XEXTPROTO_71 -DMAX_WIDTH=4096 -DMAX_HEIGHT=4096  dri1_helper.c -o
dri1_helper.o
gcc -c -I. -I../../../../../src/gallium/include
-I../../../../../src/gallium/auxiliary -I../../../../../src/gallium/drivers
-I../../../../../include -I../../../../../src/mesa
-I../../../../../src/gallium/state_trackers/dri/common
-I../../../../../src/mesa/drivers/dri/common -I../../../../../src/mesa/main
-I/usr/include/drm -I/usr/include/libdrm   -g -O2 -Wall -Wmissing-prototypes
-std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC
-m32 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
-DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_EXTERNAL_DXTN_LIB=1
-DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
-DHAVE_XEXTPROTO_71 -DMAX_WIDTH=4096 -DMAX_HEIGHT=4096  dri1.c -o dri1.o
gcc -c -I. -I../../../../../src/gallium/include
-I../../../../../src/gallium/auxiliary -I../../../../../src/gallium/drivers
-I../../../../../include -I../../../../../src/mesa
-I../../../../../src/gallium/state_trackers/dri/common
-I../../../../../src/mesa/drivers/dri/common -I../../../../../src/mesa/main
-I/usr/include/drm -I/usr/include/libdrm   -g -O2 -Wall -Wmissing-prototypes
-std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC
-m32 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
-DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_EXTERNAL_DXTN_LIB=1
-DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
-DHAVE_XEXTPROTO_71 -DMAX_WIDTH=4096 -DMAX_HEIGHT=4096  dri2.c -o dri2.o
dri2.c: In function ‘dri2_create_image_from_name’:
dri2.c:393: error: storage size of ‘templ’ isn’t known
dri2.c:398: error: ‘PIPE_TEXTURE_USAGE_RENDER_TARGET’ undeclared (first use
in this function)
dri2.c:398: error: (Each undeclared identifier is reported only once
dri2.c:398: error: for each function it appears in.)
dri2.c:398: error: ‘PIPE_TEXTURE_USAGE_SAMPLER’ undeclared (first use in
this function)
dri2.c:434: error: ‘struct pipe_screen’ has no member named
‘texture_from_handle’
dri2.c:393: warning: unused variable ‘templ’
dri2.c: In function ‘dri2_destroy_image’:
dri2.c:465: warning: implicit declaration of function
‘pipe_texture_reference’
gmake[5]: *** [dri2.o] Error 1

Regards,
             STEVE555
-- 
View this message in context: 
http://old.nabble.com/gallium-resources-branch-merge-tp28119468p28191257.html
Sent from the mesa3d-dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to