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


Ignore:
Timestamp:
Jan 20, 2011 12:50:56 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

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

    v4 v5  
    146146has_header openssl/md5.h || fail "missing openssl headers" 
    147147}}} 
     148 
     149 = sdl/ncurses = 
     150 * ~/xen-4.0.1$ make world 
     151{{{ 
     152(snip) 
     153 
     154The error log from compiling the libSDL test is: 
     155/tmp/qemu-conf--3332-.c:1:17: error: SDL.h: No such file or directory 
     156/tmp/qemu-conf--3332-.c: In function ‘main’: 
     157/tmp/qemu-conf--3332-.c:3: error: ‘SDL_INIT_VIDEO’ undeclared (first use in this function) 
     158/tmp/qemu-conf--3332-.c:3: error: (Each undeclared identifier is reported only once 
     159/tmp/qemu-conf--3332-.c:3: error: for each function it appears in.) 
     160 
     161(snip) 
     162 
     163gtraceview.c:34:21: error: ncurses.h: No such file or directory 
     164cc1: warnings being treated as errors 
     165gtraceview.c: In function ‘main’: 
     166 
     167(snip) 
     168 
     169make[4]: *** [gtraceview.o] Error 1 
     170make[4]: Leaving directory `/home/mitty/xen-4.0.1/tools/misc' 
     171make[3]: *** [subdir-install-misc] Error 2 
     172make[3]: Leaving directory `/home/mitty/xen-4.0.1/tools' 
     173make[2]: *** [subdirs-install] Error 2 
     174make[2]: Leaving directory `/home/mitty/xen-4.0.1/tools' 
     175make[1]: *** [install-tools] Error 2 
     176make[1]: Leaving directory `/home/mitty/xen-4.0.1' 
     177make: *** [world] Error 2 
     178}}} 
     179  * [http://ubuntuforums.org/showthread.php?t=842552 (SOLVED) Where can i download SDL.h - Ubuntu Forums] 
     180  > sudo aptitude install libsdl1.2-dev 
     181  * wiki:TipAndDoc/ubuntu#searchheaderfiles