From: Andreas P. <and...@gm...> - 2010-03-11 20:59:24
|
Another build problem remained: make[5]: Entering directory `/home/mumiee/mesa/src/gallium/winsys/drm/swrast/egl' gcc -c -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS dummy.c -o dummy.o make[5]: *** No rule to make target `../../../../../../src/gallium/winsys/xlib/libws_xlib.a', needed by `egl_x11_swrast.so'. Stop. make[5]: Leaving directory `/home/mumiee/mesa/src/gallium/winsys/drm/swrast/egl' config.status contains: S["GALLIUM_WINSYS_DIRS"]=" drm" but i guess it should be S["GALLIUM_WINSYS_DIRS"]="xlib drm" i configured the build with ./configure --enable-egl --with-egl-displays=x11 --with-state-trackers=egl,vega,es --enable-gallium-swrast. 2010/3/11 Andreas Pokorny <and...@gm...>: > Hi, > So far this seems to fix all build problems that I had. I will come > back as soon as the build is complete. Will take some time .. My home > system isnt the fasted. > > Thank you. > > regards > Andreas > > 2010/3/11 Keith Whitwell <ke...@vm...>: >> This may be related to the attached patch. Please let me know if this >> improves things & I'll commit >> >> Keith >> >> [...] > |