Re: [Mesa-dev] Mesa 7.9-rc1
Ian Romanick <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.announce,gmane.comp.video.mesa3d.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sebastian H. wrote: > Am 27.09.2010 19:32, schrieb Ian Romanick: >> Mesa 7.9-rc1 has been released. Assuming there are no issues, Mesa 7.9 >> final will be released one week from today (Monday, October 4th). >> >> The tag in the GIT repository for Mesa 7.9 is 'mesa-7.9-rc1'. >> >> Mesa 7.9-rc1 is available for download at >> ftp://freedesktop.org/pub/mesa/7.9/RC/ > > Hi everyone > > I've tried to build it on debian squeeze with > > export PKG_CONFIG_PATH=/opt/mesa/lib/pkgconfig/ (For a newer libdrm) > ./configure \ > --enable-gallium-radeon \ > --enable-gallium-swrast \ > --prefix=/opt/mesa > make > > But compilation process stopped with > > make[6]: *** No rule to make target `brw_fs.o', needed by `i965_dri.so'. > Stop. > make[6]: *** Waiting for unfinished jobs.... > make[6]: Leaving directory > `/home/sebastian/source/Mesa-7.9-rc1/src/mesa/drivers/dri/i965' It appears that the .cpp files in src/mesa/drivers/dri/i965 didn't get included in the tarballs. This has been fixed by the commit below. I'll spin RC2 in a couple hours. *sigh* commit 5717093f15fd7259441b2ee5583432fb9833c9a1 Author: Ian Romanick <[email protected]> Date: Mon Sep 27 14:11:07 2010 -0700 dri: Ensure that DRI driver cpp files are in tarballs -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyhCbEACgkQX1gOwKyEAw/gqACeK4bzEXFR3p1IwpO8bUBfPxra q34Anj3arAhQ00FdYUUnn/oYJeIpxY5y =Cvat -----END PGP SIGNATURE-----