https://bugs.freedesktop.org/show_bug.cgi?id=53835
--- Comment #7 from Kevin Hobbs <hob...@ohiou.edu> 2012-08-21 19:43:50 UTC --- (In reply to comment #6) > Here you go: > http://cgit.freedesktop.org/~mattst88/mesa/log/?h=configure-cleanups I did : $ git clone git://people.freedesktop.org/~mattst88/mesa $ cd mesa/ $ git checkout configure-cleanups $ ./autogen.sh \ --prefix=/home/kevin/mesa_build/ \ --disable-dri \ --enable-glx \ --enable-xlib-glx \ --enable-osmesa \ --without-gallium-drivers $ make -ij8 $ make and this is the tail of what I got : gmake[4]: Entering directory `/tmp/mesa/src/mesa' CC es1_conversion.lo ../../src/mesa/main/es1_conversion.c: In function '_es_DrawTexxOES': ../../src/mesa/main/es1_conversion.c:130:5: error: implicit declaration of function '_mesa_DrawTexf' [-Werror=implicit-function-declaration] ../../src/mesa/main/es1_conversion.c: In function '_es_DrawTexxvOES': ../../src/mesa/main/es1_conversion.c:147:5: error: implicit declaration of function '_mesa_DrawTexfv' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors gmake[4]: *** [es1_conversion.lo] Error 1 gmake[4]: Leaving directory `/tmp/mesa/src/mesa' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/tmp/mesa/src/mesa' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/tmp/mesa/src/mesa' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/mesa/src' make: *** [all-recursive] Error 1 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev