Bug 57899

Summary: Compilation fails (libgl): No rule to make target `../program/libdricore_program.la', needed by `libdricore9.1.0.la'
Product: Mesa Reporter: demon <demon>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: high    
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Build log

Description demon 2012-12-05 00:06:34 UTC
Created attachment 71017 [details]
Build log

Compilation fails for me for some time already.

Build log attached. Compilation flags:

     autoreconf -vfi
    ./autogen.sh --prefix=/usr \
    --with-dri-driverdir=/usr/lib/xorg/modules/dri \
    --with-gallium-drivers=r600,swrast \
    --with-dri-drivers= \
    --disable-gallium-llvm \
    --enable-egl \
    --enable-gallium-egl \
    --with-egl-platforms=x11,drm \
    --enable-shared-glapi \
    --enable-gbm \
    --enable-glx-tls \
    --enable-glx \
    --enable-osmesa \
    --enable-gles1 \
    --enable-gles2 \
    --enable-texture-float \
    --enable-xa \
    --enable-vdpau \
    --enable-openvg \
    --enable-gallium-g3dvl


Arch Linux.
Comment 1 demon 2012-12-12 14:11:33 UTC
Sorry for bumping up, I still get this error. Anyone care to take a look?
Comment 2 demon 2012-12-12 21:07:44 UTC
I've solved this by changing:

--with-dri-drivers=

to

--with-dri-drivers=swrast

It used to compile fine before, I don't know why this sudden change now.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.