[Mesa-dev] [Bug 57044] build failure: make[4]: *** No rule to make target `../../src/mesa/program/libprogram.la', needed by `libmesagallium.la'. Stop.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 13 06:09:19 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=57044

--- Comment #4 from Kevin Hobbs <hobbsk at ohiou.edu> ---
(In reply to comment #3)
> I have what seems the same issue with current git:
> 

Same here, also with an xlib build.

The head of my build script is:

rm -rf /home/kevin/mesa_nightly/*

# Update Mesa Source
cd /home/kevin/mesa
make clean
git reset --hard
git clean -fd
git pull origin

# Make Mesa
./autogen.sh \
  --prefix=/home/kevin/mesa_nightly \
  --disable-dri \
  --enable-glx \
  --enable-xlib-glx \
  --without-gallium-drivers \
  --enable-osmesa \
  --disable-shared-glapi

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121113/1f40fa71/attachment.html>


More information about the mesa-dev mailing list