| | 182 | |
| | 183 | = python = |
| | 184 | * ~/xen-4.0.1$ make world |
| | 185 | {{{ |
| | 186 | xen/lowlevel/xc/xc.c:7:20: error: Python.h: No such file or directory |
| | 187 | In file included from ../../tools/libxc/xc_dom.h:1, |
| | 188 | from xen/lowlevel/xc/xc.c:23: |
| | 189 | ../../tools/include/xen/libelf/libelf.h:102: error: expected specifier-qualifier-list before ‘FILE’ |
| | 190 | |
| | 191 | (snip) |
| | 192 | |
| | 193 | error: command 'gcc' failed with exit status 1 |
| | 194 | make[4]: *** [buildpy] Error 1 |
| | 195 | make[4]: Leaving directory `/home/mitty/xen-4.0.1/tools/python' |
| | 196 | make[3]: *** [subdir-install-python] Error 2 |
| | 197 | make[3]: Leaving directory `/home/mitty/xen-4.0.1/tools' |
| | 198 | make[2]: *** [subdirs-install] Error 2 |
| | 199 | make[2]: Leaving directory `/home/mitty/xen-4.0.1/tools' |
| | 200 | make[1]: *** [install-tools] Error 2 |
| | 201 | make[1]: Leaving directory `/home/mitty/xen-4.0.1' |
| | 202 | make: *** [world] Error 2 |
| | 203 | }}} |
| | 204 | * $ apt-file search Python.h | grep "\bPython.h\b" |
| | 205 | {{{ |
| | 206 | python2.6-dbg: /usr/include/python2.6_d/Python.h |
| | 207 | python2.6-dev: /usr/include/python2.6/Python.h |
| | 208 | python3.1-dbg: /usr/include/python3.1_d/Python.h |
| | 209 | python3.1-dev: /usr/include/python3.1/Python.h |
| | 210 | }}} |