[Mesa-dev] [Bug 31161] New: compilation fails with "except getopt.GetoptError"
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 27 08:03:44 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31161
Summary: compilation fails with "except getopt.GetoptError"
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: martinstolpe at gmail.com
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
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list