<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>but doing ./configure is generating the default configuration, what I precisely need is to enable only i915 pipediver in addition to softpipe. doing just ./configure is generating below configurations.<br><br>****************************************************************************************************************<br>configure: creating ./config.status<br>config.status: creating configs/autoconf<br>config.status: executing configs commands<br><br>prefix: /usr/local<br>exec_prefix: ${prefix}<br>libdir: ${exec_prefix}/lib<br>includedir: ${prefix}/include<br><br>Driver:
dri<br>OSMesa: no<br>DRI drivers: i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis tdfx unichrome swrast<br>DRI driver dir: ${libdir}/dri<br>Use XCB: no<br><br>Gallium: yes<br>Gallium dirs: auxiliary drivers state_trackers<br>Winsys dirs: drm<br>Winsys drm dirs:<br>Driver dirs: softpipe failover trace identity svga i915 i965 r300<br>Trackers dirs: dri egl xorg<br><br>Shared libs: yes<br>Static libs: no<br>EGL: glx<br>GLU:
yes<br>GLw: yes (Motif: no)<br>glut: no<br>Demos: no<br><br>CFLAGS: -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC<br>CXXFLAGS: -g -O2 -Wall -fno-strict-aliasing -fPIC<br>Macros: -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM<br><br>Run 'make' to build Mesa<br>**************************************************************************************************************<br><br>I
observe from above configuration EGL is configured for egl_glx, which
is software based(if i am correct.). if i continue to do make My EGL is
dependent on egl_glx which sits in /usr/local/lib/egl/.. i am telling
this because when I tried running some sample application i am getting below error.<br>***************************************************************************************************************<br>export LD_LIBRARY_PATH=/root/Mesa-7.8.2/lib/<br>export EGL_DRIVER=/root/Mesa-7.8.2/lib/<br>root@srini:~/check_GLES# ./sphere<br>libEGL warning: Could not open driver /root/Mesa-7.8.2/lib/ (/root/Mesa-7.8.2/lib/: cannot read file data: Is a directory)<br>libEGL warning: Could not open driver /root/Mesa-7.8.2/lib/.so (/root/Mesa-7.8.2/lib/.so: cannot open shared object file: No such file or directory)<br>libEGL warning: EGL_DRIVER is set to an invalid driver<br>libEGL warning: Could not open driver /usr/local/lib/egl/egl_glx (/usr/local/lib/egl/egl_glx: cannot open shared object file: No such file or directory)<br>Segmentation
fault<br>***************************************************************************************************************<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">please guide me where i am doing wrong.<br><br><br>Regards,<br>Srini.<br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Chia-I Wu <olvaffe@gmail.com><br><b><span style="font-weight: bold;">To:</span></b> Srini <srini_rajini@yahoo.com><br><b><span style="font-weight: bold;">Cc:</span></b> mesa-users@lists.freedesktop.org<br><b><span style="font-weight: bold;">Sent:</span></b> Mon, 21 February, 2011 9:26:53 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Mesa-users] Mesa 7.8.2 with Hardware Acceleration on Ubuntu 10.10<br></font><br>On Mon, Feb 21, 2011 at 5:32 AM, Srini <<a
ymailto="mailto:srini_rajini@yahoo.com" href="mailto:srini_rajini@yahoo.com">srini_rajini@yahoo.com</a>> wrote:<br>> I am trying to build Mesa 7.8.2 on Ubutu 10.10 with Hardware acceleration<br>> for i915, Enabled along with softpipe. I enabled this in the config file<br>> linux-opengl-es.<br>> doing "make linux-opengl-es" will end up with big error list.<br>> is there anything i need to take care before doing this?<br>> could anyone please help me in fixing this.<br>linux-opengl-es is broken. I will either fix it or remove it.<br><br>For now, you will have to run ./configure (or scons).<br>> Thanks in Advance<br>><br>> Regards,<br>> Srini.<br>><br>> make[4]: Entering directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>> Makefile:101: depend: No such file or directory<br>> running makedepend<br>> makedepend -fdepend -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE<br>> -D_BSD_SOURCE
-D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN<br>> -DGLX_DIRECT_RENDERING -DGALLIUM_SOFTPIPE -I../../../../include<br>> -I../../../../src/mesa -I../../../../src/mesa/main<br>> -I../../../../src/gallium/include -I../../../../src/gallium/drivers<br>> -I../../../../src/gallium/state_trackers/glx/xlib<br>> -I../../../../src/gallium/auxiliary xlib.c xlib_cell.c xlib_llvmpipe.c<br>> xlib_softpipe.c \<br>> > /dev/null 2>/dev/null<br>> make[4]: Leaving directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>> make[4]: Entering directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>> gcc -c -I../../../../include -I../../../../src/mesa<br>> -I../../../../src/mesa/main -I../../../../src/gallium/include<br>> -I../../../../src/gallium/drivers<br>> -I../../../../src/gallium/state_trackers/glx/xlib<br>> -I../../../../src/gallium/auxiliary -Wall
-Wmissing-prototypes<br>> -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -D_POSIX_SOURCE<br>> -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>> -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>> -DGALLIUM_SOFTPIPE -I/usr/X11R6/include -std=c99 -ffast-math<br>> -fno-strict-aliasing xlib.c -o xlib.o<br>> gcc -c -I../../../../include -I../../../../src/mesa<br>> -I../../../../src/mesa/main -I../../../../src/gallium/include<br>> -I../../../../src/gallium/drivers<br>> -I../../../../src/gallium/state_trackers/glx/xlib<br>> -I../../../../src/gallium/auxiliary -Wall -Wmissing-prototypes<br>> -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -D_POSIX_SOURCE<br>> -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>> -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>> -DGALLIUM_SOFTPIPE
-I/usr/X11R6/include -std=c99 -ffast-math<br>> -fno-strict-aliasing xlib_cell.c -o xlib_cell.o<br>> gcc -c -I../../../../include -I../../../../src/mesa<br>> -I../../../../src/mesa/main -I../../../../src/gallium/include<br>> -I../../../../src/gallium/drivers<br>> -I../../../../src/gallium/state_trackers/glx/xlib<br>> -I../../../../src/gallium/auxiliary -Wall -Wmissing-prototypes<br>> -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -D_POSIX_SOURCE<br>> -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>> -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>> -DGALLIUM_SOFTPIPE -I/usr/X11R6/include -std=c99 -ffast-math<br>> -fno-strict-aliasing xlib_llvmpipe.c -o xlib_llvmpipe.o<br>> gcc -c -I../../../../include -I../../../../src/mesa<br>> -I../../../../src/mesa/main -I../../../../src/gallium/include<br>> -I../../../../src/gallium/drivers<br>>
-I../../../../src/gallium/state_trackers/glx/xlib<br>> -I../../../../src/gallium/auxiliary -Wall -Wmissing-prototypes<br>> -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -D_POSIX_SOURCE<br>> -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>> -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>> -DGALLIUM_SOFTPIPE -I/usr/X11R6/include -std=c99 -ffast-math<br>> -fno-strict-aliasing xlib_softpipe.c -o xlib_softpipe.o<br>> make[4]: *** No rule to make target<br>> `../../../../src/gallium/state_trackers/glx/xlib/libxlib.a', needed by<br>> `../../../../lib/gallium/libGL.so'. Stop.<br>> make[4]: Leaving directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>> make[3]: *** [default] Error 1<br>> make[3]: Leaving directory `/root/Mesa-7.8.2/src/gallium/winsys'<br>> make[2]: *** [subdirs] Error 1<br>> make[2]: Leaving directory
`/root/Mesa-7.8.2/src'<br>> make[1]: *** [default] Error 1<br>> make[1]: Leaving directory `/root/Mesa-7.8.2'<br>> make: *** [linux-opengl-es] Error 2<br>><br>><br>> _______________________________________________<br>> mesa-users mailing list<br>> <a ymailto="mailto:mesa-users@lists.freedesktop.org" href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a><br>> <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-users</a><br>><br>><br><br><br><br>-- <br><a ymailto="mailto:olv@LunarG.com" href="mailto:olv@LunarG.com">olv@LunarG.com</a><br></div></div>
</div><br></body></html>