Re: [Mesa-dev] Mesa (git 20130828) fails to build on MIPS

2013-09-11 Thread Christophe Jarry
On Thu, Sep 5, 2013 at 1:14 PM, Christophe Jarry < christophe.jarry at ouvaton.org> wrote: > make[2]: Entering directory `/usr/src/mesa/mesa-20130828/src/glsl' > /usr/lib/pkgusr/mkdir -p ../../src/glsl/glcpp > LEX glsl_lexer.cpp > YACC glsl_parser.cpp >

Re: [Mesa-dev] Mesa (git 20130828) fails to build on MIPS

2013-09-06 Thread Christophe Jarry
> I unfortunately cannot make any sense out of your build error, but if > you're building Mesa to run on an RS780E then you should just use > > --with-gallium-drivers=r600 Ok, I will try this. > and maybe swrast, but the radeon driver specified in > --with-dri-drivers is for old R100 cards, an

Re: [Mesa-dev] Mesa (git 20130828) fails to build on MIPS

2013-09-05 Thread Christophe Jarry
> According to tis > https://lists.gnu.org/archive/html/bug-tar/2005-02/msg1.html error 141 > is 128+13 = SIGPIPE (broke pipe signal) > And this may be relevant > https://groups.google.com/forum/#!topic/golang-nuts/xjZ8jJx0IFw > Check whether you are using right yacc and bison? Thanks for your

[Mesa-dev] Mesa (git 20130828) fails to build on MIPS

2013-09-03 Thread Christophe Jarry
Hello, I encounter an error when I build mesa from git. I am on a MIPS computer with ATI RS780E. Here are the instructions I use for the build: ./autogen.sh \ --prefix=/usr \ --enable-gles2 \ --disable-gallium-egl \ --with-egl-platforms=x11,wayland,drm \ --enable-gbm \ --