Here is the complete error message: python -t -O -O main/es_generator.py -S main/APIspec.xml -V GLES1.1 > main/api_exec_es1.c File "main/es_generator.py", line 134 except getopt.GetoptError, message: ^ SyntaxError: invalid syntax make[2]: *** No rule to make target `main/api_exec_es1.c', needed by `depend'. Stop. make[2]: Leaving directory `/home/martin/abs/xorg/mesa-full-gallium/src/mesa-build/src/mesa' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/home/martin/abs/xorg/mesa-full-gallium/src/mesa-build/src' make: *** [default] Error 1 and these are my autogen.sh settings: ./autogen.sh --prefix=/usr \ --with-dri-driverdir=/usr/lib/xorg/modules/dri \ --with-dri-drivers= \ --enable-glx-tls \ --disable-debug \ --enable-xcb \ --enable-gallium-r600 \ --with-state-trackers=dri,vega
Has been fixed in in some recent version. Needs --enable-openvg as autogen.sh option.
Just to keep a record. This looks more like a python2 vs. python3 issue. See 3acc8265200295265b476222299a013791050b73.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.