Re: Version of Mesa3D on Ubuntu 13.10
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Yeah, the in-development version of LLVM often causes Mesa build breaks. If you use an official release (or patch) Mesa you should be able to get past that. -Brian On 03/27/2014 09:17 PM, Yunzhong Gao wrote: > I fixed the Mesa 9.2.5 configuration problem by running > $ autoreconf -i > first, before running configure again. The libtool error then went away. > > When I tried to run "make" I hit the following compilation error: > gallivm/lp_bld_misc.cpp:182:4: error: 'DisablePrettyStackTrace' is not > a member of 'llvm' > > I think, the error is due to my having a LLVM package that is more > recent than expected. > > > On Wed, Mar 26, 2014 at 12:02 PM, Yunzhong Gao <[email protected]> wrote: >> I was trying to use Mesa-9.2.5 instead, which does not require automake >> 1-14. >> >> During configuration, I got the following error message: >> >> checking for a sed that does not truncate output... /bin/sed >> ../Mesa-9.2.5/configure: line 8158: syntax error near unexpected token `2.2' >> ../Mesa-9.2.5/configure: line 8158: `LT_PREREQ(2.2)' >> >> If I comment out the two faulty lines, the configuration appears to succeed, >> but then >> I got a different error when I run "make": >> >> make[4]: Entering directory >> `/home/gao/Work/mesa3d/build/src/mapi/shared-glapi' >> cd ../../.. && make am--refresh >> make[5]: Entering directory `/home/gao/Work/mesa3d/build' >> make[5]: Leaving directory `/home/gao/Work/mesa3d/build' >> make[5]: Entering directory `/home/gao/Work/mesa3d/build' >> make[5]: Leaving directory `/home/gao/Work/mesa3d/build' >> cd ../../.. && make am--refresh >> make[5]: Entering directory `/home/gao/Work/mesa3d/build' >> make[5]: Leaving directory `/home/gao/Work/mesa3d/build' >> CC entry.lo >> /bin/bash: @LIBTOOL@: command not found >> make[4]: *** [entry.lo] Error 127 >> make[4]: Leaving directory >> `/home/gao/Work/mesa3d/build/src/mapi/shared-glapi' >> make[3]: *** [all] Error 2 >> make[3]: Leaving directory >> `/home/gao/Work/mesa3d/build/src/mapi/shared-glapi' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory `/home/gao/Work/mesa3d/build/src/mapi' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/home/gao/Work/mesa3d/build/src' >> make: *** [all-recursive] Error 1 >> >> It seems to be complaining about missing libtool, but I do have libtool on >> my system: >> $ which libtool >> /usr/bin/libtool >> $ libtool --version >> libtool (GNU libtool) 2.4.2 >> >> I wonder if I need to set some environment variable before building. >> >> Any advice? >> - Gao >> >> >> On Wed, Mar 26, 2014 at 7:15 AM, Brian Paul <[email protected]> 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 >>> [email protected] >>> https://urldefense.proofpoint.com/v1/url?u=http://lists.freedesktop.org/mailman/listinfo/mesa-users&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=lGQMzzTgII0I7jefp2FHq7WtZ%2BTLs8wadB%2BiIj9xpBY%3D%0A&m=TeDUvWb0Xry8e8NaSZ61ZFMDNznPKeaIWV6ekSHopA8%3D%0A&s=fbcc6b8da72239540012d9e3e3b9717725f861d7402745e2824cde58ea878540 >> >>