Bug 57899 - Compilation fails (libgl): No rule to make target `../program/libdricore_program.la', needed by `libdricore9.1.0.la'
Summary: Compilation fails (libgl): No rule to make target `../program/libdricore_prog...
Status: RESOLVED WORKSFORME
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: high major
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 00:06 UTC by demon
Modified: 2012-12-12 21:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Build log (52.51 KB, text/plain)
2012-12-05 00:06 UTC, demon
Details

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.