|
From: STEVE555 <ste...@ho...> - 2009-02-20 16:35:40
|
STEVE555 wrote: > > Hi Paul, > I'm pretty sure I'm getting the latest code from git.The clone > address I use is: > git clone git://anongit.freedesktop.org/git/mesa/mesa I always use git > pull origin to get the latest updates from the repository,along with the > repositories for DRM and xf86-video-nouveau.I use Konsole as my main > terminal. > > I always use gmake -B realclean to be sure the code is as clean as > possilbe before I do a fresh compile. > > Here is the output when I start configure with the options I posted in my > first post: > > [root@localhost mesa]# ./configure --prefix=/usr --bindir=/usr/bin > --sbindir=/usr/sbin --libdir=/usr/lib --includedir=/usr/include > --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu > --enable-gallium-nouveau --enable-32-bit --enable-xcb --enable-glx-tls > --enable-motif --enable-debug --with-x > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking for i686-pc-linux-gnu-gcc... no > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking how to run the C preprocessor... gcc -E > checking for i686-pc-linux-gnu-gcc... gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking for i686-pc-linux-gnu-g++... no > checking for i686-pc-linux-gnu-c++... no > checking for i686-pc-linux-gnu-gpp... no > checking for i686-pc-linux-gnu-aCC... no > checking for i686-pc-linux-gnu-CC... no > checking for i686-pc-linux-gnu-cxx... no > checking for i686-pc-linux-gnu-cc++... no > checking for i686-pc-linux-gnu-cl.exe... no > checking for i686-pc-linux-gnu-FCC... no > checking for i686-pc-linux-gnu-KCC... no > checking for i686-pc-linux-gnu-RCC... no > checking for i686-pc-linux-gnu-xlC_r... no > checking for i686-pc-linux-gnu-xlC... no > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking for gmake... gmake > checking for makedepend... /usr/bin/makedepend > checking for sed... /bin/sed > checking for i686-pc-linux-gnu-pkg-config... no > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking whether to enable assembly... yes, x86 > checking for gcc option to produce PIC... -fPIC > checking for dlopen... no > checking for dlopen in -ldl... yes > checking for posix_memalign... yes > checking pkg-config files for X11 are available... yes > checking for LIBDRM... yes > checking for DRI2PROTO... yes > checking for DRIGL... yes > checking expat.h usability... yes > checking expat.h presence... yes > checking for expat.h... yes > checking for XML_ParserCreate in -lexpat... yes > checking for GLW... yes > checking for motif-config... /usr/bin/motif-config > checking for GLUT... yes > configure: creating ./config.status > config.status: creating configs/autoconf > config.status: executing configs commands > > prefix: /usr > exec_prefix: ${prefix} > libdir: /usr/lib > includedir: /usr/include > > Driver: dri > OSMesa: no > DRI drivers: i810 i915 i965 mach64 mga r128 r200 r300 radeon > s3v savage sis tdfx trident unichrome ffb swrast > DRI driver dir: ${libdir}/dri > Use XCB: yes > > Gallium: yes > Gallium dirs: auxiliary drivers state_trackers > Winsys dirs: drm > Winsys drm dirs: intel nouveau > Auxiliary dirs: draw translate cso_cache pipebuffer tgsi sct > rtasm util > Driver dirs: softpipe failover trace i915simple i965simple > nv04 nv10 nv20 nv30 nv40 nv50 > Trackers dirs: egl > > Shared libs: yes > Static libs: no > GLU: yes > GLw: yes (Motif: yes) > glut: yes > Demos: xdemos demos redbook samples glsl > > CFLAGS: -g -O2 -Wall -Wmissing-prototypes -std=c99 > -ffast-math -fno-strict-aliasing -m32 -g -fPIC > CXXFLAGS: -g -O2 -Wall -fno-strict-aliasing -m32 -g -fPIC > Macros: -D_GNU_SOURCE -DPTHREADS -DDEBUG > -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_USE_TLS -DPTHREADS > -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING > -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DUSE_X86_ASM -DUSE_MMX_ASM > -DUSE_3DNOW_ASM -DUSE_SSE_ASM > > Run 'gmake' to build Mesa > > I'll post a new reply if it has been successful or not. > > Regards, > STEVE555 > *update* I've just got the latest updates from the repository today,but sadly it failed to build,but with a different error this time.I can wait for a few hours to see if there are any more commits to the repository. I'm going to attach a text file of the build process to where it failed to anybody who is interested. -- View this message in context: http://www.nabble.com/Compiling-problems-with-MESA-from-Git-tp22111678p22121146.html Sent from the mesa3d-users mailing list archive at Nabble.com. |