[Mesa-users] Version of Mesa3D on Ubuntu 13.10
Yunzhong Gao
gaoyunzhong at gmail.com
Wed Mar 26 11:19:21 PDT 2014
Hi Brian,
The error message I got is the following:
~/Work/mesa3d/Mesa-10.0.4$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/home/gao/Work/mesa3d/Mesa-10.0.4/bin/missing aclocal-1.14 -I m4
configure.ac:122: error: Could not locate the pkg-config autoconf macros.
These are usually located in /usr/share/aclocal/pkg.m4. If your macros
are in a different location, try setting the environment variable
ACLOCAL="aclocal -I/other/macro/dir" before running autoreconf.
configure.ac:122: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal-1.14: error: echo failed with exit status: 1
make: *** [aclocal.m4] Error 1
I tried running "m4 /usr/share/aclocal/pkg.m4" and I got the following
error:
# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
# ---------------------------------------------
m4_define([_PKG_CONFIG],
[if test -n "$$1"; then
pkg_cv_[]$1="$$1"
elif test -n "$PKG_CONFIG"; then
PKG_CHECK_EXISTS([$3],
[pkg_cv_[]$1=m4:/usr/share/aclocal/pkg.m4:76: ERROR:
end of file in string
This pkg.m4 comes from "sudo apt-get install --reinstall pkg-config".
Also, Mesa-10.0.4 requires automake-1.14, while Ubuntu 13.10 comes
pre-installed with automake-1.13, so I had
to download automake-1.14.1 and do the usual configure-make-install
sequence.
Hope someone has an advice for me?
- Gao
On Wed, Mar 26, 2014 at 7:15 AM, Brian Paul <brianp at vmware.com> wrote:
> On 03/25/2014 10:57 PM, Yunzhong Gao wrote:
>
>> Hi,
>> Has anyone built mesa library on Ubuntu 13.10 recently? What is the
>> version of mesa3d that is known to work on Ubuntu 13.10? I was trying
>> mesa 10.0.4, but I appear to be running into problems with the automake
>> package. Any advice? I do not need the latest version of mesa, just some
>> reasonably up-to-date version will do. Many thanks,
>>
>
> If you post the details of your automake problem someone might be able to
> help.
>
> -Brian
>
>
> _______________________________________________
> mesa-users mailing list
> mesa-users at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-users/attachments/20140326/ffbf30c4/attachment.html>
More information about the mesa-users
mailing list