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
>
> 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
> 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
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 \
--