Changes between Version 5 and Version 6 of TipAndDoc/VM/Xen/log/4.0.1lucid


Ignore:
Timestamp:
Jan 20, 2011 1:42:11 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/Xen/log/4.0.1lucid

    v5 v6  
    180180  > sudo aptitude install libsdl1.2-dev 
    181181  * wiki:TipAndDoc/ubuntu#searchheaderfiles 
     182 
     183 = python = 
     184 * ~/xen-4.0.1$ make world 
     185{{{ 
     186xen/lowlevel/xc/xc.c:7:20: error: Python.h: No such file or directory 
     187In 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 
     193error: command 'gcc' failed with exit status 1 
     194make[4]: *** [buildpy] Error 1 
     195make[4]: Leaving directory `/home/mitty/xen-4.0.1/tools/python' 
     196make[3]: *** [subdir-install-python] Error 2 
     197make[3]: Leaving directory `/home/mitty/xen-4.0.1/tools' 
     198make[2]: *** [subdirs-install] Error 2 
     199make[2]: Leaving directory `/home/mitty/xen-4.0.1/tools' 
     200make[1]: *** [install-tools] Error 2 
     201make[1]: Leaving directory `/home/mitty/xen-4.0.1' 
     202make: *** [world] Error 2 
     203}}} 
     204  * $ apt-file search Python.h | grep "\bPython.h\b" 
     205{{{ 
     206python2.6-dbg: /usr/include/python2.6_d/Python.h 
     207python2.6-dev: /usr/include/python2.6/Python.h 
     208python3.1-dbg: /usr/include/python3.1_d/Python.h 
     209python3.1-dev: /usr/include/python3.1/Python.h 
     210}}}